@charset "UTF-8";:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.map[data-v-7c37d1eb]{height:100%;width:100%}.bmfw-landing-rate-container--theme_dark .main-text[data-v-f4e7efe8] *{color:#fff;stroke:#fff}.legend-info-container[data-v-f4e7efe8]{position:absolute;width:100vw;left:0;bottom:0;padding:1rem 2rem;display:flex;flex-direction:row;justify-content:space-between;z-index:100}.legend-info-container .bmfw-text-info[data-v-f4e7efe8],.legend-info-container svg[data-v-f4e7efe8]{cursor:pointer}.client-info .name[data-v-f4e7efe8]{font-size:2.5vw;letter-spacing:0;font-weight:700}.gradient-layer[data-v-f4e7efe8]{background:linear-gradient(360deg,#00000084,#fff0 50%)}.container-map[data-v-f4e7efe8]{pointer-events:none}.gheom-loader{margin-left:5px}.gheom__circle{animation:ghspin 1s infinite;position:absolute}@keyframes ghspin{0%{transform:translate(0)}50%{transform:translate(125px)}to{transform:translate(0)}}.vis-timeline,.vis-foreground .vis-group,.vis-labelset .vis-label{border:none}.vis-labelset .vis-label{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}.vis-time-axis .vis-grid.vis-minor{border-color:#aaa9a9}.vis-labelset .vis-label .vis-inner{color:#aaa9a9;text-align:right;padding:0 0 .5rem}.timeline__gheom .meta{display:flex;flex-direction:row;justify-content:flex-end}.timeline__gheom ul{padding-right:0;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:0}.timeline__gheom ul li{margin-left:.5rem}.timeline__gheom .meta ul{padding:0}.vis-current-time{background-color:#dd7814}.timeline__gheom p{margin-top:5px;margin-bottom:0!important;color:#fff}.timeline__gheom li a i{color:#fff}.timeline__gheom li:first-child a i{opacity:.7}.vis-labelset{padding-right:0rem}.vis-item.vis-box{border-radius:50%}.vis-item.vis-box{background-color:#83959c;border-color:#83959c}.vis-item{background-color:#83959c;border-color:#83959c;transform:translateY(-26px)}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-bottom{border:none}.vis-item.vis-dot{border-radius:50%;width:16px;height:16px;transform:translateY(1px)}.vis-time-axis .vis-text{color:#aaa9a9;text-transform:uppercase;font-size:.75rem;letter-spacing:1px;padding-left:.75rem;padding-top:.5rem}.vis-time-axis .vis-text p{line-height:.85rem}.vis-time-axis .vis-text span{font-size:.6rem}.vis-time-axis{overflow:initial;top:20px}.vis-timeline.vis-bottom{overflow:initial}.vis-item .vis-item-overflow{height:5px}.vis-left {padding-top:7px}.vis-label{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.vis-label .vis-inner{height:80px}.vis-range{height:6px}.vis-group,.vis-range,.vis-dot{transition:background-color .3s ease}.vis-group:hover .vis-range,.vis-group:hover .vis-dot{background-color:#5199bc;border-color:#5199bc}.vis-dot:hover {transform:translateY(1px) scale(3)}.vis-range.vis-selected,.vis-range.vis-selected:hover{border-color:#dd7814;background-color:#dd7814}.vis-timeline .vis-point{z-index:10}.vis-item.vis-dot.not_finished,.vis-item.vis-range.not_finished{background:#061b23;border-width:2px;border-style:dotted}div.vis-tooltip,.tooltip__wrapper{background-color:#04141b;border:none;color:#aaa9a9;border-radius:10px;-webkit-border-radius:10px;z-index:11;display:flex;flex-direction:row}div.vis-tooltip .tooltip__inner,.tooltip__wrapper .tooltip__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;padding:1rem;background-color:#04141b;border:none;color:#aaa9a9}.tooltip__wrapper .tooltip__inner .stage__report{border-right:1px solid #2e2f33}.tooltip__wrapper .tooltip__inner:first-child{border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px}.tooltip__wrapper .tooltip__inner:last-child{border-radius:0 10px 10px 0;-webkit-border-radius:0px 10px 10px 0px}.tooltip__wrapper .tooltip__inner:last-child .stage__report{border-right:none}.stage__info{display:flex;justify-content:center;flex-direction:column;align-items:center}.stage__info p{margin-bottom:0!important}.stage__info .stage{margin-bottom:0!important;font-family:Montserrat;font-size:1.5rem;font-weight:600;letter-spacing:1px;color:#fff;line-height:1.5rem}.stage__info .stage span{font-size:.75rem}.stage__info .date{margin-bottom:0!important;text-transform:uppercase;font-size:.75rem}.tooltip__wrapper{padding:0}.vis-point .tooltip__inner{display:none}.vis-point .vis-item-content{transform-origin:center bottom;transform:translate(20px) rotate(15deg);opacity:0}.vis-point:hover .vis-item-content{top:-120px;left:-112px;width:180px!important;height:90px!important;position:absolute;transform-origin:center bottom;transform:translate(0) rotate(0);opacity:1;transition:all .3s ease}.vis-point:hover .tooltip__wrapper{position:absolute;width:100%;height:100%}.vis-point:hover .tooltip__inner{display:grid;width:100%!important;height:100%!important}.vis-panel.vis-center {overflow:visible!important}.vis-panel.vis-left{background-color:#061b23;z-index:10}.vis-item .vis-dot{transition:all .3s ease}.vis-item .vis-dot:hover{transform:scale(2)}.vis-point .tooltip__wrapper{position:relative}.vis-panel.vis-center{overflow:visible!important}.vis-point .tooltip__wrapper:after{position:absolute;content:"";height:1rem;width:1rem;background:#04141b;opacity:0;left:50%;bottom:-.15rem;transform:translate(-50%) rotate(45deg);-webkit-transform:translateX(-50%) rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg);border-radius:4px;-webkit-border-radius:4px}.vis-point:hover .tooltip__wrapper:after{opacity:1}.stage__report{padding:10px;align-items:center;display:grid}.single__product.step__grid{overflow:hidden}.crop__info{font-size:.75rem}.vis-inner .timeline__gheom{padding-right:.5rem;height:100%;display:flex;flex-direction:column;justify-content:center;position:relative;border-right:2px solid red}.tooltip__wrapper .tooltip__inner__1{border-radius:10px!important;-webkit-border-radius:10px!important}.vis-item.vis-point.vis-selected{background-color:transparent}.vis-item.vis-selected,.vis-item.vis-selected:hover{background-color:#dd7814;border-color:#dd7814}ul[data-v-1fd9689c]{display:grid;grid-template-columns:repeat(4,minmax(64px,1fr));grid-gap:.5rem;padding:0;margin-top:2rem}@media screen and (min-width:1024px){ul[data-v-1fd9689c]{padding-left:2rem;grid-template-columns:repeat(auto-fill,64px)}}li[data-v-1fd9689c]{position:relative}a[data-v-1fd9689c]{position:relative;display:block}span[data-v-1fd9689c]{position:absolute;top:.5rem;right:0;padding:3px 7px;min-width:32px;text-align:center;border-radius:20px;font-size:.75rem;line-height:.75rem;color:#fff}img[data-v-1fd9689c]{width:64px}.orphan-card[data-v-ac5b7b01],.orphan-card[data-v-cf4a8ed6]{margin-top:calc(55px + .5rem)}.gheom__circle[data-v-5db10f52]{animation:ghspin-5db10f52 1s infinite;position:absolute}@keyframes ghspin-5db10f52{0%{transform:translate(0)}50%{transform:translate(125px)}to{transform:translate(0)}}a[data-v-a5282eb8]{padding-left:5px;padding-right:5px}.element[data-v-a5282eb8]{z-index:100}.noselect[data-v-290ab096]{-webkit-user-select:none;user-select:none}#s3files .view__table table tbody tr .links[data-v-290ab096]{display:flex;width:fit-content;gap:1rem}.dashboard-banner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding:1rem 1.5rem;border-radius:10px;background-color:#2a7346;color:#f7f7f7}.dashboard-banner:after{content:"";position:absolute;inset:0;background:url(/build/assets/contour_bg-CiSoSumX.svg) center/cover no-repeat;border-radius:inherit}.dashboard-banner main h5{font-weight:700}.dashboard-banner main p{font-size:12px;opacity:.9}.dashboard-banner aside{z-index:2}.dashboard-banner aside .icon{stroke:#f7f7f7}.bmfw-fx-r-c-c[data-v-da4624af]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-da4624af]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-da4624af]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-da4624af]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-da4624af]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-da4624af]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-da4624af]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-da4624af]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-da4624af]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-da4624af]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-da4624af]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-da4624af]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-da4624af]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-da4624af]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-da4624af]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-da4624af]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-da4624af]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-da4624af]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.farm-setup-cta[data-v-da4624af]{padding:1rem 2rem;margin-bottom:2rem;border-radius:10px;background-color:#2a7346;width:100%;flex:1;margin-top:1rem;color:#fff;position:relative;overflow:hidden;min-height:100px}.farm-setup-cta button svg[data-v-da4624af]{transition:all .3s ease}.farm-setup-cta>span[data-v-da4624af]{position:absolute;width:100%;height:100%;left:0;top:0}.farm-setup-cta>span .bmfw-contour[data-v-da4624af]{transition:all .3s ease;mix-blend-mode:color-burn;filter:blur(5px)}.farm-setup-cta>div p[data-v-da4624af]{font-size:1.5rem;font-weight:700}.farm-setup-cta>div span[data-v-da4624af]{color:#d4e3da;font-size:.875rem}.farm-setup-cta.farm-setup-cta--size_s[data-v-da4624af]{min-height:auto;padding:.75rem 1.5rem;margin:0;flex:unset;gap:1rem}.farm-setup-cta.farm-setup-cta--size_s>div p[data-v-da4624af]{font-size:1rem}.farm-setup-cta.farm-setup-cta--size_s>div span[data-v-da4624af]{color:#d4e3da;font-size:.75rem}.farm-setup-cta.farm-setup-cta--width_auto[data-v-da4624af]{width:auto}#container_of_widgets[data-v-fb769c6e]{display:flex;flex-wrap:wrap;justify-content:space-around}.bmfw-modal--custom_unverified .bmfw-modal__body h4{font-size:24px;font-weight:700}.bmfw-modal--custom_unverified .bmfw-modal__body .trigger-resend,.bmfw-modal--custom_unverified .bmfw-modal__body .resent{font-size:.875rem}.bmfw-modal--custom_unverified .bmfw-modal__body .trigger-resend a,.bmfw-modal--custom_unverified .bmfw-modal__body .resent a{cursor:pointer;text-decoration:underline}.bmfw-modal--custom_unverified .bmfw-modal__body .actions{margin-top:2rem}.bmfw-modal--custom_unverified .bmfw-modal__body .actions a{font-size:.875rem}.bmfw-modal--custom_accept_terms{max-width:unset!important;width:50%;min-width:300px}.bmfw-modal--custom_accept_terms .bmfw-modal__body h4{font-size:24px;font-weight:700}.bmfw-modal--custom_accept_terms .bmfw-modal__body p{width:100%;text-align:justify}.bmfw-modal--custom_accept_terms .bmfw-modal__body p.ending{text-align:justify}.bmfw-modal--custom_accept_terms .bmfw-modal__body .trigger-resend,.bmfw-modal--custom_accept_terms .bmfw-modal__body .resent{font-size:.875rem}.bmfw-modal--custom_accept_terms .bmfw-modal__body .trigger-resend a,.bmfw-modal--custom_accept_terms .bmfw-modal__body .resent a{cursor:pointer;text-decoration:underline}.bmfw-modal--custom_accept_terms .bmfw-modal__body .actions{margin-top:2rem}.bmfw-modal--custom_accept_terms .bmfw-modal__body .actions a{font-size:.875rem}.bmfw-modal--custom_accept_terms .bmfw-modal__body .actions button.disabled{cursor:not-allowed;pointer-events:all}.project-association-wrapper{display:flex;flex-direction:row;gap:1rem;background:#fff;border-radius:5px;border:1px solid #ddd;padding:1rem}.project-association-wrapper form{max-width:50%;min-width:450px}.project-association-wrapper input[type=text]{background-color:#f9f9f9;border:2px solid #ccc;border-radius:5px;padding:5px 10px;font-size:16px;width:100%}.project-association-wrapper input[type=text]:focus{border-color:#eebb54;box-shadow:0 0 5px #eebb5450;outline:none}.project-association-wrapper .input-group{margin-top:15px}.project-association-wrapper .input-group.checkbox{display:flex;align-items:center;gap:.5rem}.project-association-wrapper .input-group>.input-group{margin:0}.project-association-wrapper .step-1{display:flex;flex-direction:column;padding:.5rem 0}.project-association-wrapper .project-list table th,.project-association-wrapper .project-list table td{padding:.5rem}.bmfw-modal--custom_sandbox-generation{min-width:50%;border:solid 1px}.result-wrapper{flex-direction:column;display:flex;justify-content:center;align-items:center}.result-wrapper .main-client-wrapper,.result-wrapper .sub-client-wrapper{display:flex;flex-direction:row;justify-content:flex-start;gap:1.5rem}.sandbox-generator-wrapper{background:#fff;border-radius:5px;border:1px solid #ddd;padding:1rem}.sandbox-generator-wrapper form{max-width:50%;min-width:450px;display:flex;flex-direction:column;padding:.5rem 0;gap:1.5rem}.sandbox-generator-wrapper input[type=text]{background-color:#f9f9f9;border:2px solid #ccc;border-radius:5px;padding:5px 10px;font-size:16px;width:100%}.sandbox-generator-wrapper input[type=text]:focus{border-color:#eebb54;box-shadow:0 0 5px #eebb5450;outline:none}.sandbox-generator-wrapper .input-group{margin-top:15px}.sandbox-generator-wrapper .input-group.checkbox{display:flex;align-items:center;gap:.5rem}.sandbox-generator-wrapper .input-group>.input-group{margin:0}.sandbox-generator-wrapper .main-client-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.sandbox-generator-wrapper .main-client-wrapper h2{width:100%}.sandbox-generator-wrapper .subclient-info-wrapper{display:flex;gap:1.5rem;flex-direction:column}.sandbox-generator-wrapper .subclient-input-group{display:flex;gap:1.5rem;padding:1rem;border:2px solid #9e9a9a;border-radius:5px}.sandbox-generator-wrapper .subclient-input-group{position:relative}.sandbox-generator-wrapper .subclient-input-group .delete-subclient{position:absolute;right:.5rem}.bmfw-fx-r-c-c[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-7e655ede]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-7e655ede]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-7e655ede]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.dashboard-single-dropdown-badge-alert .v-popper__wrapper .v-popper__inner .tooltip-proposal-dashboard[data-v-7e655ede]{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.dashboard-single-dropdown-badge-alert .v-popper__wrapper .v-popper__inner .tooltip-proposal-dashboard span[data-v-7e655ede]{display:block;font-weight:700}.croplabel__container .v-popper .crop__name{cursor:pointer}.croplabel__container .crop__name{display:flex;justify-content:center;align-items:center;gap:.25rem}.croplabel__container .decorator{display:flex;width:.5rem;height:.5rem;border-radius:50%}.croplabel__list{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:0}.croplabel__list li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem}.croplabel__list li span{width:.25rem;height:.25rem;border-radius:50%}.client__info span{font-size:.75rem;color:#aaa9a9}.status-tag.status-tag--type_ebecrop.status-tag--theme_dark{background-color:#6437a030!important;border:1px solid #926fc0!important;color:#926fc0!important}.status-tag.status-tag--type_not_analyzed{border:1px solid #AAA9A9!important;color:#888787!important;background-color:#aaa9a930!important}.status-tag.status-tag--type_ongoing{border:1px solid #F8A91F!important;color:#f8a91f!important;background-color:#f8a91f30!important}.status-tag.status-tag--type_completed{border:1px solid #00A57E!important;color:#00a57e!important;background-color:#00a57e30!important}.status-tag.status-tag--type_quoted_pending_association{border:1px solid #008B9B!important;color:#008b9b!important;background-color:#008b9b30!important}.bmfw-fx-r-c-c[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-637eca6c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-637eca6c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-637eca6c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-637eca6c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.farm-setup-cta[data-v-637eca6c]{padding:1rem 2rem;border-radius:10px;background-color:#2a7346;width:100%;flex:1;margin-top:1rem;color:#fff;position:relative;overflow:hidden;min-height:100px}.farm-setup-cta button svg[data-v-637eca6c]{transition:all .3s ease}.farm-setup-cta>span[data-v-637eca6c]{position:absolute;width:100%;height:100%;left:0;top:0}.farm-setup-cta>span .bmfw-contour[data-v-637eca6c]{transition:all .3s ease;mix-blend-mode:color-burn}.farm-setup-cta>div p[data-v-637eca6c]{font-size:1.5rem;font-weight:700}.farm-setup-cta>div span[data-v-637eca6c]{color:#d4e3da;font-size:.875rem}.farm-setup-cta:hover .bmfw-contour[data-v-637eca6c]{transform:scale(1.5) rotate(5deg)!important}.farm-setup-cta:hover button svg[data-v-637eca6c]{transform:rotate(90deg)}.farm-setup-cta.farm-setup-cta--size_s[data-v-637eca6c]{min-height:auto;padding:.75rem 1.5rem;margin:0;flex:unset;gap:1rem}.farm-setup-cta.farm-setup-cta--size_s>div p[data-v-637eca6c]{font-size:1rem}.farm-setup-cta.farm-setup-cta--size_s>div span[data-v-637eca6c]{color:#d4e3da;font-size:.75rem}.farm-setup-cta.farm-setup-cta--width_auto[data-v-637eca6c]{width:auto}.status-tag{padding-left:1rem!important;padding-right:1rem!important;text-transform:none!important;border-radius:6px!important}.status-tag.status-tag--type_ebecrop{border:1px solid #6437A0!important;color:#6437a0!important;background-color:#6437a030!important}.list-farms header section{display:grid;justify-content:flex-start;align-content:flex-end}.list-farms header section .title{font-weight:700}.list-farms header section .sub{font-size:14px}.list-farms header a{color:#282b25;font-size:.875rem;text-decoration:underline!important;text-align:right}.list-farms .farm__name p{font-size:.875rem;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-farms .farm__name span{font-size:.75rem}.list-farms .farm__client{font-size:.875rem}.list-farms .farm__client span{font-size:.75rem;font-style:italic}.list-farms .bmfw-table__body-row{cursor:pointer}.list-farms .bmfw-table__body-row:hover{background-color:#f7f7f7}.list-farms .bmfw-table__body-row.selected{cursor:default;background-color:#f2f2f2}.list-farms .bmfw-table__body-row .crop__name{font-size:.75rem}#map-dashboard[data-v-e5adbfbb]{min-height:250px}.metric-card-container .name[data-v-699e8a78],.metric-card-container .instances[data-v-699e8a78]{color:#000}.metric-card-container .positive-effect[data-v-699e8a78]{background:#c8d7ce}.metric-card-container .positive-trend[data-v-699e8a78]{background:#d9f2c0}.metric-card-container .major-change[data-v-699e8a78]{background:#f3f3c0}.metric-card-container .adverse-trend[data-v-699e8a78]{background:#f3dfd0}.metric-card-container .adverse-effect[data-v-699e8a78]{background:#f3c0c0}.bmfw-fx-r-c-c[data-v-73b94290]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-73b94290]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-73b94290]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-73b94290]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-73b94290]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-73b94290]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-73b94290]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-73b94290]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-73b94290]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-73b94290]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-73b94290]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-73b94290]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-73b94290]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-73b94290]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-73b94290]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-73b94290]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-73b94290]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-73b94290]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.qr-view-zero[data-v-73b94290]{display:grid;grid-template-columns:1fr;justify-items:flex-end;gap:1rem}.qr-view-zero .qr-preview[data-v-73b94290]{border:#aaa9a9 solid 2px;border-radius:6px;width:8rem;height:8rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.qr-view-zero .qr-preview .icon[data-v-73b94290]{stroke:#aaa9a9}#map-dashboard[data-v-ee092f0e]{min-height:250px}.bmfw-fx-r-c-c[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-2d4f1f71]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-2d4f1f71]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-2d4f1f71]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.recurrent-option-item[data-v-2d4f1f71]{border:1px solid #282b25;border-radius:6px;padding:1rem;width:13rem;height:13rem;cursor:pointer;opacity:.4;transition:all .3s ease}.recurrent-option-item[data-v-2d4f1f71]:hover{transition:all .3s ease;transform:translateY(-5px);opacity:1}.recurrent-option-item header[data-v-2d4f1f71]{display:grid}.recurrent-option-item header .sub[data-v-2d4f1f71]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-items:self-start;gap:.5rem}.recurrent-option-item header .sub .type[data-v-2d4f1f71]{font-size:15px}.recurrent-option-item header .sub .bmfw-tag[data-v-2d4f1f71]{font-size:10px;padding:.05rem .6rem}.recurrent-option-item header .recurrent-time[data-v-2d4f1f71]{text-align:left}.recurrent-option-item header .recurrent-time .value[data-v-2d4f1f71]{font-weight:800;font-size:28px}.recurrent-option-item header .recurrent-time .value .period[data-v-2d4f1f71]{font-weight:600;font-size:16px}.recurrent-option-item main[data-v-2d4f1f71]{padding-top:.5rem}.recurrent-option-item main .overview[data-v-2d4f1f71]{text-align:left;font-size:14px;color:#515151}.recurrent-option-item--active[data-v-2d4f1f71]{opacity:1;box-shadow:0 0 10px #0003}.recurrent-main .recurrent-options.recurrent-options--disabled{opacity:.7;pointer-events:none}.bmfw-modal--custom_prequote{z-index:10001!important}#map-dashboard[data-v-b2b651c6]{min-height:250px}.preview-farm[data-v-b2b651c6]{min-height:420px}.preview-farm .preview-map[data-v-b2b651c6]{padding:0!important}.preview-farm .meta>p[data-v-b2b651c6]:first-child{display:flex;gap:.5rem}.preview-farm .meta>p:first-child>span[data-v-b2b651c6]{display:flex;gap:.75rem}.preview-farm .meta>p:first-child>span .client__info[data-v-b2b651c6]{display:flex;align-items:flex-end;gap:.5rem}.preview-farm .meta>p:first-child>span .client__info span[data-v-b2b651c6]{padding-bottom:.1rem}.info-farm[data-v-b2b651c6]{position:absolute;bottom:0rem;left:0rem;right:0rem;z-index:1;padding:1.5rem 1rem;background:#0009;border-radius:0 0 16px 16px;box-shadow:0 4px 30px #0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;pointer-events:all}.info-farm .meta p[data-v-b2b651c6]:first-child{font-weight:700}.info-farm .meta p[data-v-b2b651c6]:not(:first-child){font-weight:400;font-size:.875rem}.bmfw-toggle-container label{cursor:pointer}.bmfw-toggle-container .bmfw-toggle-off{background-color:#aaa9a9!important}.bmfw-toggle-container .bmfw-toggle-off .marker{border:3px solid #AAA9A9!important}.view-zero-products[data-v-f295076f]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem}.view-zero-products .bmfw-bcecosystem[data-v-f295076f]{padding-bottom:1rem}.view-zero-products h4[data-v-f295076f]{font-weight:700;width:23rem;text-align:center}.view-zero-with-products-banner[data-v-fa1617b8]{background:#fff;width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-radius:10px;margin-bottom:1rem}.view-zero-with-products-banner .main[data-v-fa1617b8]{display:flex;flex-direction:column;gap:0;width:100%;padding:0 2rem}.view-zero-with-products-banner .main .title[data-v-fa1617b8]{font-weight:700}.view-zero-with-products-banner footer[data-v-fa1617b8]{width:100%;display:flex;justify-content:flex-end}.bmfw-fx-r-c-c[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-5cdfe586]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-5cdfe586]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-5cdfe586]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-5cdfe586]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}svg[data-v-5cdfe586]{position:relative;top:50%;left:50%;transform:translate(-50%)}svg g[data-v-5cdfe586]{transform-origin:center;transform-box:fill-box}#a[data-v-5cdfe586]{animation:clockwise-5cdfe586 8s linear infinite}#b[data-v-5cdfe586]{animation:clockwise-5cdfe586 10s linear infinite}#d[data-v-5cdfe586]{animation:clockwise-5cdfe586 12s linear infinite}#f[data-v-5cdfe586]{animation:clockwise-5cdfe586 9s linear infinite}#c[data-v-5cdfe586]{animation:anticlockwise-5cdfe586 9s linear infinite}#e[data-v-5cdfe586]{animation:anticlockwise-5cdfe586 11s linear infinite}@keyframes clockwise-5cdfe586{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes anticlockwise-5cdfe586{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media only screen and (max-width:600px){svg[data-v-5cdfe586]{width:fit-content;margin:10px}}.bmfw-modal--custom_aibot-announcement{background:#2a7346!important;color:#d4e3da!important}.bmfw-modal--custom_aibot-announcement .bmfw-modal__title-group{gap:0!important}.bmfw-modal--custom_aibot-announcement .bmfw-modal__title{margin:0!important;color:#fff}.bmfw-modal--custom_aibot-announcement .bmfw-modal__subtitle{margin:0!important;font-style:italic;font-size:1rem;color:#fff}.bmfw-modal--custom_aibot-announcement img{width:120px;border-radius:50%;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.bmfw-modal--custom_aibot-announcement .aibot-announcement__image{position:relative}.view-zero-products-loading{width:100%;height:100%;display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center;height:calc(100vh - 75px - 10rem)}.not-applicable[data-v-55956a30]{border-style:dashed;border-color:#fff;color:#fff}.farm-view .farm-view-table{overflow-x:auto;width:calc(100vw - 4.688rem);max-width:100%}.farm-view .farm-view-table .p-datatable-header{padding-left:0;padding-right:0}.farm-view .farm-view-table .header__left{max-width:400px}.farm-view .farm-view-table .header__left .bmfw-select-field__cell{min-width:150px}.farm-view .farm-view-table .header__right{max-width:400px;gap:2rem}.farm-view .expandida{transition:all .2s ease-in}.farm-view .expandida header h4{text-transform:uppercase;font-weight:600;font-size:.75rem}.farm-view .expandida header p{text-decoration:underline;cursor:pointer}.farm-view table{font-size:.875rem}.farm-view span.ball{width:.5rem;height:.5rem;border-radius:50%}.farm-view span.subtitle{color:#747474;font-size:.75rem}.farm-view span.subtitle.filter-hook{text-decoration:underline;color:#2a7346;cursor:pointer}.farm-view .p-datatable-header-cell.categories{border-left-width:1px!important;border-bottom-style:dashed!important;border-bottom-width:1px!important}.farm-view .p-datatable-header-cell.categories .p-datatable-column-header-content{justify-content:center}.farm-view .p-datatable-header-cell.frozencategory{border-bottom-width:0px!important}.farm-view .metrics .p-datatable-column-title{font-weight:600}.farm-view .metric--first{border-left-width:1px!important}.farm-view .bmfw-input-field .bmfw-input-field__cell svg{height:auto!important;width:auto!important}.farm-view .metric_value:not(.no-shadow){text-shadow:1px 1px 0px rgba(0,0,0,.1)}.farm-view.farm-view--theme_light .card{background:#fff;padding:2rem;border-radius:10px}.farm-view .bmfw-page-heading>div{height:auto!important}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;background:#0000000f!important;border:0 none!important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px #0003}.selectize-dropdown-header{position:relative;padding:5px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px!important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:700;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 0 0;border-left:1px solid #d0d0d0;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:#0000000d}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px #0000001a;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:6px 8px 3px}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.15);box-shadow:inset 0 1px 2px #00000026}.selectize-input.dropdown-active{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display: inline}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.selectize-control.multi .selectize-input>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#7d7d7d;background:#fff;border:0 solid #ffffff}.selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0 2px 0 0!important;text-indent:0!important;border:0 none!important;background:none!important;line-height:inherit!important;-webkit-user-select:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none!important}.selectize-input:after{content:" ";display:block;clear:left}.selectize-input.dropdown-active:before{content:" ";display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px #0000001a;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:#7da8d033;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.selectize-dropdown .option,.selectize-dropdown .optgroup-header{padding:5px 8px}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:#30303080}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;-webkit-overflow-scrolling:touch}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#808080 transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent #808080 transparent}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}.map[data-v-f5eb7d8b]{height:100%;width:100%}.plots__title[data-v-e3a2f1e9]{margin-top:-2rem;margin-bottom:2rem}.bc__radio label[data-v-2412516e]{z-index:6}.bmfw-tabs-set__item[data-v-11c98868]{padding-bottom:.5rem}.bmfw-tabs-set__item--active[data-v-11c98868]:before{transform:translateY(-70%)}.javi--sample_code[data-v-59ed2094]{font-family:monospace;font-size:0%}.javi--empty_cluster[data-v-0e2527c5],.javi--empty_cluster[data-v-a35515e3]{transform:translateY(30px);-moz-transform:translateY(30px);-webkit-transform:translateY(30px);-o-transform:translateY(30px);bottom:-100%}.test-bp-api[data-v-695f77f5]{z-index:1000;position:absolute;width:200px;height:200px;background:#dbe0e8d1;border-color:red}.venn-modal-vue[data-v-fe8cf1b2]{-webkit-tap-highlight-color:rgba(0,0,0,0);--swiper-theme-color: #007aff;--swiper-navigation-size: 44px;line-height:1.428571429;color:#333;font-size:16px;font-family:Brandon;font-weight:400;font-style:normal;box-sizing:border-box;position:fixed;padding:2rem;height:90vh;background-color:#fff;box-shadow:0 0 50px #acb1a726;-webkit-border-radius:20px 0 0 20px;right:0;top:5vh;z-index:10;-webkit-transition:all .3s ease-in-out;-webkit-transform:translateX(0)}.map[data-v-05dcbb0a]{height:100%;width:100%}.map .ol-attribution button{display:none}.filtering__zero__view[data-v-d7502d64]{margin-top:3rem}.shape__no-parcel[data-v-d8cd5563]{padding:.1rem .8rem;border-radius:100px}@media screen and (max-width:75rem){.tooltip__container[data-v-c6de4aea]{pointer-events:initial!important}}.tooltip__container[data-v-c6de4aea]{width:fit-content!important}.table__parcel__null[data-v-c6de4aea]{cursor:pointer}.table__parcel__null .p[data-v-c6de4aea]{letter-spacing:1px;font-size:.875rem}.table__parcel__null .table_report[data-v-c6de4aea]{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);width:3.5rem;height:3rem;gap:.2rem;padding:.3rem 0}.table__parcel__null .table_report .table_report_item[data-v-c6de4aea]{width:.4rem;height:.4rem;border-radius:100px}.tooltip__element[data-v-c6de4aea]{color:#000;border-radius:25px;font-size:12px;line-height:1.5;margin:5px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);padding:.7rem;gap:.3rem;min-width:23rem;min-height:19rem;margin-right:35rem}.tooltip__element .element[data-v-c6de4aea]{text-align:center;font-size:11px;font-family:Brandon;font-weight:400;font-style:normal;text-transform:uppercase;width:5.5rem}.tooltip__element .element p[data-v-c6de4aea]{font-size:8px}.tooltip__element .element .nivel[data-v-c6de4aea]{color:#aaa9a9}.tooltip__element .element .popover_report_item[data-v-c6de4aea]{width:2rem;height:2rem;margin:10px auto;border-radius:100px}.noDisponible[data-v-c6de4aea]{background-color:#515051}.tooltip__container[data-v-e4e6a0c8]{width:fit-content!important}.tooltip__element[data-v-e4e6a0c8]{color:#000;border-radius:25px;font-size:5px!important;line-height:1.5;margin:5px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);padding:.7rem;gap:.2rem;min-width:23rem;margin-left:-28rem!important;margin-top:-10rem!important}.title[data-v-e4e6a0c8],.btn[data-v-e4e6a0c8]{display:none}.element[data-v-e4e6a0c8]{text-align:center;font-size:11px!important;font-family:Brandon;font-weight:400;font-style:normal;text-transform:uppercase;width:6rem}.element p[data-v-e4e6a0c8]{font-size:8px!important}.element .nivel[data-v-e4e6a0c8]{color:#aaa9a9}.element .popover_report_item[data-v-e4e6a0c8]{width:2rem;height:2rem;margin:10px auto;border-radius:100px}.noDisponible[data-v-e4e6a0c8]{background-color:#515051}.bmfw-fx-r-c-c[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-3f9a71d6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-3f9a71d6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-3f9a71d6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-3f9a71d6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.modal-content[data-v-3f9a71d6]{width:fit-content;min-width:15rem;min-height:15rem;height:fit-content;display:grid;background:#111;align-items:center;gap:2.5rem}p[data-v-3f9a71d6]{margin:0!important}.table__parcel__null[data-v-361769f8]{cursor:pointer}.table__parcel__null .p[data-v-361769f8]{letter-spacing:1px;font-size:.875rem}.table__parcel__null .table_report[data-v-361769f8]{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);width:3.5rem;height:3rem;gap:.2rem;padding:.3rem 0}.table__parcel__null .table_report .table_report_item[data-v-361769f8]{width:.4rem;height:.4rem;border-radius:100px}.wrapper[data-v-24e10a43]{background:red}.js_loading[data-v-24e10a43]{margin-top:15rem;margin-left:10rem}.js_loading .page__becrop[data-v-24e10a43]{margin-bottom:3rem}.icon-bc-calendar[data-v-24e10a43]{border:none!important;margin-left:9rem;margin-bottom:100px;border-bottom-width:100px;position:relative;top:-2.3rem;z-index:999;color:#fff;font-size:1.25rem}.calendar[data-v-24e10a43]{margin:auto;position:relative;z-index:9999}.form-animate-fields .form-field[data-v-24e10a43]{overflow:visible!important}.form-label[data-v-24e10a43]:before{background:none!important}.dated[data-v-24e10a43]{transform:translateY(-13px)}#date[data-v-24e10a43]{background-color:#282b25;border:none;outline:none;border-bottom:1px solid #fff;transform:translateY(-4.3px);color:#fff;font-family:Brandon;font-weight:400;font-style:normal;letter-spacing:1.5px}.tooltip__container:hover .tooltip__element[data-v-fc38e794]{transform:translate(110px)!important;transition:.7s}.footer__tease[data-v-638a3874]{display:flex;flex-wrap:wrap}.view__zero{padding-bottom:3rem}.distributor__stamp__container--right_side{z-index:130}.bmfw-fx-r-c-c[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-e1d8c242]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-e1d8c242]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-e1d8c242]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-e1d8c242]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.tooltip[data-v-e1d8c242]{background:#383a36!important;color:#fff!important;box-shadow:0 6px 30px #0000001a!important}.tooltip .tooltip-inner[data-v-e1d8c242]{background:none!important;color:#fff!important}.tooltip .tooltip-arrow[data-v-e1d8c242]{display:none!important}.proposal__name[data-v-e1d8c242]{max-width:100px;display:block}.parcel__new__form__wrapper[data-v-ef842acf]{width:80%!important;max-width:none!important}@media screen and (min-width:64rem){.parcel__new__form__wrapper[data-v-ef842acf]{width:60vw!important}}.bmfw-tracking-dashboard-grid .bmfw-widgetcard:first-child .bmfw-widgettracking>span{transform:translate(-35%) translateY(10%)!important}.bmfw-fullsize-template__inner div:first-child a[data-v-7228eb1a]{margin-bottom:1rem}.bmfw-fullsize-template__inner div:first-child a .bmfw-icon[data-v-7228eb1a]{transform:scaleX(-1)}.bmfw-fullsize-template__inner div:first-child a p[data-v-7228eb1a]{text-transform:uppercase;font-size:.875rem}.editable-input{flex-direction:row!important}.editable-input>span{width:fit-content!important}.editable-input input{width:fit-content;min-width:10ch;max-width:100ch}.editable-input .action-editable>.bmfw-icon.pencil-icon{right:0;width:2.5rem!important;height:2.5rem!important;cursor:pointer}.editable-input .action-editable>.action-wrapper{gap:.75rem!important;display:flex!important;flex-direction:row!important;margin-left:.75rem!important}.editable-input .bmfw-microfeedback{font-size:10px;overflow:visible!important;width:fit-content!important}.editable-input .bmfw-microfeedback.bmfw-microfeedback--animated{animation:fademicrofeedbackDown 2s ease forwards!important}.editable-input .bmfw-microfeedback.bmfw-microfeedback--accent_error{color:#c1554d!important}.editable-input .bmfw-microfeedback.bmfw-microfeedback--accent_success{color:#00a57e!important}@keyframes fademicrofeedbackDown{0%{opacity:1}20%{opacity:1}to{transform:translateY(25px);opacity:0}}.modal-quotes{width:70vw!important;max-width:70vw!important}.modal-quotes .bmfw-modal__body{max-width:initial!important}.bmfw-p--associate-gis-area__no-quotes{margin-top:30px}.bmfw-ul--associate-gis-area{margin-top:15px;max-height:300px;overflow-y:auto}.bmfw-ul--associate-gis-area .bmfw-li--associate-gis-area{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #ddd}.bmfw-ul--associate-gis-area .bmfw-li--associate-gis-area .bmfw-span--associate-gis-area{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bmfw-ul--associate-gis-area .bmfw-li--associate-gis-area .bmfw-button--associate-gis-area{display:flex;align-items:center}.bmfw-continue{margin:20px 0}.bmfw-continue .bmfw-button--continue{margin:0 auto}#map-farm-list{width:100%;min-height:250px;box-sizing:border-box;height:100%;position:relative}#map-farm-list .ol-viewport{border-radius:10px;position:absolute!important}h1.pageHeading-editing .editable-input input{width:40ch!important;min-width:10ch;max-width:100ch}h1.pageHeading-editing .bmfw-microfeedback{width:fit-content!important}.bmfw-section__buttons[data-v-73dbe515]{display:flex;gap:10px}.bmfw-dbf-metadata{max-height:330px;overflow-y:scroll;text-align:left}.bmfw-dbf-metadata .bmfw-metadata-info-dropdown{text-align:center}.bmfw-dbf-metadata .bmfw-metadata-info-dropdown .bmfw-dbf-metadata__info{margin-bottom:20px}.bmfw-dbf-metadata .bmfw-dbf-metadata__form{margin:20px 0 30px}.bmfw-dbf-metadata .bmfw-dbf-metadata__form .metadata-form-block{margin-bottom:25px}.bmfw-dbf-metadata .bmfw-dbf-metadata__form .metadata-form-info-block{margin:15px 0 10px}.bmfw-dbf-metadata .bmfw-dbf-metadata__form .metadata-form-info-block p{color:#747474}.bmfw-dbf-metadata .bmfw-dbf-metadata__form label{margin-bottom:5px}.bmfw-dbf-metadata .bmfw-dbf-metadata__form select{display:block;width:100%;background:transparent;border:none;border-bottom:1px solid #AAA9A9;border-radius:0;color:#3d3d3d;margin-bottom:1.5rem;outline:none}.bmfw-fx-r-c-c[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-7dd9948a]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-7dd9948a]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-7dd9948a]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-7dd9948a]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.sampling-project-association-sample-input[data-v-7dd9948a],.error-buttons-section[data-v-7dd9948a]{display:flex;justify-content:center;gap:15px;margin:15px}.sampling-project-association-area-selected[data-v-7dd9948a]{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;margin-right:48px;gap:10px;margin-bottom:20px}.sampling-project-association-area-selected img[data-v-7dd9948a]{background-color:#eee;border-radius:30px}.sampling-checkbox-available-unassociate-samples[data-v-7dd9948a]{display:flex;justify-content:center;margin-bottom:25px;font-size:1.2rem}.title[data-v-7dd9948a]{font-size:1.25rem;font-weight:700;margin-top:0;color:#eee}.bmfw-area-playground .bmfw-breadcrumbs .bmfw-breadcrumbs__item svg path{stroke:#282b25}.bmfw-area-playground .bmfw-breadcrumbs .bmfw-breadcrumbs__item a{color:#282b25}.bmfw-area-playground .bmfw-breadcrumbs .bmfw-breadcrumbs__item a .bmfw-loader-inline{padding:0 3rem}.bmfw-area-playground .bmfw-area-playground__playground .bmfw-map__content .map{pointer-events:none}.modal-metadata-title{display:flex;flex-direction:row;justify-content:space-around;gap:12px}.bmfw-client-selector .vs__selected-options{width:100px}.bmfw-fx-r-c-c[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-8c76243f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-8c76243f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-8c76243f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-8c76243f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.slide-fade-lade-enter-active[data-v-8c76243f]{transition:all .3s ease-out}.slide-fade-lade-leave-active[data-v-8c76243f]{transition:all .3s cubic-bezier(1,.5,.8,1)}.slide-fade-lade-enter-from[data-v-8c76243f],.slide-fade-lade-leave-to[data-v-8c76243f]{transform:translate(-20px);opacity:0}.ebecrop-legend[data-v-8c76243f]{display:grid;grid-template-columns:1fr;justify-content:flex-start;justify-items:flex-start;gap:.5rem;background-color:#282b25;padding:.5rem;border-radius:8px}.ebecrop-legend[data-v-8c76243f]:hover{transition:all 1s ease-in-out}.ebecrop-legend:hover .inputs[data-v-8c76243f]{color:#f7f7f7;display:block;font-size:12px;transition:all 1s ease-in-out}.ebecrop-legend:hover .inputs span[data-v-8c76243f]{font-weight:700}.ebecrop-legend:hover .content[data-v-8c76243f]{grid-template-columns:25px 1fr}.ebecrop-legend:hover .content .info[data-v-8c76243f]{display:grid;grid-template-rows:1fr 1fr;align-content:space-between;color:#f7f7f7;font-size:25px;transition:all 1s ease-in-out;padding:.5rem 0}.ebecrop-legend:hover .content .info .plus-container[data-v-8c76243f]{display:flex;align-items:flex-start;color:#e52721}.ebecrop-legend:hover .content .info .minus-container[data-v-8c76243f]{display:flex;align-items:flex-end;color:#e6d581}.ebecrop-legend .inputs[data-v-8c76243f]{display:none;transition:all 1s ease-in-out}.ebecrop-legend .content[data-v-8c76243f]{display:grid;grid-template-columns:25px;justify-content:flex-start;justify-items:flex-start;gap:1rem}.ebecrop-legend .content .info[data-v-8c76243f]{display:none}.ebecrop-legend .content .bar[data-v-8c76243f]{display:grid;grid-template-rows:1fr 1fr 1fr;height:150px;width:100%}.ebecrop-legend .content .bar .one[data-v-8c76243f]{background-color:#e52721;border-radius:6px 6px 0 0;cursor:pointer;opacity:.8}.ebecrop-legend .content .bar .one[data-v-8c76243f]:hover{opacity:1;border:3px solid #ffffff}.ebecrop-legend .content .bar .tow[data-v-8c76243f]{background-color:#ff9a51;cursor:pointer;opacity:.8}.ebecrop-legend .content .bar .tow[data-v-8c76243f]:hover{opacity:1;border:3px solid #ffffff}.ebecrop-legend .content .bar .three[data-v-8c76243f]{background-color:#e6d581;border-radius:0 0 6px 6px;cursor:pointer;opacity:.8}.ebecrop-legend .content .bar .three[data-v-8c76243f]:hover{opacity:1;border:3px solid #ffffff}.ebecrop-legend .content .bar .bar-legend-active[data-v-8c76243f]{border:3px solid #ffffff;opacity:1}.swich-qr{display:grid;grid-template-columns:1fr;grid-template-rows:min-content 1fr;justify-content:center;justify-items:center;gap:2rem;border-radius:8px}.swich-qr .qr-container{padding:.3rem;border-radius:8px;background-color:#fff}.swich-qr .qr-container img{width:5.9rem;height:5.9rem}.swich-qr .bmfw-toggle-container .toggle-option{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.3rem}.swich-qr .bmfw-toggle-container .toggle-option p{font-size:13px;font-weight:700}.bmfw-modal--custom_qr-visibility{max-width:800px!important;padding:2rem 3rem!important}.bmfw-modal--custom_qr-visibility .bmfw-modal__title-group{gap:.3rem!important}.bmfw-modal--custom_qr-visibility .bmfw-modal__title-group .bmfw-modal__title{margin-top:0!important;font-size:17px;text-align:left;font-weight:700}.bmfw-modal--custom_qr-visibility .bmfw-modal__title-group .bmfw-modal__subtitle{margin-top:0!important;text-align:left;font-size:15px;font-weight:500;opacity:.8}.bmfw-modal--custom_qr-visibility .bmfw-modal__body{padding:2rem!important;margin:1.5rem .5rem 1.7rem!important;width:100%!important;background:#383a36!important;border-radius:10px!important}.bmfw-modal--custom_qr-visibility .bmfw-modal__body .bmfw-qr-img{width:8rem;height:8rem}.bmfw-modal--custom_qr-visibility .bmfw-modal__title__modal-actions-container{padding-top:0!important;display:grid!important;justify-content:normal!important}.bmfw-modal--custom_qr-visibility .bmfw-modal__title__modal-actions-container .skip{color:#aaa9a9;cursor:pointer;text-decoration:underline}.bmfw-modal--custom_qr-visibility .bmfw-modal__title__modal-actions-container .skip:hover{color:#f7f7f7}.bmfw-modal--custom_export-map-report{max-width:800px!important;padding:2rem 3rem!important}.bmfw-modal--custom_export-map-report .bmfw-modal__title-group{gap:.3rem!important}.bmfw-modal--custom_export-map-report .bmfw-modal__title-group .bmfw-modal__title{margin-top:0!important;font-size:17px;text-align:left;font-weight:700}.bmfw-modal--custom_export-map-report .bmfw-modal__title-group .bmfw-modal__subtitle{margin-top:0!important;text-align:left;font-size:15px;font-weight:500;opacity:.8}.bmfw-modal--custom_export-map-report .bmfw-modal__body{padding:2rem!important;margin:1.5rem .5rem 1.7rem!important;width:100%!important;border-radius:10px!important}.bmfw-modal--custom_export-map-report .bmfw-modal__title__modal-actions-container{padding-top:0!important;display:grid!important;justify-content:normal!important}.bmfw-modal--custom_export-map-report .bmfw-modal__title__modal-actions-container .skip{color:#aaa9a9;cursor:pointer;text-decoration:underline}.bmfw-modal--custom_export-map-report .bmfw-modal__title__modal-actions-container .skip:hover{color:#f7f7f7}.bmfw-qr-img[data-v-d9d99769]{width:9rem;height:9rem}.bmfw-view-zero-samples[data-v-d9d99769]{padding:2rem 0}.recommendation{display:grid;grid-template-columns:1fr;gap:.5rem;border:1px solid rgba(0,0,0,0);padding:.5rem}.recommendation .header{display:flex;justify-content:flex-start!important;align-items:flex-end!important;gap:.5rem;padding:0}.recommendation .header .category-tag{border-radius:5px;font-weight:700;font-size:8px;padding:0px .5rem}.recommendation .header .sub{color:#ddd;font-size:.675rem;width:max-content}.recommendation .body{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.recommendation .body .first{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.recommendation .body .first .badge{padding:0}.recommendation .body .first .badge .bmfw-icon svg .bmfw-icon__decorator{fill:#fff}.recommendation .body .first .badge .bmfw-icon svg path:not(.bmfw-icon__decorator){fill:#2a7346}.recommendation .body .first .product-name{font-size:1rem;font-weight:700;color:#fff}.recommendation .body .bmfw-rating{margin:0}.recommendation .body .bmfw-rating li .bmfw-icon--accent_gray svg path{fill:#74747470!important}.recommendation--interactive{cursor:pointer!important}.recommendation--interactive:hover{opacity:1}.recommendation--active{background-color:#2a734617;border-radius:5px;border:1px solid #2a7346;padding:.5rem;opacity:1}.bar-chart[data-v-6ec0ffca]{display:flex;gap:2.5rem;align-items:flex-end;margin-bottom:1.5rem}.bar-chart-item[data-v-d83f8f9a]{display:grid;justify-items:center;font-size:11.5px;gap:.3rem;position:relative}.bar-chart-item .bar[data-v-d83f8f9a]{width:1.5rem;border-radius:5px 5px 0 0;max-height:7rem;padding-bottom:.2rem}.bar-chart-item .top[data-v-d83f8f9a]{position:absolute;width:max-content;top:-1.5rem}.bar-chart-item .footer[data-v-d83f8f9a]{position:absolute;width:max-content;bottom:-1.5rem}.dynamic-legend{color:#f7f7f7;background-color:#282b25;border-radius:6px;padding:.3rem;pointer-events:all}.dynamic-legend .control{display:flex;align-items:center;justify-content:center;gap:.7rem;font-size:14.5px;padding-bottom:.2rem}.dynamic-legend .control p{min-width:max-content}.dynamic-legend .control .icon{width:100%;cursor:pointer;opacity:.7}.dynamic-legend .control .icon:hover{opacity:1}.dynamic-legend .legend-main{display:flex}.dynamic-legend .legend-main .values{display:grid;align-items:center;padding:5px}.dynamic-legend .legend-main .values .rank .title{width:max-content;font-size:.75rem;white-space:nowrap}.dynamic-legend .legend-main .values .rank .title span{color:#eebb54;font-weight:700}.dynamic-legend .legend-main .values .rank .sub{font-size:.625rem;white-space:nowrap;opacity:.7}.bmk-legend{display:flex}.bmk-legend .values{display:grid;align-items:center;padding:5px}.bmk-legend .values .rank .title{width:max-content;font-size:.75rem;white-space:nowrap}.bmk-legend .values .rank:last-child{height:15px}.bmk-legend .bmfw-scale-legend{height:10rem!important}.bmk-legend .bmfw-scale-legend ul li{height:1rem!important}.rank-tag{padding-left:1rem!important;padding-right:1rem!important;text-transform:none!important;border-radius:6px!important;border-width:1px!important;position:static!important}.rank-tag div{display:flex;flex-direction:row}.rank-tag div span:first-child{padding-right:.5rem;border-right-style:solid;border-right-width:1px}.rank-tag div span:last-child{padding-left:.5rem}.metric-section-alert .v-popper__wrapper .v-popper__inner{background-color:#282b25;color:#f7f7f7;max-width:10rem}.metric-section-alert .v-popper__wrapper .v-popper__arrow-container{display:none}.field-map-tooltip header{display:flex;justify-content:flex-end;margin-top:-19px;gap:5rem}.field-map-tooltip header .left{display:grid;gap:.5rem}.field-map-tooltip header .left .field-data{display:flex;justify-content:space-between;gap:.5rem;font-weight:700;width:100%}.field-map-tooltip header .left .field-data p{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis;max-width:250px}.field-map-tooltip header .left .field-data span{font-weight:500}.field-map-tooltip header .left .bmfw-tag{padding:.05rem .7rem!important}.field-map-tooltip header .right .icon-action{box-sizing:content-box}.field-map-tooltip header .right .bmfw-button{border-radius:6px!important;padding:.5rem 1rem!important}.field-map-tooltip .products-section .products-header{display:grid;padding:.5rem 1rem;background:#292929;border-radius:6px}.field-map-tooltip .products-section .products-header .label{font-weight:700}.field-map-tooltip .products-section .products-header .name{font-size:14px;opacity:.8}.field-map-tooltip .products-section .products-main ul{list-style-type:disc;padding-left:1.5rem}.field-map-tooltip .products-section .products-main ul li{padding:.5rem 0}.field-map-tooltip .products-section .products-main ul li span{font-weight:700}.field-map-tooltip .metric-section{display:grid;grid-template-columns:1fr min-content min-content;align-items:center;padding-top:.5rem;gap:.5rem}.field-map-tooltip .metric-section .metric-info{cursor:help}.field-map-tooltip .metric-section .metric-info .metric-name{display:flex;justify-content:flex-start;gap:.25rem;align-items:center}.field-map-tooltip .metric-section .metric-info .metric-category{font-size:12px;color:#aaa9a9;letter-spacing:1px;text-transform:uppercase}.field-map-tooltip main{display:grid;padding-top:1rem}.field-map-tooltip main .panel-options{display:flex;justify-content:flex-start;align-items:flex-end;gap:.5rem}.field-map-tooltip main .panel-options .item{background-color:#282b25;padding:.5rem;border-radius:6px 6px 0 0;color:#f7f7f7;opacity:.4;cursor:pointer}.field-map-tooltip main .panel-options .item:hover{opacity:1}.field-map-tooltip main .panel-options .item-active{opacity:1}.field-map-tooltip main .panel-body{width:100%;border-radius:0 0 6px 6px;background-color:#282b25;padding:1rem;overflow-y:auto;height:fit-content;max-height:20rem}.field-map-tooltip main .panel-body .chart-view .sub{font-size:13px;opacity:.6}.field-map-tooltip main .panel-body .chart-view .content{display:flex;justify-content:center;align-items:flex-end;gap:2rem;padding:2rem}.field-map-tooltip .metric-section .bmfw-tag{padding:10px 15px;border-radius:6px;border-width:2.5px;border-style:solid;font-size:1.25rem;line-height:1.25rem;font-weight:800}.customer-switcher{width:100%}.customer-switcher .customer{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.bmfw-fx-r-c-c[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-4397ead2]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-4397ead2]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-4397ead2]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-4397ead2]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}li a svg[data-v-4397ead2]{width:.875rem}li .active path[data-v-4397ead2]{fill:red}.bmfw-fx-r-c-c[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-c641d8aa]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-c641d8aa]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-c641d8aa]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}ol[data-v-c641d8aa]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;margin:0}.bmfw-fx-r-c-c[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-5d5b0cdc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-5d5b0cdc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-5d5b0cdc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-5d5b0cdc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.product__item__tooltip[data-v-5d5b0cdc]{padding:0 10px;border-radius:4px;transition:all .3s ease}.product__item__tooltip p[data-v-5d5b0cdc]{font-size:.675rem;margin-top:.25rem}.product__item__tooltip.product__item__tooltip--rendered[data-v-5d5b0cdc]{background-color:#282b25}.product__item__tooltip[data-v-5d5b0cdc]:not(.product__item__tooltip--rendered){cursor:pointer}.product__item__tooltip[data-v-5d5b0cdc]:not(.product__item__tooltip--rendered):hover{background:#4f5050}.farm-field-tooltip-recommendations .left{display:grid;gap:.5rem}.farm-field-tooltip-recommendations .left .field-data{display:flex;justify-content:space-between;gap:1rem;font-weight:700}.farm-field-tooltip-recommendations .left .field-data p{width:350px}.farm-field-tooltip-recommendations .left .field-data span{font-weight:500}.farm-field-tooltip-recommendations .left .bmfw-tag{padding:.05rem .7rem!important}.farm-field-tooltip-recommendations .recommendations{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:1rem}.bmfw-toast-container{position:absolute;right:0;top:75px;z-index:9}.map-tooltip{display:none;background:#383a36;padding:1rem;position:absolute;border-radius:10px;color:#fff;box-shadow:0 0 40px #000000b3;width:max-content;min-width:280px}.map-tooltip:after{position:absolute;left:-7px;top:25px;content:"";display:block;width:1rem;height:1rem;background-color:#383a36;border-radius:3px;transform:rotate(45deg)}.map-marker-tooltip__rate header{background-color:#383a36;margin-bottom:0}.map-marker-tooltip{left:2rem;top:-2.5rem}.map-marker-tooltip header{display:flex;align-items:center;gap:1.5rem;padding:1rem;border-radius:5px;background-color:#222;margin-bottom:1rem;justify-content:space-between}.map-marker-tooltip header .bmfw-map-ol-point-modal-actions{display:flex;align-items:center;gap:1rem}.map-marker-tooltip header .bmfw-map-ol-point-modal-actions .bmfw-button--loading{padding-bottom:1rem}.map-zone-tooltip{left:1rem;top:-.8rem}.map-zone-tooltip .info{display:flex;align-items:center;gap:1.5rem;padding:1rem;border-radius:5px;background-color:#222;margin-bottom:1rem;width:100%}.map-zone-tooltip .info .bmfw-button--loading{padding-bottom:1rem}.map-zone-tooltip .available-agronomic-insight{padding-top:1rem;display:flex;align-items:center;gap:.5rem;opacity:.7;cursor:pointer;text-decoration:underline}.map-zone-tooltip .available-agronomic-insight:hover{opacity:1}.map-zone-tooltip .available-agronomic-insight .text-available{padding-top:.3rem;font-size:13px;letter-spacing:.8px}.map-recommendation-tooltip{left:2rem;top:-1rem}.group__list{font-size:.75rem;font-weight:700}.group__list p{font-style:italic;text-decoration:underline;cursor:pointer;font-weight:400;padding-left:1rem}.group__list p.active{color:#eebb54}.group__list p:first-child{margin-top:.5rem}.icon[data-v-4d54f14b]{width:30px;height:30px;stroke-width:1px;padding:.2rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products{background-color:#383a36;color:#eee}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-map-sidebar-panel__premain{display:none}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .search-container{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-direction:row}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .search-container p{width:200px;font-size:14px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .search-container p span{font-weight:700}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .search-container .bmfw-search{display:block}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .search-container .bmfw-search .bmfw-input-field .bmfw-input-field__cell .bmfw-search__reset{display:none}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main{height:calc(100vh - 300px);position:relative;margin-top:.5rem;border-radius:10px;border-style:solid;border-width:1px;background-color:#282b25;border-color:#4f5050}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .view-zero-deliverables{width:100%;position:absolute;top:50%;transform:translateY(-50%)}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .view-zero-deliverables .bmfw-view-zero .bmfw-view-zero__title{color:#fff}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .view-zero-deliverables .bmfw-view-zero .bmfw-view-zero__subtitle{max-width:80%}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .loader-pagination-farms{position:absolute;bottom:0;left:0;right:.5rem;display:grid;justify-content:center;gap:1rem;text-align:center;justify-items:center;padding:2rem 0 1rem;background:#171915;border-radius:0 0 10px 10px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .loader-pagination-farms .bmfw-loader-inline .bmfw-loading-container .bmfw-ball-item{width:.13rem;height:.13rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list{width:100%;overflow:auto;margin:0;position:relative}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product{padding:.75rem 20px;cursor:pointer;transition:all .3s ease;display:grid;grid-template-columns:1fr;gap:0}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product main{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-end}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product main .icon-box{background:#2a653f;border-radius:100px;padding:.5rem;box-sizing:content-box}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product main .section-left{display:grid}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product main .section-left .need-category-container{display:flex;justify-content:flex-start;gap:.5rem;align-items:center;padding-top:.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product main .section-left .need-category-container .need-category{border:#2a7346 1px solid;background:#2a734625;font-size:12px;padding:0 .5rem;border-radius:5px;color:#7fab90}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product main .section-right{display:flex;justify-content:center;align-items:center;gap:.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product:first-child{border-radius:10px 10px 0 0}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product:not(:last-child){border-bottom:1px solid #383a36}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product:hover{background-color:#2e302c}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product.--active{background-color:#171915}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product .label{font-size:14px;opacity:.8;color:#ccede5}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product .name{font-weight:700}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product .panel-porfolio-products{border-radius:5px;box-shadow:0 0 20px #0009;display:grid;gap:1rem;grid-template-columns:1fr;background-color:#282b25;padding:1rem;margin:1.5rem 0 1rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product .panel-porfolio-products .header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product .panel-porfolio-products .header .titles .sub{font-size:14px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product .panel-porfolio-products .main ul{list-style-type:disc;padding-left:1.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product .panel-porfolio-products .main ul li{padding:.5rem 0}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--products .bmfw-products-list__main .bmfw-products-list .product .panel-porfolio-products .main ul li span{font-weight:700}.bmfw-fx-r-c-c[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-e09ae493]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-e09ae493]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-e09ae493]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}li[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex:1;padding:20px;border-radius:4px;height:142px;transition:all .3s ease;position:relative;overflow:hidden}li .tent-carbon-needs-score[data-v-e09ae493]{text-align:center}li .tent-carbon-needs-score-1[data-v-e09ae493],li .tent-carbon-needs-score-2[data-v-e09ae493],li .tent-carbon-needs-score-3[data-v-e09ae493],li .tent-carbon-needs-score-4[data-v-e09ae493],li .tent-carbon-needs-score-5[data-v-e09ae493]{color:#fff}li[data-v-e09ae493]:not(.map--disabled):hover{background:#4f5050}li div span svg[data-v-e09ae493]{width:1rem;height:1rem;transform:translateY(-1px)}li .resting__layout[data-v-e09ae493],li .active__layout[data-v-e09ae493]{position:absolute;top:0;left:0;width:100%;height:100%;padding:20px}li .resting__layout data[data-v-e09ae493],li .active__layout data[data-v-e09ae493]{font-size:2rem;font-weight:700;width:100%;text-align:center}li .resting__layout data span[data-v-e09ae493],li .active__layout data span[data-v-e09ae493]{font-size:.875rem;font-weight:400}li .resting__layout>svg[data-v-e09ae493],li .active__layout>svg[data-v-e09ae493]{position:absolute;right:0;width:96px;height:96px;opacity:.1;top:0;transform:translate(30%,-20%)}li .resting__layout[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;width:100%;transition:all .3s ease}li .resting__layout .bmfw-tag[data-v-e09ae493]{border:none!important;background:transparent!important;font-size:1.5rem}li .active__layout[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;transition:all .3s ease;top:20px}li .active__layout>p[data-v-e09ae493]{font-size:.675rem}li .active__layout>div>p[data-v-e09ae493]{font-size:.75rem;font-weight:900}li .active__layout .foot[data-v-e09ae493]{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-direction:row-reverse}li .active__layout .foot .left[data-v-e09ae493]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}li .active__layout .foot a[data-v-e09ae493]:hover{color:#fff;text-decoration:underline}li.active[data-v-e09ae493]{background:#282b25}li.active .resting__layout[data-v-e09ae493]{opacity:0;transform:translateY(-20px)}li.active .active__layout[data-v-e09ae493]{opacity:1;transform:translateY(-20px)}li[data-v-e09ae493]:not(.active){border:1px solid #747474;cursor:pointer}li:not(.active) .resting__layout[data-v-e09ae493]{opacity:1}li:not(.active) .active__layout[data-v-e09ae493]{opacity:0;pointer-events:none}li.map--disabled[data-v-e09ae493]{cursor:default;border-color:#4f5050}.bmfw-fx-r-c-c[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-9fcb23d4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-9fcb23d4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-9fcb23d4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}ul[data-v-9fcb23d4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:1rem}.bmfw-fx-r-c-c[data-v-07048bac]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-07048bac]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-07048bac]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-07048bac]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-07048bac]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-07048bac]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-07048bac]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-07048bac]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-07048bac]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-07048bac]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-07048bac]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-07048bac]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-07048bac]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-07048bac]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-07048bac]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-07048bac]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.need-maps[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem}.need-maps p[data-v-07048bac]{margin:0!important}.need-maps .tent-carbon-needs-score[data-v-07048bac]{padding:.25rem 1rem;border-radius:7px}.need-maps .tent-carbon-needs-score-1[data-v-07048bac]{border:1px solid #42195A;background-color:#42195a33}.need-maps .tent-carbon-needs-score-2[data-v-07048bac]{border:1px solid #31506A;background-color:#31506a33}.need-maps .tent-carbon-needs-score-3[data-v-07048bac]{border:1px solid #52926A;background-color:#52926a33}.need-maps .tent-carbon-needs-score-4[data-v-07048bac]{border:1px solid #B3B84B;background-color:#b3b84b33}.need-maps .tent-carbon-needs-score-5[data-v-07048bac]{border:1px solid #FF2D8B;background-color:#ff2d8b33}.need-maps .foot[data-v-07048bac]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.need-maps .foot .left[data-v-07048bac]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem}.need-maps .foot .left>p[data-v-07048bac]{font-weight:900}.need-maps .foot .left>div>p[data-v-07048bac]{font-weight:900}.need-maps .foot .left a[data-v-07048bac]{text-decoration:underline}.need-maps .foot .left a[data-v-07048bac]:hover{color:#fff}.need-maps .rank-tag[data-v-07048bac]{border-radius:4px!important}.bmfw-graph data[data-v-07048bac],.bmfw-graph p[data-v-07048bac]{background:red}.bmfw-fx-r-c-c[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-7fea42b4]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-7fea42b4]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-7fea42b4]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-7fea42b4]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}a[data-v-7fea42b4]{display:grid;grid-template-columns:1fr 1fr 64px 24px;gap:1rem;color:#fff!important;align-items:center}a p[data-v-7fea42b4]{font-size:.675rem;text-decoration:underline;font-weight:700}.bmfw-fx-r-c-c[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-0576f77c]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-0576f77c]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-0576f77c]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-0576f77c]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-r-c-c[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-5a84ee06]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-5a84ee06]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-5a84ee06]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.product__item[data-v-5a84ee06]{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:5px 10px;font-size:.675rem;border-radius:4px;transition:all .3s ease;cursor:pointer}.product__item header[data-v-5a84ee06]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;color:#ddd}.product__item main[data-v-5a84ee06]{padding:0 1rem;width:100%;margin-top:.5rem}.product__item.product__item--expanded[data-v-5a84ee06]{background:#282b25}.product__item[data-v-5a84ee06]:not(.product__item--expanded){border:1px solid #4f5050}.product__item[data-v-5a84ee06]:not(.product__item--expanded):hover{background:#4f5050}.bmfw-fx-r-c-c[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-c2bbf1ea]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-c2bbf1ea]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-c2bbf1ea]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-c2bbf1ea]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-r-c-c[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-b8fa3080]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-b8fa3080]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.ag-solution__item[data-v-b8fa3080]{transition:all .3s ease}.ag-solution__item .ag-solution__item--expanded[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:6px;gap:0rem;padding:20px;border:1px solid #747474}.ag-solution__item .ag-solution__item--expanded>header[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}.ag-solution__item .ag-solution__item--expanded>header span[data-v-b8fa3080]{text-transform:uppercase;font-size:.625rem;font-weight:700;color:#aaa9a9}.ag-solution__item .ag-solution__item--expanded>header h5[data-v-b8fa3080]{font-size:1.5rem;font-weight:800;color:#fff;margin:0}.ag-solution__item .ag-solution__item--expanded>main[data-v-b8fa3080]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}.ag-solution__item .ag-solution__item--expanded>main>p[data-v-b8fa3080]{font-size:.75rem;font-style:italic;color:#aaa9a9}.ag-solution__item .ag-solution__item--expanded>main>dl[data-v-b8fa3080]{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-auto-flow:column;column-gap:2rem;margin:0}.ag-solution__item .ag-solution__item--expanded>main>dl dt[data-v-b8fa3080]:not(:first-child),.ag-solution__item .ag-solution__item--expanded>main>dl dd[data-v-b8fa3080]:last-child{text-align:right}.ag-solution__item .ag-solution__item--expanded>main>dl dd[data-v-b8fa3080]{margin:0}.ag-solution__item .ag-solution__item--expanded>main>dl dd a[data-v-b8fa3080]{cursor:default}.ag-solution__item .ag-solution__item--expanded>main>dl dt[data-v-b8fa3080]{text-transform:uppercase;color:#aaa9a9;font-size:.75rem}.ag-solution__item .ag-solution__item--expanded>main>ol[data-v-b8fa3080]{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.25rem}.ag-solution__item .ag-solution__item--expanded[data-v-b8fa3080]:not(.ag-solution__item--rendered){cursor:pointer}.ag-solution__item .ag-solution__item--expanded[data-v-b8fa3080]:not(.ag-solution__item--rendered):hover{background:#3a3d36}.ag-solution__item .ag-solution__item--not_expanded[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;padding:0 20px;border-radius:6px;cursor:pointer;border:1px solid #747474}.ag-solution__item .ag-solution__item--not_expanded>div[data-v-b8fa3080]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem}.ag-solution__item .ag-solution__item--not_expanded>div>data[data-v-b8fa3080]{width:85px;text-align:right}.ag-solution__item .ag-solution__item--not_expanded h5[data-v-b8fa3080],.ag-solution__item .ag-solution__item--not_expanded data[data-v-b8fa3080]{font-size:.875rem}.ag-solution__item .ag-solution__item--not_expanded h5[data-v-b8fa3080]{font-weight:700;margin:0}.ag-solution__item .ag-solution__item--not_expanded[data-v-b8fa3080]:hover {background:#4f5050}.ag-solution__item .ag-solution__item--rendered[data-v-b8fa3080]{background:#282b25;border:none}.bmfw-fx-r-c-c[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-f8cd6cb6]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-f8cd6cb6]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-f8cd6cb6]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}h4[data-v-f8cd6cb6]{font-weight:700;font-size:1rem}p[data-v-f8cd6cb6]{font-size:.875rem}div[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;margin:1rem 0 0}ol li[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}ol li p[data-v-f8cd6cb6]{font-size:.875rem;font-weight:700;color:#fff}ol li p span[data-v-f8cd6cb6]{font-weight:800;text-transform:uppercase}ul[data-v-f8cd6cb6]{margin-top:.5rem}ul li[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}ul li span[data-v-f8cd6cb6]{display:flex;flex-direction:row;justify-content:center;align-items:center;width:1rem;height:1rem;background:#747474}ul li:first-child span[data-v-f8cd6cb6]{background:#00a57e}svg[data-v-f8cd6cb6]{width:18px}div[data-v-f8cd6cb6]:last-child{margin:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.bmfw-fx-r-c-c[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-acb9f22f]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-acb9f22f]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-acb9f22f]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.ag-solution[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem}.ag-solution>div[data-v-acb9f22f]{width:100%}.ag-solution>div .ag-solution__item[data-v-acb9f22f]{width:100%}.ag-solution .ag-solution__other[data-v-acb9f22f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;margin:1rem 0}.ag-solution .ag-solution__help[data-v-acb9f22f]{padding:20px;border-radius:10px;background:#3a3d36}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--agsolution{padding-top:1.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--agsolution>header{display:none}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--agsolution>header h4{display:none}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--agsolution h4{color:#fff;font-size:1rem;font-weight:700;margin-bottom:1rem}button[data-v-a57a8ad6]{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.container[data-v-a57a8ad6]{display:flex;align-items:center;position:relative}.circle[data-v-a57a8ad6]{height:24px;width:24px;background-color:#2a734675;border-radius:50%;display:flex;justify-content:center;align-items:center;animation:pulse-secondary 1.5s ease-out infinite;transition:all .3s ease-in-out}.dot[data-v-a57a8ad6]{height:6px;width:6px;background-color:#2a7346;border-radius:50%;display:flex;justify-content:center;align-items:center}.circle[data-v-a57a8ad6]:before{position:absolute;content:"";height:32px;width:32px;border:2px dotted rgba(42,115,70,.4588235294);border-radius:inherit}.container .text[data-v-a57a8ad6]{position:absolute;left:24px;transition:all .3s ease;font-size:.875rem;width:max-content;gap:3px}.container:hover .text[data-v-a57a8ad6]{text-decoration:underline;transform:translate(20px)}.container:hover .circle[data-v-a57a8ad6]:before{display:none}.container:hover .circle[data-v-a57a8ad6]{margin-right:30px;transform:scale(1.75);animation:none}.optimal-range{position:absolute;height:12px;top:50%;transform:translateY(-50%);border-width:2px;border-style:dashed;border-top-width:0px;border-bottom-width:0px}.optimal-range p{font-size:10px;width:100%;text-align:center;position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(3px);opacity:0;pointer-events:none;transition:all .3s ease}.optimal-range.optimal-rank--active{border-top-width:2px}.optimal-range.optimal-rank--active p{opacity:1;transform:translate(-50%) translateY(0)}.dropdown-alert-optimal-range .v-popper__wrapper .v-popper__inner{background-color:#262626;color:#fff;margin-left:-2.5rem;margin-top:.5rem;box-shadow:0 0 80px #0000000d}.dropdown-alert-optimal-range .v-popper__wrapper .v-popper__inner .tooltip-alert-optimal-range{display:grid;gap:.5rem}.dropdown-alert-optimal-range .v-popper__wrapper .v-popper__inner .tooltip-alert-optimal-range .header-range{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.dropdown-alert-optimal-range .v-popper__wrapper .v-popper__inner .tooltip-alert-optimal-range .header-range .icon{width:15px;height:15px}.dropdown-alert-optimal-range .v-popper__wrapper .v-popper__inner .tooltip-alert-optimal-range .header-range-success{color:#33b798}.dropdown-alert-optimal-range .v-popper__wrapper .v-popper__arrow-container{margin-top:.3rem;margin-left:-1.25rem}.dropdown-alert-optimal-range .v-popper__wrapper .v-popper__arrow-container .v-popper__arrow-inner{border-color:#262626}.metric-card-item{padding:1rem;border:1px solid #4F5050;border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.metric-card-item.bmfw-metric-card-item--active{background-color:#171915}.metric-card-item:hover{background-color:#2e302c;cursor:pointer}.metric-card-item header{padding:0rem!important;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.metric-card-item header .name{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:122px}.metric-card-item header .name:hover:after{content:attr(title);position:absolute;top:-28px;left:0;background:#333;color:#fff;padding:4px 8px;border-radius:4px;white-space:nowrap;font-size:12px;pointer-events:none}.metric-card-item header .indicators{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.metric-card-item header .indicators .alert-hd-layer{cursor:help;background-color:#747474;border-radius:2px;padding:0 .5rem;font-size:10px;font-weight:700}.metric-card-item header .indicators .icon{height:15px;width:15px;margin-top:-2px}.metric-card-item header .indicators .icon-success{stroke:#33b798}.metric-card-item header .indicators .icon:hover{cursor:help}.metric-card-item main{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0}.metric-card-item main .value{font-size:30px;font-weight:700}.metric-card-item main .value .unit{font-size:15px;text-transform:uppercase}.metric-card-item main .label{font-size:14px}.guide-teaser p{font-size:.875rem;margin-bottom:0;color:#ddd;font-weight:500;line-height:1.2}.guide-teaser a{color:inherit;text-decoration:underline}.guide-teaser a:hover{color:#ddd;text-decoration:underline}.guide-teaser.guide-teaser--theme_light p{color:#282b25}.guide-teaser.guide-teaser--theme_light a:hover {color:#eebb54}.optimal-range-legend{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.optimal-range-legend .item{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.optimal-range-legend .item span{display:flex;height:22px;width:20px;border-width:2px;border-style:dashed;border-top:none;border-bottom:none}.optimal-range-legend .item .icon{height:20px;width:20px;border-width:2px}.optimal-range-legend .item .icon-success{stroke:#33b798}.optimal-range-legend .item .description{font-size:.75rem}.breakdown-of-fields{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:1;width:100%;gap:.875rem;margin-top:1rem}.breakdown-of-fields>div .title{font-size:.875rem}.bmfw-fx-r-c-c[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-7dc487ae]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-7dc487ae]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-7dc487ae]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-7dc487ae]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-need-maps__item .certification[data-v-7dc487ae]{font-size:1rem;font-weight:700;gap:1rem}.open-recomendations-action[data-v-7dc487ae]{margin-top:.35rem;font-size:.75rem;text-align:right;cursor:pointer}.open-recomendations-action[data-v-7dc487ae]:hover{text-decoration:underline}.fetching-recommendations[data-v-7dc487ae]{padding:1rem}.fetching-recommendations p[data-v-7dc487ae]{font-size:.75rem;opacity:.7;font-style:italic}.panel-recomendations[data-v-7dc487ae]{width:100%}.panel-recomendations .header[data-v-7dc487ae]{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.panel-recomendations .header .titles[data-v-7dc487ae]{color:#eee;font-size:.875rem}.panel-recomendations .recommendations[data-v-7dc487ae]{display:grid;grid-template-columns:1fr;gap:.5rem}.panel-recomendations[data-v-7dc487ae]{display:grid;grid-template-columns:1fr;gap:1rem;padding:1rem;background:#282b25;margin-top:1rem}.bmfw-need-maps__item .certification[data-v-2e4b2359]{font-size:1rem;font-weight:700;gap:1rem}.breakdown-of-fields{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:1;width:100%;gap:.5rem}.breakdown-of-fields>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.breakdown-of-fields>div .subtitle{font-size:.75rem;color:#aaa9a9}.breakdown-of-fields .bmfw-scrollbar__vertical__dark::-webkit-scrollbar{width:3px}.breakdown-of-fields .bmfw-input-field{width:100%}.breakdown-of-fields .fields{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.breakdown-of-fields .fields .field--active{background-color:#171915}.breakdown-of-fields .fields .field{display:grid;grid-template-columns:min-content 1fr min-content;gap:.5rem;height:fit-content;align-items:center;width:100%;padding:.3rem 0;border-radius:4px;cursor:pointer;border:1px solid rgba(42,115,70,0)}.breakdown-of-fields .fields .field:hover{background-color:#171915}.breakdown-of-fields .fields .field .parcel{padding-left:.5rem}.breakdown-of-fields .fields .field .parcel svg{stroke-width:1.5px}.breakdown-of-fields .fields .field p{text-align:start;padding-top:.15rem;font-size:13px;word-break:break-word}.breakdown-of-fields .fields .field .bmfw-rating{padding-right:.5rem;gap:0;margin:0}.breakdown-of-fields .fields .field .bmfw-rating li .bmfw-icon.bmfw-icon--accent_gray svg path{fill:#74747470;opacity:.7}.breakdown-of-fields .fields .field .bmfw-rating li .bmfw-icon.bmfw-icon--accent_secondary svg path{fill:#2a7346}.breakdown-of-fields .fields .field--active{background-color:#171915;border:1px solid #2a7346}.side-bar-farms-list-loader[data-v-e667a085]{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1;background:#282b2570}.side-bar-farms-list-loader .title[data-v-e667a085]{font-size:1.3rem;font-weight:700;margin-top:15px}.side-bar-farms-list-loader .subtitle[data-v-e667a085]{min-width:max-content}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list{background-color:#383a36;color:#eee}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-map-sidebar-panel__premain{display:none}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-search{display:block}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main{height:calc(100vh - 360px);margin-top:.5rem;border-radius:10px;border-style:solid;border-width:1px;background-color:#282b25;border-color:#4f5050;position:relative}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .view-zero-deliverables{width:100%;position:absolute;top:50%;transform:translateY(-50%)}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .view-zero-deliverables .bmfw-view-zero .bmfw-view-zero__title{color:#fff}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .view-zero-deliverables .bmfw-view-zero .bmfw-view-zero__subtitle{max-width:80%}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .loader-pagination-farms{position:absolute;bottom:0;left:0;right:.5rem;display:grid;justify-content:center;gap:1rem;text-align:center;justify-items:center;padding:2rem 0 1rem;background:#171915;border-radius:0 0 10px 10px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .loader-pagination-farms .bmfw-loader-inline .bmfw-loading-container .bmfw-ball-item{width:.13rem;height:.13rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list{width:100%;overflow:auto;margin:0;max-height:calc(100vh - 320px);position:relative}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item{padding:.75rem 20px;cursor:pointer;transition:all .3s ease;display:grid;grid-template-columns:1fr;gap:0}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item.farm-item--loading{pointer-events:none;opacity:.3}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item:not(:last-child){border-bottom:1px solid #383a36}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item:hover{background-color:#2e302c}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item.--active{background-color:#171915}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item .label-farm-section{font-size:.75rem;color:#aaa9a9}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item .crop__name{font-size:.75rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item main{display:grid;grid-template-columns:1fr;gap:.25rem;position:relative}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item main .open-recomendations-action--active{color:#2a7346}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item main .metadata{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item main .metadata .name{font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:20rem;text-transform:capitalize}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item main .metadata .extension,.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item main .metadata .fields-count{font-size:.75rem;color:#ddd;line-height:22px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item main .tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item main .tags .fields-count{background-color:#008b9b30;border:1px solid #008b9b;color:#008b9b;border-radius:6px;padding:0 .8rem;height:1.35rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item main .tags .fields-count span{font-size:7px;margin-bottom:-3px;margin-right:-2px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item .panel-recomendations .header{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item .panel-recomendations .header .titles{color:#eee}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item .panel-recomendations .recommendations{display:grid;grid-template-columns:1fr;gap:.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--farms_list .bmfw-farms-list__main .bmfw-farms-list .farm-item .panel-recomendations{box-shadow:#0009 0 0 20px;display:grid;grid-template-columns:1fr;border-radius:5px;gap:1rem;padding:1rem;background:#282b25;margin-top:1rem}.upgrade-teaser{position:absolute;padding:2rem;width:100%;height:100%;border-radius:10px;background-color:#282b25d9}.upgrade-teaser>div{gap:1.25rem}.upgrade-teaser p{text-align:center}.bmfw-map-sidebar-panel--need-maps .upgrade-teaser{background-color:#282b2599}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list{background-color:#383a36;color:#eee}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-map-sidebar-panel__premain{display:none}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-search{display:block}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container{background-color:#282b25;border:1px solid #4f5050;border-radius:10px;height:calc(100vh - 215px);margin-top:.5rem;position:relative}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .view-zero-deliverables{position:absolute;width:100%;top:50%;bottom:50%}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .view-zero-deliverables .bmfw-view-zero__title{color:#f7f7f7}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list{max-height:calc(100vh - 250px);overflow:auto;width:100%}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable{cursor:pointer;display:grid;gap:1rem;grid-template-columns:min-content 1fr;padding:20px;transition:background-color .3s ease}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable:first-child{border-radius:10px 10px 0 0}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable:not(:last-child){border-bottom:1px solid #383a36}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable:hover{background-color:#2e302c}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable.--active{background-color:#171915}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable .aside{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable .aside .parcel svg{stroke-width:2px;fill:var(--parcel-fill-color, "#85df4f40");stroke:var(--parcel-stroke-color, #85df4f)}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable .main{display:grid;gap:.25rem;grid-template-columns:1fr}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable .main .metadata{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable .main .metadata .name{font-size:1rem;font-weight:700;max-width:20rem;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable .main .metadata .extension{color:#ddd;font-size:.75rem;line-height:22px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable .main .below{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable .main .below .crop{font-size:14px;padding:0rem 1rem;border-radius:5px;height:100%;display:flex;align-items:center}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--fields_list .bmfw-list-container .bmfw-fields-list .field-deliverable .main .below .actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.bmfw-icon svg rect{stroke:#fff}.icon-container{width:30px;height:30px}.bmfw-map-sidebar-navigation-right{margin-top:4.25rem!important}.bmfw-map-sidebar-navigation-right ul{align-items:flex-end!important}.bmfw-map-sidebar-navigation-right ul div .bmfw-map-sidebar-navigation__item{border-radius:6px 0 0 6px!important}.bmfw-map-sidebar-navigation-right ul div .bmfw-map-sidebar-navigation__item .indicator{right:0!important;left:auto!important}.bmfw-map-sidebar-navigation-right ul div .bmfw-map-sidebar-navigation__item--active{padding:10px 25px!important;border-radius:0!important}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list{background-color:#383a36;color:#eee}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-map-sidebar-panel__premain{display:none}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-search{display:block}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-loader{width:2rem;height:2rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .pre{display:flex;justify-content:space-between;flex-direction:row;align-items:flex-end;gap:1rem;padding-bottom:.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .pre .title{font-size:14px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .pre .title span{font-weight:700;color:#7fab90}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container{background-color:#282b25;border:1px solid #4f5050;border-radius:10px;height:calc(100vh - 330px);margin-top:.5rem;position:relative}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .view-zero-deliverables{position:absolute;width:100%;top:50%;bottom:50%}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .view-zero-deliverables .bmfw-view-zero__title{color:#f7f7f7}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list{max-height:calc(100vh - 250px);overflow:auto;width:100%}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable{cursor:pointer;display:grid;gap:1rem;grid-template-columns:min-content 1fr;padding:20px;transition:background-color .3s ease}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable:first-child{border-radius:10px 10px 0 0}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable:not(:last-child){border-bottom:1px solid #383a36}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable:hover{background-color:#2e302c}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable.--active{background-color:#171915}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .aside{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .aside .parcel svg{stroke-width:2px;fill:var(--parcel-fill-color, rgba(63, 184, 178, .2509803922));stroke:var(--parcel-stroke-color, #3fb8b2)}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .main{display:grid;gap:.25rem;grid-template-columns:1fr}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .main .metadata{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .main .metadata .info{display:grid;grid-template-columns:1fr;gap:.25rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .main .metadata .info .name{font-size:1rem;font-weight:700;max-width:20rem;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .main .metadata .info .extension{color:#ddd;font-size:.75rem;line-height:22px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .main .metadata .action .bmfw-button{width:5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .main .below{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .main .below .crop{font-size:14px;padding:0rem 1rem;border-radius:5px;height:100%;display:flex;align-items:center}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .bmfw-list-container .bmfw-zones-list .zone-deliverable .main .below .actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .loading{height:100%;width:100%;display:grid;justify-content:center;align-items:center;align-content:center}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .setup-new{width:100%;gap:1rem;height:4.75rem;background-color:#2a7346;border-radius:10px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:1rem 1.5rem;cursor:pointer}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .setup-new:hover{border:1px solid #7fab90}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .setup-new .icon-action{padding:1rem;justify-content:center;box-sizing:content-box;background:#112e1c;border-radius:100px}.bmfw-map-sidebar .bmfw-map-sidebar-panel.bmfw-map-sidebar-panel--zones_list .setup-new .bmfw-loading{height:2rem;width:2rem}.bmfw-map-sidebar-right[data-v-a4502bf7]{right:0;left:auto}.bmfw-fx-r-c-c[data-v-482b449d]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-482b449d]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-482b449d]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-482b449d]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-482b449d]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-482b449d]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-482b449d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-482b449d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-482b449d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-482b449d]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-482b449d]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-482b449d]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-482b449d]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-482b449d]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-482b449d]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-482b449d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-482b449d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-482b449d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-scopebar__item--beta[data-v-482b449d]{overflow:hidden}.bmfw-scopebar__item--beta .beta-container[data-v-482b449d]{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;top:5px;left:.3rem;transform:rotate(45deg);padding:.1rem 1rem;width:90px;background-color:#eebb54}.bmfw-scopebar__item--beta .beta-container p[data-v-482b449d]{margin-top:1px;font-size:9px;font-weight:800;letter-spacing:.5px}.sbs__selector .bmfw-select-field label{font-size:.75rem;font-weight:900}.sbs__loader{gap:1rem;padding:1.6875rem 0}.sbs__loader p{font-style:italic;font-size:.75rem}.bmfw-farm-item .bmfw-farm-item__meta p,.bmfw-farm-item .bmfw-farm-item__meta span{font-size:.75rem}.bmfw-farm-item .bmfw-farm-item__meta .area_name--downloaded{font-weight:700;font-style:italic}.bmfw-farm-item{gap:.25rem}.bmfw-farm-item .bmfw-farm-item__meta{width:100%}.bmfw-farm-item .bmfw-farm-item__meta p,.bmfw-farm-item .bmfw-farm-item__meta span{font-size:.75rem;text-wrap:pretty}.bmfw-farm-item .bmfw-farm-item__meta .category{color:#fff;font-weight:800;margin-bottom:.75rem!important}.bmfw-farm-item .bmfw-farm-item__meta .metric_name{padding-left:.75rem}.bmfw-farm-item ul,.bmfw-farm-item li{margin:0!important;padding:0!important}.lastvisiteditems[data-v-c9f95f32]{height:1.5rem}.lastvisiteditems .lastvisiteditems--zero p[data-v-c9f95f32]{font-style:italic;font-size:.675rem}.lastvisiteditems ul[data-v-c9f95f32]{display:flex;flex-direction:row;gap:.25rem;flex-wrap:wrap;margin:0;overflow:auto;max-height:24px}.lastvisiteditems ul li span[data-v-c9f95f32]{font-size:.675rem;border-width:1px!important;text-transform:capitalize}.becrop-map{flex:1;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.becrop-map .becrop-map__map{flex:1;width:100%;height:100%;position:relative}.becrop-map .becrop-map__map .becrop-map__map-header,.becrop-map .becrop-map__map .becrop-map__map-footer{position:absolute;left:0;width:100%;padding:5px 20px;pointer-events:none;z-index:1}.becrop-map .becrop-map__map .becrop-map__map-header>header,.becrop-map .becrop-map__map .becrop-map__map-header>footer,.becrop-map .becrop-map__map .becrop-map__map-footer>header,.becrop-map .becrop-map__map .becrop-map__map-footer>footer{display:grid;grid-template-columns:auto auto auto;justify-content:space-between}.becrop-map .becrop-map__map .becrop-map__map-header>header>div:nth-child(1)  ,.becrop-map .becrop-map__map .becrop-map__map-header>footer>div:nth-child(1)  ,.becrop-map .becrop-map__map .becrop-map__map-footer>header>div:nth-child(1)  ,.becrop-map .becrop-map__map .becrop-map__map-footer>footer>div:nth-child(1)  {grid-area:left}.becrop-map .becrop-map__map .becrop-map__map-header>header>div:nth-child(2)  ,.becrop-map .becrop-map__map .becrop-map__map-header>footer>div:nth-child(2)  ,.becrop-map .becrop-map__map .becrop-map__map-footer>header>div:nth-child(2)  ,.becrop-map .becrop-map__map .becrop-map__map-footer>footer>div:nth-child(2)  {grid-area:center}.becrop-map .becrop-map__map .becrop-map__map-header>header>div:nth-child(3)  ,.becrop-map .becrop-map__map .becrop-map__map-header>footer>div:nth-child(3)  ,.becrop-map .becrop-map__map .becrop-map__map-footer>header>div:nth-child(3)  ,.becrop-map .becrop-map__map .becrop-map__map-footer>footer>div:nth-child(3)  {grid-area:right}.becrop-map .becrop-map__map .becrop-map__map-header{top:0}.becrop-map .becrop-map__map .becrop-map__map-footer{bottom:0}.becrop-map .becrop-map__map .footer--default>div:nth-child(3){pointer-events:all}.becrop-map .becrop-map__map .footer--default>div:nth-child(3) section{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-bottom:1rem}.sbs__panel{width:100%;height:100%;background:#282b25}.sbs__panel>div{flex:1;width:100%}.sbs__panel>footer{width:100%;padding:5px 20px 5px 30px;z-index:1;height:84px}.sbs__panel>footer .sbs__selector{flex:1}.sbs__panel>footer .sbs__selector:not(:first-child){padding-left:1.5rem}.sbs__panel>footer .vs__selected span{font-size:.75rem;color:#fff;font-weight:400;max-width:24ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sbs-overlay{position:fixed;z-index:10;width:100vw;height:100vh;left:0;top:0}.sbs-overlay>header{padding:0 2rem;display:grid;grid-template-columns:100px 1fr 100px;align-items:center;width:100%}.sbs-overlay>header .bmfw-bcecosystem{padding-top:5px}.sbs-overlay>header>p{text-align:center;font-weight:700;font-size:.875rem}.sbs-overlay>main{flex:1;width:100%;display:grid;grid-template-columns:1fr 1fr}.bmfw-modal__icon[data-v-2aa83d49]{position:relative;margin-bottom:2rem}.bmfw-icon[data-v-2aa83d49]{animation-name:pin-2aa83d49;animation-duration:1.2s;animation-iteration-count:infinite;position:relative}.pulse[data-v-2aa83d49]{background:#0003;border-radius:50%;height:14px;width:14px;transform:rotateX(55deg);z-index:-2;position:relative;left:45%}.pulse[data-v-2aa83d49]:after{content:"";border-radius:50%;height:40px;width:40px;position:absolute;margin:-13px 0 0 -19px;animation:pulsate-2aa83d49 1s ease-out;animation-iteration-count:infinite;opacity:0;box-shadow:0 0 1px 2px #e6c25c}@keyframes pulsate-2aa83d49{0%{transform:scale(.1);opacity:0}50%{opacity:1}to{transform:scale(1.2)}}@keyframes bounce-2aa83d49{0%{transform:translateY(-2000px) rotate(-45deg)}60%{transform:translateY(30px) rotate(-45deg)}80%{transform:translateY(-10px) rotate(-45deg)}to{transform:translateY(0) rotate(-45deg)}}@keyframes pin-2aa83d49{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.bmfw-crop-active[data-v-212b4fbb]{position:relative}.bmfw-crop-active .bmfw-modal-crops-container[data-v-212b4fbb]{position:absolute;left:100%;top:50%;transform:translateY(-50%);display:flex;gap:1rem;background-color:#282b25;border-radius:13px;padding:1rem}.bmfw-crop-active .bmfw-modal-crops-container .bmfw-teaser__crop__link[data-v-212b4fbb]{cursor:pointer}.bmfw-crop-active .bmfw-modal-crops-container .bmfw-teaser__crop__link[data-v-212b4fbb]:hover{transform:translateY(-5px)}.bmfw-opcity[data-v-212b4fbb]{opacity:.5}.bmfw-teaser__crop__link .bmfw-logo__content img{width:3rem;border-radius:7px}.wrapper[data-v-f7d96d51]{background:red}.js_loading[data-v-f7d96d51]{margin-top:15rem;margin-left:10rem}.js_loading .page__becrop[data-v-f7d96d51]{margin-bottom:3rem}.icon-bc-calendar[data-v-f7d96d51]{border:none!important;margin-left:9rem;margin-bottom:100px;border-bottom-width:100px;position:relative;top:-2.3rem;z-index:999;color:#fff;font-size:1.25rem}.calendar[data-v-f7d96d51]{margin:auto;position:relative;z-index:9999}.form-animate-fields .form-field[data-v-f7d96d51]{overflow:visible!important}.form-label[data-v-f7d96d51]:before{background:none!important}.dated[data-v-f7d96d51]{transform:translateY(-13px)}#date[data-v-f7d96d51]{background-color:#282b25;border:none;outline:none;border-bottom:1px solid #fff;transform:translateY(-4.3px);color:#fff;font-family:Brandon;font-weight:400;font-style:normal;letter-spacing:1.5px}.bmfw-modal-error-msg[data-v-efd393d0]{padding:.5rem;max-width:12rem}.bmfw-modal-error-msg .bmfw-title[data-v-efd393d0]{color:#2a7346;font-weight:600}.bmfw-becrop-guide{color:#eebb54;cursor:pointer;text-decoration:underline;font-weight:700}.report-crop{padding:.1rem .3rem;border-radius:7px;color:#111!important;font-weight:600}.teaser__crops__content{display:flex!important;justify-content:center;gap:1rem;padding-top:5rem}.teaser__crops__content .logo__content img{width:5rem;border-radius:1000px}.bmfw-table-proposal-list .bmfw-table__body .bmfw-table__body-row.hook_results .bmfw-table__body-cell:last-child>div{justify-content:flex-start!important}.bmfw-trials-panel[data-v-fb69398d]{height:15rem}.bmfw-view-zero-all-trials--icon[data-v-fb69398d]{stroke:#747474;stroke-width:.5px}.bmfw-view-zero-all-trials--title[data-v-fb69398d]{color:#747474}.rotate90[data-v-fb69398d]{transform:rotate(90deg)}.bmfw-trials-panel .bmfw-metric-step--1 .bmfw-table__body-cell p[data-v-fb69398d]{text-align:left}.bmfw-trials-panel .bmfw-metric-step--1 .bmfw-header-cell--trials[data-v-fb69398d]{color:#fff}.bmfw-trials-panel .bmfw-metric-step--2__trials[data-v-fb69398d]{display:flex;height:100%;gap:1rem;flex-wrap:wrap}.bmfw-trials-panel .bmfw-metric-step--2__trials .bmfw-widgetcard[data-v-fb69398d]{cursor:pointer;padding:1.5rem 1rem;flex:1}.bmfw-trials-panel .bmfw-metric-step--2__trials h3[data-v-fb69398d]{font-size:.875rem;font-weight:700}.bmfw-trials-panel .bmfw-metric-step--2__trials .card-global h3[data-v-fb69398d]{padding-bottom:1.5rem}.bmfw-trials-panel .bmfw-metric-step--2__trials .card-global svg[data-v-fb69398d]{stroke-width:1.5px}.bmfw-trials-panel .bmfw-metric-step--2[data-v-fb69398d]{display:grid;grid-template-columns:1fr 1fr;height:100%;gap:1rem;flex-wrap:wrap}.bmfw-trials-panel .bmfw-metric-step--2 .bmfw-widgetcard[data-v-fb69398d]{cursor:pointer}.bmfw-trials-panel .bmfw-metric-step--3 main[data-v-fb69398d]{width:100%;display:flex;justify-items:center;align-items:flex-start;gap:2rem;height:100%}.bmfw-trials-panel .bmfw-metric-step--3 main .selects[data-v-fb69398d]{display:flex;justify-items:center;align-items:flex-start;gap:1rem;width:100%}.bmfw-trials-panel .bmfw-metric-step--3 main .selects>div[data-v-fb69398d]{flex:1}.bmfw-trials-panel .bmfw-metric-step--3 main .selects .vs__selected-options[data-v-fb69398d]{flex-direction:column}.version-tag[data-v-d7a8347b]{display:flex;justify-content:center;align-items:center;border:1px solid #2a7346;border-radius:5px;font-size:11px;font-weight:700}.version-tag .version[data-v-d7a8347b]{background-color:#2a7346;color:#fff;padding:.15rem .5rem}.version-tag .label[data-v-d7a8347b]{text-transform:uppercase;padding:.15rem .5rem;font-style:italic;color:#1e5131}.bmfw-study-panel[data-v-afb54efc]{height:15rem}.bmfw-view-zero-all-study--icon[data-v-afb54efc]{stroke:#747474;stroke-width:.5px}.bmfw-view-zero-all-study--title[data-v-afb54efc]{color:#747474}.rotate90[data-v-afb54efc]{transform:rotate(90deg)}.bmfw-study-panel[data-v-afb54efc]{min-width:30rem}.bmfw-study-panel .bmfw-metric-step--1 .bmfw-table__body-cell p[data-v-afb54efc]{text-align:left}.bmfw-study-panel .bmfw-metric-step--1 .bmfw-header-cell--trials[data-v-afb54efc]{color:#fff}.bmfw-study-panel .bmfw-metric-step__study[data-v-afb54efc]{display:grid;grid-template-columns:1fr 1fr;height:100%;gap:1rem;flex-wrap:wrap}.bmfw-study-panel .bmfw-metric-step__study .bmfw-widgetcard[data-v-afb54efc]{cursor:pointer}.bmfw-study-panel .bmfw-metric-step__study .card-global h3[data-v-afb54efc]{padding-bottom:1.5rem}.bmfw-study-panel .bmfw-metric-step__study .card-global svg[data-v-afb54efc]{stroke-width:1.5px}.comparison-toggler{display:flex;justify-content:flex-end}.comparison-toggler>div{display:flex;flex-direction:row;align-items:center;gap:.5rem}h1.pageHeading-editing{display:flex;gap:.75rem;overflow:visible!important}h1.pageHeading-editing span.wrapper-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;max-width:unset!important;overflow:visible!important}h1.pageHeading-editing .pencil-icon>svg{height:inherit;transform:unset}h1.pageHeading-editing .editable-input>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45rem}h1.pageHeading-editing .editable-input svg{height:inherit;transform:unset}h1.pageHeading-editing label{color:#2a7346}.bmfw-basic-loader{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:unset;height:50%;width:50%;left:25%;top:25%}.bmfw-basic-loader .loader{height:fit-content;width:fit-content;position:relative}.bmfw-basic-loader h3,.bmfw-basic-loader .bmfw-loader-container.loading{margin-bottom:15px}.bmfw-trials-fold-change .value{display:flex;width:150px;justify-content:flex-start;gap:8px}.bmfw-trials-fold-change .value>p{width:70px;text-align:left}.bmfw-trials-fold-change .value .no-tipology{color:#6b6b6b}.bmfw-trials-fold-change .type{display:flex;gap:8px;align-items:center}.bmfw-trials-fold-change .type .bullet{display:inline-block;border-radius:50%;margin-left:5px;padding:10px}.bmfw-trials-fold-change .type .bullet.bullet-positive-effect{background-color:#048000}.bmfw-trials-fold-change .type .bullet.bullet-positive-trend{background-color:#7dfc00}.bmfw-trials-fold-change .type .bullet.bullet-major-change{background-color:#ff0}.bmfw-trials-fold-change .type .bullet.bullet-adverse-trend{background-color:orange}.bmfw-trials-fold-change .type .bullet.bullet-adverse-effect{background-color:red}.bmfw-table-summary-v2-export-list .bmfw-button-option{background:none;color:inherit;border:none;font:inherit;cursor:pointer;outline:inherit;padding:8px}.bmfw-table-summary-v2-export-list .bmfw-list-element:hover{background-color:#eebb5450}.bmfw-modal--custom_modal-action-trial-maa-report.bmfw-modal{min-width:450px;max-width:850px;width:30%}.bmfw-modal--custom_modal-action-trial-maa-report>.bmfw-modal__actions{display:flex;align-items:center;justify-content:flex-end!important}.bmfw-select-v2-field__cell--theme_light .vs__dropdown-toggle{background-color:#fff;border:1px solid #888787}.bmfw-select-v2-field__cell--theme_light .vs__dropdown-toggle input,.bmfw-select-v2-field__cell--theme_light .vs__selected span{color:#888787}.bmfw-select-v2-field__cell--theme_light .vs__selected,.bmfw-select-v2-field__cell--theme_light .vs--multiple .vs__selected{background-color:#eee}.bmfw-select-v2-field__cell--theme_light.bmfw-select-v2-field__cell--focus.bmfw-select-v2-field__cell--accent_primary .vs__dropdown-toggle{border:1px solid #f8a91f;box-shadow:0 2px 2px -1px #0000001f,0 0 0 3px #fcf1dd}.bmfw-select-v2-field__cell--theme_light.bmfw-select-v2-field__cell--focus.bmfw-select-v2-field__cell--accent_secondary .vs__dropdown-toggle{border:1px solid #2a7346;box-shadow:0 2px 2px -1px #0000001f,0 0 0 3px #d4e3da}.bmfw-select-v2-field__cell--theme_light.bmfw-select-v2-field__cell--focus.bmfw-select-v2-field__cell--accent_success .vs__dropdown-toggle{border:1px solid #00a57e;box-shadow:0 2px 2px -1px #0000001f,0 0 0 3px #ccede5}.bmfw-select-v2-field__cell--theme_light.bmfw-select-v2-field__cell--focus.bmfw-select-v2-field__cell--accent_error .vs__dropdown-toggle{border:1px solid #c1554d;box-shadow:0 2px 2px -1px #0000001f,0 0 0 3px #f3dddb}.bmfw-select-v2-field{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-select-v2-field label{font-size:.625rem;font-weight:900}.bmfw-select-v2-field__cell{margin:5px 0;width:100%}.bmfw-select-v2-field__cell input{color:#282b25!important}.bmfw-select-v2-field__cell .v-select.vs--multiple .vs__selected{padding:0 .5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0;gap:5px;font-weight:600;font-size:.875rem;border:none}.bmfw-select-v2-field__cell .vs__selected,.bmfw-select-v2-field__cell .vs__selected span{color:#282b25!important}.bmfw-select-v2-field__cell .vs__selected-options{gap:5px}.bmfw-select-v2-field__cell .vs__dropdown-toggle{border:1px solid #EEEEEE;padding:16px 15px;border-radius:6px;gap:5px;cursor:pointer;width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-select-v2-field__cell .vs__dropdown-toggle .vs__search,.bmfw-select-v2-field__cell .vs__dropdown-toggle .vs__selected{font-size:1rem;font-weight:700;padding:0;margin:0}.bmfw-select-v2-field__cell .vs__dropdown-menu{padding:2rem 0}.bmfw-select-v2-field__cell .vs__dropdown-menu::-webkit-scrollbar{border-radius:10px;width:7px;height:7px}.bmfw-select-v2-field__cell .vs__dropdown-menu::-webkit-scrollbar-thumb{width:7px;height:7px;border-radius:10px;cursor:move}.bmfw-select-v2-field__cell .option-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.bmfw-select-v2-field__cell .vs__actions{width:auto;height:fit-content;cursor:pointer;padding:0}.bmfw-select-v2-field__cell .vs__actions svg{color:#888787}.bmfw-select-v2-field__cell .bmfw-loader{width:1.5rem;height:1.5rem}.bmfw-select-v2-field__cell .bmfw-loader:after{width:.7rem;height:.7rem}.bmfw-select-v2-field__cell .bmfw-loader.bmfw-loader--type_spin:after{border-bottom-width:3px}.bmfw-select-v2-field__cell.bmfw-select-v2-field__cell--size_m .vs__dropdown-toggle{background-color:#fff;border-color:#eee;padding:8.5px 15px}.bmfw-select-v2-field__cell.bmfw-select-v2-field__cell--size_m .vs__dropdown-toggle .vs__search{font-size:.875rem}.bmfw-select-v2-field__cell.bmfw-select-v2-field__cell--size_s .vs__dropdown-toggle{padding:5px 15px}.bmfw-select-v2-field__cell.bmfw-select-v2-field__cell--size_s .vs__dropdown-toggle .vs__search{font-size:.75rem}.bmfw-select-v2-field__cell .bmfw-view-zero{pointer-events:none}.bmfw-select-field[data-v-03b84cf0]{flex:1}.bmfw-select-field label[data-v-03b84cf0]{color:#282b25}.bmfw-container-table-summary-filters-row[data-v-23b394e9]{display:grid;grid-template-columns:repeat(7,1fr)}.bmfw-summary-view-footer[data-v-9e4944ac]{z-index:2;position:fixed;bottom:0;left:75px;right:0;padding-left:20px}.bmfw-summary-view-legend[data-v-9e4944ac]{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 10px #0000001a}.bmfw-summary-view-legend .bmfw-legend-header[data-v-9e4944ac]{display:flex;align-items:center;justify-content:flex-start;gap:1rem;justify-items:center;font-weight:700;padding:10px;background-color:#fff;border-radius:8px 8px 0 0}.bmfw-summary-view-legend .bmfw-legend-body[data-v-9e4944ac]{display:grid;grid-template-columns:2fr 1fr;gap:30px;padding:15px;margin-bottom:30px}.bmfw-summary-view-legend .bmfw-legend-body .benefits[data-v-9e4944ac]{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:12px;background-color:#f0f0f0}.bmfw-summary-view-legend .bmfw-legend-body .benefits .bmfw-table-header[data-v-9e4944ac]{height:fit-content;font-weight:700;padding:20px}.bmfw-summary-view-legend .bmfw-legend-body .benefits .benefits-table[data-v-9e4944ac]{width:100%;height:100%;border-collapse:collapse}.bmfw-summary-view-legend .bmfw-legend-body .benefits td[data-v-9e4944ac]{padding:10px;text-align:left;background-color:#fff}.bmfw-summary-view-legend .bmfw-legend-body .benefits .bmfw-table-col-header[data-v-9e4944ac]{display:flex;justify-content:flex-start;align-items:center;gap:8px;padding:10px;background-color:#f0f0f0}.bmfw-summary-view-legend .bmfw-legend-body .benefits tbody td[data-v-9e4944ac]:first-child{border-bottom-left-radius:12px}.bmfw-summary-view-legend .bmfw-legend-body .benefits tbody td[data-v-9e4944ac]:last-child{border-bottom-right-radius:12px}.bmfw-summary-view-legend .bmfw-legend-body .impact[data-v-9e4944ac]{border:1px solid #ddd;border-radius:12px;background-color:#f0f0f0}.bmfw-summary-view-legend .bmfw-legend-body .impact .bmfw-table-header[data-v-9e4944ac]{height:fit-content;font-weight:700;padding:20px}.bmfw-summary-view-legend .bmfw-legend-body .impact .impact-table[data-v-9e4944ac]{width:100%;border-collapse:collapse}.bmfw-summary-view-legend .bmfw-legend-body .impact .impact-table caption[data-v-9e4944ac]{position:absolute;font-size:12px;font-weight:400;line-height:16px;text-align:left;color:#666565}.bmfw-summary-view-legend .bmfw-legend-body .impact th[data-v-9e4944ac]{background-color:#fff}.bmfw-summary-view-legend .bmfw-legend-body .impact .bmfw-table-col-header[data-v-9e4944ac]{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#fff}.bmfw-summary-view-legend .bmfw-legend-body .impact td[data-v-9e4944ac]{padding:10px;text-align:left;background-color:#f9f9f9}.bmfw-summary-view-legend .bmfw-legend-body .impact tbody td[data-v-9e4944ac]:first-child{border-bottom-left-radius:12px}.bmfw-summary-view-legend .bmfw-legend-body .impact tbody td[data-v-9e4944ac]:last-child{border-bottom-right-radius:12px}.bmfw-summary-view-legend .bmfw-legend-body .impact .impact-table .positive-effect[data-v-9e4944ac]{background:#2a734633}.bmfw-summary-view-legend .bmfw-legend-body .impact .impact-table .positive-trend[data-v-9e4944ac]{background:#7dfc0033}.bmfw-summary-view-legend .bmfw-legend-body .impact .impact-table .major-change[data-v-9e4944ac]{background:#ff03}.bmfw-summary-view-legend .bmfw-legend-body .impact .impact-table .adverse-trend[data-v-9e4944ac]{background:#ff9a5133}.bmfw-summary-view-legend .bmfw-legend-body .impact .impact-table .adverse-effect[data-v-9e4944ac]{background:#f003}.bmfw-summary-view-legend .bmfw-legend-body .impact .bullet[data-v-9e4944ac]{display:inline-block;border-radius:50%;margin-left:5px;padding:10px}.bmfw-summary-view-legend .bmfw-legend-body .impact .bullet.bullet-positive-effect[data-v-9e4944ac]{background-color:#048000}.bmfw-summary-view-legend .bmfw-legend-body .impact .bullet.bullet-positive-trend[data-v-9e4944ac]{background-color:#7dfc00}.bmfw-summary-view-legend .bmfw-legend-body .impact .bullet.bullet-major-change[data-v-9e4944ac]{background-color:#ff0}.bmfw-summary-view-legend .bmfw-legend-body .impact .bullet.bullet-adverse-trend[data-v-9e4944ac]{background-color:orange}.bmfw-summary-view-legend .bmfw-legend-body .impact .bullet.bullet-adverse-effect[data-v-9e4944ac]{background-color:red}.reduce-banner-btn div svg[data-v-9e4944ac]{stroke:#000}.action-csv{display:grid;grid-template-columns:1fr;align-content:center;height:100%}.action-csv .title{text-align:center;font-weight:700;font-size:18px;padding-bottom:.5rem}.action-csv .sub{text-align:center;font-weight:600;font-size:12px}.action-csv main{padding:1rem 0;position:relative}.action-csv main p{position:absolute;font-size:35px;font-weight:900;opacity:.25;color:#2a7346}.action-csv main .bcs{left:2.5rem}.action-csv main .csv{right:2.5rem;bottom:.6rem}.action-csv .bmfw-button svg{stroke:#f7f7f7!important}.action-csv .bmfw-button div div p{color:#f7f7f7!important}.bmfw-card[data-v-409e343d]{display:flex;flex-direction:column;gap:32px;background-color:#fff;border-radius:8px;padding:24px}.bmfw-banner-header-title[data-v-2aa611eb]{font-size:24px;font-weight:700;line-height:32px;text-align:left}.bmfw-banner-header-detail[data-v-2aa611eb]{display:flex;align-items:center;flex-direction:row;justify-content:space-between}.bmfw-banner-header-detail .title[data-v-2aa611eb]{font-size:16px;font-weight:700;line-height:24px;text-align:left}.bmfw-banner-header-detail .subtitle[data-v-2aa611eb]{font-size:12px;font-weight:400;line-height:16px;text-align:left;color:#666565}.bmfw-fx-r-c-c[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-c99122fb]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-c99122fb]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-c99122fb]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.legend-stars li[data-v-c99122fb]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:.5rem 0;gap:1rem;background-color:#2a7346;margin:.5rem 0;padding:.5rem;border-radius:3px;color:#fff}.legend-stars li main[data-v-c99122fb]{display:grid;gap:.5rem}.bmfw-trials-maa-html{display:flex;flex-direction:column;gap:2rem;background-color:transparent!important}.bmfw-trials-maa-html .bmfw-page-heading{display:grid!important;grid-template-columns:1fr auto!important}.bmfw-trials-maa-html .bmfw-page-heading svg{transform:none;height:50px}.bmfw-trials-maa-html .main{display:flex;flex-direction:column;gap:2rem;padding-bottom:5rem;position:relative}.bmfw-trials-maa-html .main .bmfw-loading{position:absolute;width:100%;height:30vh;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;pointer-events:none}.bmfw-trials-maa-html .main .bmfw-checkbox{gap:1rem}.bmfw-trials-maa-html .main .bmfw-checkbox>span{margin-right:1rem}.bmfw-trials-maa-html .main .bmfw-radio-button-set{gap:0}.bmfw-trials-maa-html .main .bmfw-radio-button-set label{color:#282b25;font-weight:700;font-size:1rem;margin-right:1rem}.bmfw-trials-maa-html .main .bmfw-summary-view-main{display:flex;flex-direction:column;gap:1rem;opacity:1;transition:all .3s ease}.bmfw-trials-maa-html .main .bmfw-summary-view-main header{display:grid;grid-template-columns:1fr;gap:1rem}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .info{display:flex;width:100%;justify-content:space-between}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .info .info-link{cursor:pointer;text-decoration:underline;opacity:.7}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .info .info-link:hover{opacity:1}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .info .action{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .info .action .bmfw-button div div svg{stroke:#fff}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .info .action .action-text{color:#eebb54}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .table-summary-filters-row header{display:flex;width:100%;justify-content:space-between}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .relevants{padding-top:1rem}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .minor-filters{padding-top:1rem;width:100%;display:flex;justify-content:space-between}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .minor-filters .filters-actives{display:flex;justify-content:flex-start;align-items:center;width:100%;gap:1rem}.bmfw-trials-maa-html .main .bmfw-summary-view-main header .minor-filters .focus-container{display:flex;width:100%;gap:2rem;align-items:center;justify-content:flex-end}.bmfw-trials-maa-html .main .bmfw-summary-view-main .bmfw-table-container-wrapper .bmfw-table-container .bmfw-summary-studies table tbody tr td div .v-popper .frontier-text-elipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.bmfw-trials-maa-html .main .bmfw-summary-view-main .bmfw-table-container-wrapper .bmfw-table-container .bmfw-summary-studies table tbody tr td div .v-popper .frontier-text-location{width:200px}.bmfw-trials-maa-html .main .bmfw-summary-view-main .bmfw-table-container-wrapper .bmfw-table-container .bmfw-summary-studies table tbody tr td div .v-popper .frontier-text-category{width:150px}.bmfw-trials-maa-html .main .bmfw-summary-view-main .bmfw-table-container-wrapper .bmfw-table-container .bmfw-summary-studies table tbody tr td div .v-popper .frontier-text-metric{width:300px}.bmfw-trials-maa-html .bmfw-table-container-wrapper{position:relative}.bmfw-trials-maa-html .bmfw-table-container-wrapper h4 span{font-weight:600;font-style:italic;color:#282b25}.bmfw-trials-maa-html .bmfw-table-container-wrapper:after{position:absolute;top:0;right:7px;content:"";width:100px;height:calc(100% - 7px)}.bmfw-trials-maa-html.bmfw-trials-maa-html--loading .bmfw-loading{opacity:1}.bmfw-trials-maa-html.bmfw-trials-maa-html--loading .bmfw-summary-view-main{opacity:0}.bmfw-trials-maa-html .trials-summary{width:100%;overflow:visible;grid-template-rows:min-content 1fr}.bmfw-trials-maa-html .trials-summary header{display:flex;align-items:center;justify-content:space-between;width:100%}.bmfw-trials-maa-html .trials-summary header .info-star{cursor:pointer;text-decoration:underline;opacity:.7}.bmfw-trials-maa-html .trials-summary header .info-star:hover{opacity:1}.bmfw-trials-maa-html .trials-summary header .action{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.bmfw-trials-maa-html .trials-summary header .action .bmfw-button div div svg{stroke:#fff}.bmfw-trials-maa-html .trials-summary header .action .action-text{color:#eebb54}.bmfw-trials-maa-html .trials-summary .inner{padding:0;max-width:none}.bmfw-trials-maa-html .tooltip__container{width:fit-content!important}.bmfw-trials-summary-table-header{display:flex;justify-content:space-between}.bmfw-trials-summary-table-header .bmfw-trials-summary-table-header-title{font-size:24px;font-weight:700;line-height:32px;text-align:left}.bmfw-select-field[data-v-f012b8fb]{flex:1}.bmfw-summary-legend{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.bmfw-summary-legend li{position:relative;padding-left:1.5rem;display:flex;align-items:center;gap:.5rem}.bmfw-summary-legend li:before{position:absolute;height:5px;width:15px;border-radius:3px;content:"";left:0;top:50%;background-color:#ddd;transform:translateY(-50%)}.bmfw-summary-legend li .bmfw-tag--ghost{border-color:#2a7346!important}.bmfw-summary-legend li .bmfw-metric-legend{width:10px;height:10px;display:flex;border-radius:2px;-webkit-border-radius:2px;transform:rotate(45deg)}.bmfw-summary-legend li .bmfw-metric-legend-negative{width:10px;height:4px;display:flex;border-radius:7px;-webkit-border-radius:7px}.bmfw-summary-legend li .major-change{border-style:dashed!important}.bmfw-summary-legend li .negative-effect{border-color:#aaa9a9!important}.bmfw-summary-legend li .negative-trend{border-color:#aaa9a9!important;background-color:transparent!important}.bmfw-summary-legend li>.bmfw-color-bmk_primary_sat{font-size:10px;font-weight:700;color:#f8a91f!important}.bmfw-summary-legend li>.bmfw-color-bmk_std_grey{font-size:10px;font-weight:700;color:#aaa9a9!important}.bmfw-summary-legend li>.bmfw-color-bmk_primary{font-size:10px;font-weight:700;color:#be9643!important}.bmfw-summary-legend li .bmfw-color-bmk_white{font-size:10px;font-weight:700;color:#fff!important}.bmfw-summary-legend li .bmfw-color-bmk_grey{font-size:10px;font-weight:700;color:#aaa9a9!important}.bmfw-summary-legend li .bmfw-color-bmk_terciary{font-size:10px;font-weight:700;color:#747474!important}.bmfw-summary-legend li .bmfw-color-bmk_terciary_dark{font-size:10px;font-weight:700;color:#515151!important}.bmfw-summary-legend li .bmfw-bg-bmk_grey{background-color:#aaa9a9!important}.bmfw-trials-html{display:flex;flex-direction:column;gap:2rem;background-color:transparent!important}.bmfw-trials-html .bmfw-page-heading{display:grid!important;grid-template-columns:1fr auto!important}.bmfw-trials-html .bmfw-page-heading svg{transform:none;height:50px}.bmfw-trials-html .main{display:flex;flex-direction:column;gap:2rem;padding-bottom:5rem;position:relative}.bmfw-trials-html .main .bmfw-loading{position:absolute;width:100%;height:30vh;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;pointer-events:none}.bmfw-trials-html .main .bmfw-checkbox{gap:1rem}.bmfw-trials-html .main .bmfw-checkbox>span{margin-right:1rem}.bmfw-trials-html .main .bmfw-radio-button-set{gap:0}.bmfw-trials-html .main .bmfw-radio-button-set label{color:#282b25;font-weight:700;font-size:1rem;margin-right:1rem}.bmfw-trials-html .main .bmfw-summary-view-main{display:flex;flex-direction:column;gap:1rem;opacity:1;transition:all .3s ease}.bmfw-trials-html .main .bmfw-summary-view-main header{display:grid;grid-template-columns:1fr;gap:1rem}.bmfw-trials-html .main .bmfw-summary-view-main header .info{display:flex;width:100%;justify-content:space-between}.bmfw-trials-html .main .bmfw-summary-view-main header .info .info-link{cursor:pointer;text-decoration:underline;opacity:.7}.bmfw-trials-html .main .bmfw-summary-view-main header .info .info-link:hover{opacity:1}.bmfw-trials-html .main .bmfw-summary-view-main header .info .action{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.bmfw-trials-html .main .bmfw-summary-view-main header .info .action .bmfw-button div div svg{stroke:#fff}.bmfw-trials-html .main .bmfw-summary-view-main header .info .action .action-text{color:#eebb54}.bmfw-trials-html .main .bmfw-summary-view-main header .table-summary-filters-row header{display:flex;width:100%;justify-content:space-between}.bmfw-trials-html .main .bmfw-summary-view-main header .relevants{padding-top:1rem}.bmfw-trials-html .main .bmfw-summary-view-main header .minor-filters{padding-top:1rem;width:100%;display:flex;justify-content:space-between}.bmfw-trials-html .main .bmfw-summary-view-main header .minor-filters .filters-actives{display:flex;justify-content:flex-start;align-items:center;width:100%;gap:1rem}.bmfw-trials-html .main .bmfw-summary-view-main header .minor-filters .focus-container{display:flex;width:100%;gap:2rem;align-items:center;justify-content:flex-end}.bmfw-trials-html .main .bmfw-summary-view-main .bmfw-table-container-wrapper .bmfw-table-container .bmfw-summary-studies table tbody tr td div .v-popper .frontier-text-elipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.bmfw-trials-html .main .bmfw-summary-view-main .bmfw-table-container-wrapper .bmfw-table-container .bmfw-summary-studies table tbody tr td div .v-popper .frontier-text-location{width:200px}.bmfw-trials-html .main .bmfw-summary-view-main .bmfw-table-container-wrapper .bmfw-table-container .bmfw-summary-studies table tbody tr td div .v-popper .frontier-text-category{width:150px}.bmfw-trials-html .main .bmfw-summary-view-main .bmfw-table-container-wrapper .bmfw-table-container .bmfw-summary-studies table tbody tr td div .v-popper .frontier-text-metric{width:300px}.bmfw-trials-html .bmfw-table-container-wrapper{position:relative}.bmfw-trials-html .bmfw-table-container-wrapper h4 span{font-weight:600;font-style:italic;color:#282b25}.bmfw-trials-html .bmfw-table-container-wrapper .bmfw-table-container--responsive{overflow-x:auto;padding-bottom:1rem;max-height:50vh;overflow-y:auto}.bmfw-trials-html .bmfw-table-container-wrapper .bmfw-table-container--responsive table .bmfw-table__head{position:sticky;top:0;left:0;z-index:1}.bmfw-trials-html .bmfw-table-container-wrapper:after{position:absolute;top:0;right:7px;content:"";width:100px;height:calc(100% - 7px)}.bmfw-trials-html.bmfw-trials-html--loading .bmfw-loading{opacity:1}.bmfw-trials-html.bmfw-trials-html--loading .bmfw-summary-view-main{opacity:0}.bmfw-trials-html .trials-summary{width:100%;overflow:visible;grid-template-rows:min-content 1fr}.bmfw-trials-html .trials-summary header{display:flex;align-items:center;justify-content:space-between;width:100%}.bmfw-trials-html .trials-summary header .info-star{cursor:pointer;text-decoration:underline;opacity:.7}.bmfw-trials-html .trials-summary header .info-star:hover{opacity:1}.bmfw-trials-html .trials-summary header .action{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.bmfw-trials-html .trials-summary header .action .bmfw-button div div svg{stroke:#fff}.bmfw-trials-html .trials-summary header .action .action-text{color:#eebb54}.bmfw-trials-html .trials-summary .inner{padding:0;max-width:none}.bmfw-trials-html .tooltip__container{width:fit-content!important}.v-popper__wrapper .v-popper__inner{width:max-content}.v-popper__wrapper .v-popper__inner div .bmfw-widgetcard .bmfw-summary-legend{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.v-popper__wrapper .v-popper__inner div .bmfw-widgetcard .bmfw-summary-legend li{position:relative;padding-left:1.5rem;display:flex;align-items:center;gap:.5rem}.v-popper__wrapper .v-popper__inner div .bmfw-widgetcard .bmfw-summary-legend li span{width:fit-content;height:fit-content}.v-popper__wrapper .v-popper__inner div .bmfw-widgetcard .bmfw-summary-legend li .bmfw-tag{border-radius:6px}.v-popper__wrapper .v-popper__inner div .bmfw-widgetcard .bmfw-summary-legend li .bmfw-metric-legend{width:10px;height:10px;display:flex;border-radius:2px;-webkit-border-radius:2px;transform:rotate(45deg)}.v-popper__wrapper .v-popper__inner div .bmfw-widgetcard .bmfw-summary-legend li .bmfw-metric-legend-negative{width:10px;height:4px;display:flex;border-radius:7px;-webkit-border-radius:7px}.ridgeline-container{padding:20px;display:flex;justify-content:center;align-items:center}.ridgeline-container>svg{overflow:visible;height:fit-content}p.search-dropdown-text{white-space:pre-wrap}.bmfw-modal--custom_alert-crop{max-width:450px!important;padding:2rem 2.5rem!important}.bmfw-modal--custom_alert-crop .bmfw-modal__title-group{gap:.3rem!important;margin-top:1rem}.bmfw-modal--custom_alert-crop .bmfw-modal__title-group .bmfw-modal__title{margin-top:0!important;font-size:20px;font-weight:700}.bmfw-modal--custom_alert-crop .bmfw-modal__title-group .bmfw-modal__subtitle{margin-top:0!important;font-size:15px;font-weight:500;opacity:.8}.bmfw-modal--custom_alert-crop .bmfw-modal__title-group .bmfw-modal__subtitle span{font-weight:700;letter-spacing:1px}.bmfw-modal--custom_alert-crop .bmfw-modal__body{padding:2rem!important;display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-modal--custom_alert-crop .bmfw-modal__body .bmfw-checkbox p{font-size:14px}.bmfw-modal--custom_alert-crop .bmfw-modal__title__modal-actions-container{padding-top:0!important}.bmfw-fx-r-c-c[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-9a95cb29]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-9a95cb29]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-9a95cb29]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-9a95cb29]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.field-list-view-zero[data-v-9a95cb29]{display:grid;justify-items:center}.field-list-view-zero .icon[data-v-9a95cb29]{stroke:#aaa9a9;margin-bottom:1rem}.field-list-view-zero .title[data-v-9a95cb29]{font-weight:700}.field-list-view-zero .subtitle[data-v-9a95cb29]{color:#aaa9a9;font-size:13px}.field-item{position:relative;display:grid;grid-template-columns:min-content 1fr max-content;align-items:center;padding:.5rem 1rem;gap:1rem;cursor:pointer;border-radius:10px 10px 0 0;margin:.5rem 0}.field-item:hover{background-color:#111}.field-item:hover:after{background-color:#111}.field-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#515151}.field-item--active{background-color:#111}.field-item--active:after{background-color:#eebb54}.field-item--active:hover{background-color:#111}.field-item--active:hover:after{background-color:#eebb54}.field-item header .shape{stroke:#eebb54;stroke-width:2px;fill:#eebb5480}.field-item main .status{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:12px}.field-item main .status__requested{color:#eebb54}.field-item main .status__incompatible{color:#aaa9a9}.field-item main .status__fetched{color:#2a7346}.field-item main .status__zero{color:#aaa9a9}.field-item main .status__accepted{color:#eebb54}.field-item main .status__progress{color:#008b9b}.field-item footer .acreage p{color:#aaa9a9}.status__incompatible{text-decoration:underline;opacity:.7;cursor:help}.status__incompatible:hover{opacity:1}.ebecrop-dropdown-field-conditions{box-shadow:0 0 120px #0003;position:absolute;left:-3rem!important;top:1rem!important}.ebecrop-dropdown-field-conditions .status__incompatible{text-decoration:underline;opacity:.7;cursor:pointer}.ebecrop-dropdown-field-conditions .status__incompatible:hover{opacity:1}.ebecrop-dropdown-field-conditions .v-popper__wrapper{padding:0!important}.ebecrop-dropdown-field-conditions .v-popper__wrapper .v-popper__inner{padding:2rem 2rem 1rem!important;border-radius:7px;background-color:#3a3d36;color:#f7f7f7}.ebecrop-dropdown-field-conditions .v-popper__wrapper .v-popper__inner .title-drop-down{font-size:14px;font-weight:700;padding-bottom:.5rem}.ebecrop-dropdown-field-conditions .v-popper__wrapper ul li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.ebecrop-dropdown-field-conditions .v-popper__wrapper .v-popper__arrow-container{box-shadow:0 0 120px #0003;top:-.2rem;left:13px!important}.ebecrop-dropdown-field-conditions .v-popper__wrapper .v-popper__arrow-container .v-popper__arrow-outer{border:none}.ebecrop-dropdown-field-conditions .v-popper__wrapper .v-popper__arrow-container .v-popper__arrow-inner{border-color:#3a3d36}.view-zero-field-list{height:100%}.field-list .bmfw-search{margin-bottom:1rem}.field-list label{margin-bottom:1rem;font-style:italic;font-size:12px}.field-list .bmfw-scrollbar__vertical__dark::-webkit-scrollbar{background-color:#202020}.field-list .bmfw-scrollbar__vertical__dark::-webkit-scrollbar-thumb{background-color:#4f5050!important}.field-list .list{border-radius:10px;background-color:#383a36;padding:0 .8rem .8rem;height:20rem;overflow-y:auto}.field-list .list .loader-list{position:absolute;bottom:2rem;left:2rem;right:2rem;background:linear-gradient(180deg,#0000,#0009);padding:1.5rem .5rem .5rem;border-radius:10px 0 0 10px;display:grid;align-items:flex-end}.field-list .list .list-view-first-step{height:100%;padding:1rem}.show-loading-fields-enter-active,.show-loading-fields-leave-active{transition:opacity .5s ease}.show-loading-fields-enter-from,.show-loading-fields-leave-to{opacity:0}.field-list-panel{display:grid;gap:2rem;background-color:#282b25;border-radius:8px;padding:2rem;position:absolute;top:4rem;right:0;width:34rem;color:#f7f7f7;z-index:3}.field-list-panel:after{content:"";display:block;width:.7rem;height:.7rem;background-color:#282b25;border-radius:3px;transform:rotate(45deg);position:absolute;top:-.3rem;right:1.2rem}.field-list-panel header .title{font-size:17px;font-weight:700}.field-list-panel header .subtitle{color:#aaa9a9;font-size:15px}.field-list-panel footer{display:grid;gap:1rem}.field-list-panel footer .action{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;border-radius:10px;border:1px solid #3a3d36;padding:1rem 2rem;cursor:pointer}.field-list-panel footer .action:hover{background:#3a3d36}.bmfw-fx-r-c-c[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-03c8b354]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-03c8b354]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-03c8b354]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-03c8b354]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.control-options .list-container[data-v-03c8b354]{position:relative}.control-options .list-container .active__icon[data-v-03c8b354]{stroke:#eebb54}.fields-setup-flow{height:calc(100vh - 10.688rem);margin-top:-1.3rem;display:flex;justify-content:center}.fields-setup-flow .fields-table{max-height:calc(100vh - 340px)}.select-box{border:1px solid #2a7346;background:#2a734630;border-radius:5px}.economic-table{overflow-y:auto;height:100%;background:#fff;border-radius:5px;border:1px solid #ddd}.economic-table .bmfw-table .bmfw-table__head{background-color:#f7f7f7;position:sticky;top:0;z-index:2;border-bottom:1px solid #888787}.economic-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell{padding:15px!important}.economic-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell div{min-width:max-content;justify-content:space-between}.economic-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell .bmfw-checkbox{grid-template-columns:1fr!important;grid-template-rows:1fr!important}.economic-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell .bmfw-checkbox p{display:none}.economic-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(1){justify-content:center;background-color:#f7f7f7;position:sticky;left:0}.economic-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(1) div{justify-content:center!important}.economic-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(2){position:sticky;left:47px;background-color:#f7f7f7}.economic-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(3){position:sticky;left:124px}.economic-table .bmfw-table .bmfw-table__head .head-field-name,.economic-table .bmfw-table .bmfw-table__head .head-farm-name{display:flex;justify-content:space-between;width:100%}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell{padding:0 15px!important;border-right:1px solid #ddd}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .crop{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .crop .crop-img{width:1.3rem;height:1.3rem;border-radius:100px}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell div .bmfw-select-field__cell .vs__dropdown-toggle{padding:0 15px!important}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .bmfw-checkbox{grid-template-columns:1fr!important;grid-template-rows:1fr!important}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .bmfw-checkbox p{display:none}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(1){white-space:nowrap;position:sticky;background-color:#f7f7f7;left:0;z-index:1}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(1) div{justify-content:center!important}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(2){position:sticky;left:46px;white-space:nowrap;background-color:#f7f7f7;z-index:1}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(2) div{justify-content:center!important}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(3){white-space:nowrap;position:sticky;left:122px;min-width:250px;z-index:1;width:auto}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(4){white-space:nowrap;min-width:250px;width:auto}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(5){white-space:nowrap}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(6){width:auto;min-width:250px}.economic-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(7){width:auto;min-width:260px}.economic-table .dimension span,.economic-table .price{font-weight:700}.economic-table .parcel svg{stroke-width:2px;fill:var(--parcel-fill-color, rgba(238, 187, 84, .3137254902));stroke:var(--parcel-stroke-color, #f8a91f)}.economic-table .field-name-cell{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.economic-table .field-name-cell input{width:100%}.economic-table .field-name-cell p{width:100%;font-weight:700}.economic-table .farm-name-cell{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.economic-table .farm-name-cell input{width:100%}.economic-table .farm-name-cell p{width:100%;font-weight:700}.step-footer{display:grid;grid-template-columns:250px 250px;gap:1rem;background:#fff;position:fixed;bottom:0;padding:1rem;left:0;right:0;justify-content:flex-end;box-shadow:0 0 25px -10px #000c}.economic-view{height:calc(100% - 4rem);display:grid;grid-template-rows:min-content 1fr;gap:1rem;width:100%;height:calc(100vh - 13.688rem);margin-top:-1.3rem}.economic-view .table-container{display:grid;grid-template-rows:min-content 1fr;gap:.5rem;overflow:hidden}.economic-view .table-container .table-actions{display:flex;align-items:flex-end;justify-content:space-between}.economic-view .table-container .table-actions .selected-label span{font-weight:700;color:#eebb54}.economic-view .table-container .table-actions .bmfw-search{min-width:400px}.economic-view .table-container main{overflow:hidden}.economic-view .step-footer{display:grid;grid-template-columns:250px;gap:1rem;background:#fff;position:fixed;bottom:0;padding:1rem;left:0;right:0;justify-content:flex-end;box-shadow:0 0 25px -10px #000c}.bmfw-backdrop{background:#fff9!important;z-index:12!important}.slide-fade-enter-active,.slide-fade-leave-active{transition:all .3s ease-out}.slide-fade-enter-from{transform:translateY(-20px);opacity:0}.slide-fade-leave-to{transform:translateY(20px);opacity:0}.recurrent-main{display:grid;justify-content:center;transition:all .3s ease-out;gap:.5rem}.recurrent-main .recurrent-options{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.5rem}.below-description{padding-top:1.5rem;font-size:14px;margin-bottom:-1rem!important}.bmfw-modal--custom_prequote .bmfw-modal__subtitle{margin:0!important}.bmfw-modal--custom_prequote .bmfw-modal__actions a{font-size:.675rem;font-weight:800}.bmfw-modal--custom_prequote .bmfw-modal__actions a span{text-decoration:underline}.bmfw-fx-r-c-c[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-65fb98da]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-65fb98da]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-65fb98da]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-65fb98da]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-r-c-c[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-0c1150cc]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-0c1150cc]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-0c1150cc]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-0c1150cc]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-button-split[data-v-0c1150cc]{padding:0!important;display:flex;align-items:center;justify-content:center;background:#2a7346;border-radius:10px;font-weight:700;overflow:hidden}.bmfw-button-split p[data-v-0c1150cc]{font-size:.75rem;padding:.5rem .75rem;color:#d4e3da;transition:all .3s ease}.bmfw-button-split p[data-v-0c1150cc]:hover{background:#225c38}.bmfw-button-split .bmfw-button[data-v-0c1150cc]{border-top-left-radius:0;border-bottom-left-radius:0;background:#225c38;border-left:1px solid #f7f7f7;color:#d4e3da!important}.bmfw-fx-r-c-c[data-v-6062a543]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-6062a543]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-6062a543]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-6062a543]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-6062a543]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-6062a543]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-6062a543]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-6062a543]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-6062a543]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-6062a543]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-6062a543]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-6062a543]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-6062a543]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-6062a543]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-6062a543]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-6062a543]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-6062a543]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.farm-table[data-v-6062a543]{overflow-y:auto;height:100%;background:#fff;border-radius:5px;border:1px solid #ddd}.farm-table .bmfw-table .bmfw-table__head[data-v-6062a543]{background-color:#f7f7f7;position:sticky;top:0;z-index:2;border-bottom:1px solid #888787}.farm-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell[data-v-6062a543]{padding:15px!important}.farm-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell div[data-v-6062a543]{min-width:max-content;justify-content:space-between}.farm-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell[data-v-6062a543]:nth-child(1){justify-content:center;background-color:#f7f7f7}.farm-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(1) div[data-v-6062a543]{justify-content:center!important}.farm-table .bmfw-table .bmfw-table__head .head-field-name[data-v-6062a543],.farm-table .bmfw-table .bmfw-table__head .head-farm-name[data-v-6062a543]{display:flex;justify-content:space-between;width:100%}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row[data-v-6062a543]{height:3.5rem;font-size:.875rem;cursor:pointer}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-code-snippet__code--copyable[data-v-6062a543]{font-size:.75rem}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .farm__name p[data-v-6062a543]{font-size:.875rem}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .farm__name span[data-v-6062a543]{font-size:.75rem}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .client-name[data-v-6062a543]{display:grid;grid-template-columns:1fr;justify-items:flex-start}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .client-name .bmfw-code-snippet__code[data-v-6062a543]{font-size:.675rem;letter-spacing:1px}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .crop[data-v-6062a543]{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .crop .crop-img[data-v-6062a543]{width:1.3rem;height:1.3rem;border-radius:100px}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .placeholder-name[data-v-6062a543]{font-style:italic;display:flex;align-items:center;color:#eebb54;gap:.5rem}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .actions .bmfw-button--bordercap_rounded[data-v-6062a543]{width:36px;height:36px}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell div .bmfw-select-field__cell .vs__dropdown-toggle[data-v-6062a543]{padding:0 15px!important}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-6062a543]:nth-child(1){white-space:nowrap}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(1) div[data-v-6062a543]{justify-content:center!important}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-6062a543]:nth-child(2){white-space:nowrap;z-index:1}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(2) div[data-v-6062a543]{justify-content:center!important}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-6062a543]:nth-child(3){white-space:nowrap;z-index:1;width:auto}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-6062a543]:nth-child(4){white-space:nowrap;width:auto}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-6062a543]:nth-child(5){white-space:nowrap}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(5)>div[data-v-6062a543]{justify-content:flex-end!important}.farm-table .bmfw-table .bmfw-table__body .row-selected[data-v-6062a543]{background:#f2f2f2}.farm-table .bmfw-table .bmfw-table__body .row-selected.loading[data-v-6062a543]{opacity:.3;pointer-events:none}.farm-table .bmfw-table .bmfw-table__body .disabled[data-v-6062a543]{pointer-events:none;opacity:.8;cursor:not-allowed;background-color:#c1554d40}.farm-table .bmfw-table .bmfw-table__body .disabled .bmfw-table__body-cell[data-v-6062a543]{border-top:1px solid rgba(193,85,77,.5647058824);border-right:1px solid rgba(193,85,77,.5647058824);border-bottom:1px solid rgba(193,85,77,.5647058824)}.farm-table .bmfw-table .bmfw-table__body .disabled .bmfw-table__body-cell[data-v-6062a543]:nth-child(1){border-left:1px solid rgba(193,85,77,.5647058824);border-radius:5px 0 0 5px}.farm-table .bmfw-table .bmfw-table__body .disabled .bmfw-table__body-cell[data-v-6062a543]:nth-child(4){border-right:1px solid rgba(193,85,77,.5647058824);border-radius:0 5px 5px 0}.farm-table .parcel svg[data-v-6062a543]{stroke-width:2px;fill:var(--parcel-fill-color, rgba(238, 187, 84, .3137254902));stroke:var(--parcel-stroke-color, #f8a91f)}.farm-table .field-name-cell[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.farm-table .field-name-cell input[data-v-6062a543]{width:100%}.farm-table .field-name-cell p[data-v-6062a543]{width:100%;font-weight:700}.farm-table .dimension span[data-v-6062a543]{font-weight:700}.farm-table .farm-name-cell[data-v-6062a543]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.farm-table .farm-name-cell input[data-v-6062a543]{width:100%}.farm-table .farm-name-cell p[data-v-6062a543]{width:100%;font-weight:700}.loader-providers-fields[data-v-cdcb8759]{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.bmfw-modal--custom_aigen  .bmfw-modal__subtitle{margin:0!important}.bmfw-modal--custom_aigen  .bmfw-modal__actions  a{font-size:.675rem;font-weight:800}.bmfw-modal--custom_aigen  .bmfw-modal__actions  a span{text-decoration:underline}.bmfw-fx-r-c-c[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-4fd6ae22]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-4fd6ae22]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-4fd6ae22]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-4fd6ae22]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.client-farm-list-view[data-v-4fd6ae22]{display:grid;grid-template-rows:min-content 1fr;gap:1.5rem;width:100%;height:calc(100vh - 10.688rem);margin-top:-1.3rem}.client-farm-list-view header .title[data-v-4fd6ae22]{display:grid;grid-template-columns:1fr 250px;gap:1rem;align-items:flex-end}.client-farm-list-view header .title h1[data-v-4fd6ae22]{margin:0!important;font-size:2rem}.client-farm-list-view main[data-v-4fd6ae22]{display:flex;gap:1rem;overflow:hidden}.client-farm-list-view main .table-container[data-v-4fd6ae22]{display:grid;grid-template-rows:min-content 1fr;width:100%;position:relative}.client-farm-list-view main .table-container .loader-container[data-v-4fd6ae22]{padding:1rem;display:flex;justify-content:center;align-items:center;background-color:#ddd;width:15rem;border-radius:10px;position:absolute;top:50%;left:50%;border:1px solid #aaa9a9;transform:translate(-50%,-50%);z-index:3;box-shadow:0 0 80px #0000000d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.client-farm-list-view main .table-container .sup-table[data-v-4fd6ae22]{display:grid;grid-template-columns:max-content 280px;align-items:flex-end;justify-content:space-between;padding-bottom:1rem}.client-farm-list-view main .table-container .sup-table .selected-label[data-v-4fd6ae22]{font-weight:700}.client-farm-list-view main .table-container .sup-table .selected-label span[data-v-4fd6ae22]{font-weight:700}.client-farm-list-view main .table-container .pagination-container[data-v-4fd6ae22]{border:1px solid #ddd;padding-top:1rem;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:0 0 5px 5px;border-top:none}.client-farm-list-view main .preview-map[data-v-4fd6ae22]{position:relative;border-radius:5px;overflow:hidden;height:calc(100% - 5px);width:70%;border:1px solid #ddd;margin-top:5px}.client-farm-list-view main .preview-map .download[data-v-4fd6ae22]{position:absolute;z-index:9;right:25px;top:25px}.client-farm-list-view main .preview-map .preview-farms-map[data-v-4fd6ae22]{width:100%;height:100%}.client-farm-list-view main .preview-map .map-actions[data-v-4fd6ae22]{display:grid;gap:.5rem;position:absolute;bottom:1rem;right:1rem}.bmfw-fx-r-c-c[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-56a5eb17]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-56a5eb17]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-56a5eb17]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.farm-table[data-v-56a5eb17]{overflow-y:auto;height:100%;background:#fff;border-radius:5px;border:1px solid #ddd;max-height:calc(100vh - 17rem)}.farm-table .bmfw-table .bmfw-table__head[data-v-56a5eb17]{background-color:#f7f7f7;position:sticky;top:0;z-index:2;border-bottom:1px solid #888787}.farm-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell[data-v-56a5eb17]{padding:15px!important}.farm-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell div[data-v-56a5eb17]{min-width:max-content;justify-content:space-between}.farm-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell[data-v-56a5eb17]:nth-child(1){justify-content:center;background-color:#f7f7f7}.farm-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(1) div[data-v-56a5eb17]{justify-content:center!important}.farm-table .bmfw-table .bmfw-table__head .head-field-name[data-v-56a5eb17],.farm-table .bmfw-table .bmfw-table__head .head-farm-name[data-v-56a5eb17]{display:flex;justify-content:space-between;width:100%}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row[data-v-56a5eb17]{height:3.5rem;cursor:pointer}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row[data-v-56a5eb17]:hover{background-color:#f7f7f7}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row.selected[data-v-56a5eb17]{background-color:#ddd}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-56a5eb17]{padding:0 15px!important}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .client-name[data-v-56a5eb17]{display:grid;grid-template-columns:1fr;justify-items:flex-start}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .crop[data-v-56a5eb17]{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .crop .crop-img[data-v-56a5eb17]{width:1.3rem;height:1.3rem;border-radius:100px}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .placeholder-name[data-v-56a5eb17]{font-style:italic;display:flex;align-items:center;color:#eebb54;gap:.5rem}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell div .bmfw-select-field__cell .vs__dropdown-toggle[data-v-56a5eb17]{padding:0 15px!important}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(1){white-space:nowrap}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(1) div[data-v-56a5eb17]{justify-content:center!important}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(1) .bmfw-icon[data-v-56a5eb17]{transform:translate(-1px)!important}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(2){white-space:nowrap;z-index:1}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(2) div[data-v-56a5eb17]{justify-content:center!important}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(3){white-space:nowrap;min-width:250px;z-index:1;width:auto}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(4){white-space:nowrap;min-width:250px;width:auto}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(5){white-space:nowrap}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(6){width:auto;min-width:250px}.farm-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(7){width:auto;min-width:260px}.farm-table .bmfw-table .bmfw-table__body .row-selected[data-v-56a5eb17]{background:#eebb5440}.farm-table .bmfw-table .bmfw-table__body .row-selected .bmfw-table__body-cell[data-v-56a5eb17]{border-top:1px solid rgba(238,187,84,.5647058824);border-right:1px solid rgba(238,187,84,.5647058824);border-bottom:1px solid rgba(238,187,84,.5647058824)}.farm-table .bmfw-table .bmfw-table__body .row-selected .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(1){border-left:1px solid rgba(238,187,84,.5647058824);border-radius:5px 0 0 5px}.farm-table .bmfw-table .bmfw-table__body .row-selected .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(4){border-right:1px solid rgba(238,187,84,.5647058824);border-radius:0 5px 5px 0}.farm-table .bmfw-table .bmfw-table__body .disabled[data-v-56a5eb17]{pointer-events:none;opacity:.8;cursor:not-allowed;background-color:#c1554d40}.farm-table .bmfw-table .bmfw-table__body .disabled .bmfw-table__body-cell[data-v-56a5eb17]{border-top:1px solid rgba(193,85,77,.5647058824);border-right:1px solid rgba(193,85,77,.5647058824);border-bottom:1px solid rgba(193,85,77,.5647058824)}.farm-table .bmfw-table .bmfw-table__body .disabled .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(1){border-left:1px solid rgba(193,85,77,.5647058824);border-radius:5px 0 0 5px}.farm-table .bmfw-table .bmfw-table__body .disabled .bmfw-table__body-cell[data-v-56a5eb17]:nth-child(4){border-right:1px solid rgba(193,85,77,.5647058824);border-radius:0 5px 5px 0}.farm-table .parcel-container .parcel[data-v-56a5eb17]{cursor:pointer;opacity:.8}.farm-table .parcel-container .parcel[data-v-56a5eb17]:hover{opacity:1}.farm-table .parcel-container .parcel--active[data-v-56a5eb17]{cursor:pointer;opacity:1}.farm-table .parcel-container .parcel--active svg[data-v-56a5eb17]{stroke-width:4px;fill:var(--parcel-fill-color, rgba(238, 187, 84, .3137254902));stroke:var(--parcel-stroke-color, #f8a91f)}.farm-table svg path[data-v-56a5eb17]{stroke-width:2px;fill:var(--parcel-fill-color, rgba(238, 187, 84, .3137254902));stroke:var(--parcel-stroke-color, #f8a91f)}.farm-table .field-name-cell[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.farm-table .field-name-cell input[data-v-56a5eb17]{width:100%}.farm-table .field-name-cell p[data-v-56a5eb17]{width:100%;font-weight:700}.farm-table .dimension span[data-v-56a5eb17]{font-weight:700}.farm-table .farm-name-cell[data-v-56a5eb17]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.farm-table .farm-name-cell input[data-v-56a5eb17]{width:100%}.farm-table .farm-name-cell p[data-v-56a5eb17]{width:100%;font-weight:700}.bmfw-backdrop{background:#fff9!important}.farmoption{gap:3rem}.farmoption span{font-size:.75rem;font-weight:700}.farmoption span:last-child{font-weight:400}.bmfw-modal--custom_choose-farm .vs__dropdown-menu{width:-webkit-fill-available}.bmfw-fx-r-c-c[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-7e3a6c73]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-7e3a6c73]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-7e3a6c73]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-7e3a6c73]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.client-farm-list-view[data-v-7e3a6c73]{display:flex;flex-direction:column;gap:2rem;width:100%;padding:2rem 4rem 6rem;height:100%}.client-farm-list-view>div[data-v-7e3a6c73]:first-child{display:none}.client-farm-list-view .teaser[data-v-7e3a6c73]{font-style:normal;font-weight:800;font-size:.75rem}.client-farm-list-view .teaser a[data-v-7e3a6c73]{cursor:pointer;text-decoration:underline}.client-farm-list-view .back a[data-v-7e3a6c73]{gap:.5rem;color:#282b25;font-style:normal}.client-farm-list-view .back a p[data-v-7e3a6c73]{font-size:.75rem;text-transform:uppercase;font-weight:600}.client-farm-list-view header[data-v-7e3a6c73]{display:flex;flex-direction:column;gap:1rem}.client-farm-list-view header .title[data-v-7e3a6c73]{display:grid;grid-template-columns:1fr 250px;gap:1rem;align-items:flex-end}.client-farm-list-view header .title h1[data-v-7e3a6c73]{margin:0!important;font-size:2rem}.client-farm-list-view header span[data-v-7e3a6c73]{font-style:italic}.client-farm-list-view main[data-v-7e3a6c73]{display:flex;gap:1rem;overflow:hidden;flex:1}.client-farm-list-view main .table-container[data-v-7e3a6c73]{display:grid;grid-template-rows:min-content 1fr;width:100%;position:relative}.client-farm-list-view main .table-container .loader-container[data-v-7e3a6c73]{padding:1rem;display:flex;justify-content:center;align-items:center;background-color:#ffffff90;width:100%;height:100%;border-radius:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.client-farm-list-view main .table-container .sup-table[data-v-7e3a6c73]{display:grid;grid-template-columns:max-content 450px;align-items:flex-end;justify-content:space-between;padding-bottom:1rem}.client-farm-list-view main .table-container .sup-table .selected-label span[data-v-7e3a6c73]{color:#eebb54;font-weight:700}.client-farm-list-view main .table-container .pagination-container[data-v-7e3a6c73]{border:1px solid #ddd;padding-top:1rem;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:3px;margin-top:1rem}.client-farm-list-view main .preview-map[data-v-7e3a6c73]{position:relative;border-radius:5px;overflow:hidden;height:100%;width:70%;border:1px solid #ddd}.client-farm-list-view main .preview-map .preview-farms-map[data-v-7e3a6c73]{width:100%;height:100%}.client-farm-list-view main .preview-map .map-actions[data-v-7e3a6c73]{display:grid;gap:.5rem;position:absolute;bottom:1rem;right:1rem}.client-farm-list-view footer[data-v-7e3a6c73]{gap:1rem;background:#fff;position:fixed;bottom:0;padding:1rem 4rem;left:0;width:100vw;border-top:1px solid #AAA9A9}.client-farm-list-view footer p[data-v-7e3a6c73]{font-size:.875rem}.client-farm-list-view footer .summary[data-v-7e3a6c73]{gap:1rem}.client-farm-list-view footer .below span[data-v-7e3a6c73]{font-size:.875rem}.client-farm-list-view footer .below .price[data-v-7e3a6c73]{font-size:.75rem}.client-farm-list-view footer .below .price.price--old[data-v-7e3a6c73]{text-decoration:line-through;font-weight:400}.bmfw-modal--custom_flow-remove-fields .bmfw-modal__subtitle,.bmfw-modal--custom_flow-edit-fields .bmfw-modal__subtitle{margin:0!important}.bmfw-modal--custom_flow-edit-fields{max-width:none!important}.bmfw-modal--custom_flow-edit-fields .bmfw-select-field label{color:#282b25}.bmfw-modal--custom_flow-edit-fields .toggles .toggle__container{padding:.5rem 1rem;border:1px solid #aaa9a9;border-radius:6px;cursor:pointer}.bmfw-modal--custom_flow-edit-fields .toggles .toggle__container.toggle__container--on{border-color:#2a7346}.bmfw-modal--custom_flow-edit-fields .toggles label{font-size:.625rem;font-weight:900;white-space:nowrap}.bmfw-modal--custom_flow-edit-fields .toggles .bmfw-toggle-container{justify-content:flex-end;gap:0}.new-cta{padding:.5rem 0}.new-cta .bmfw-button{height:42px}.bmfw-modal--custom_flow-fields-table{padding:2rem;width:24rem;box-shadow:0 0 9px #0000001a}.bmfw-modal--custom_flow-fields-table .bmfw-modal__title-group{gap:0;justify-items:center}.bmfw-modal--custom_flow-fields-table .bmfw-modal__title-group .bmfw-modal__title{font-size:17px;letter-spacing:1px;text-transform:uppercase}.bmfw-modal--custom_flow-fields-table .bmfw-modal__title-group .bmfw-modal__subtitle{margin-top:.5rem;font-size:14px;width:250px}.bmfw-modal--custom_flow-fields-table .bmfw-modal__title-group .bmfw-modal__subtitle span{font-weight:700}.bmfw-modal--custom_flow-fields-table .bmfw-modal__body{display:grid;padding:2rem 0;gap:1rem}.bmfw-modal--custom_flow-fields-table .bmfw-modal__body .crop-img{width:1.3rem;height:1.3rem;border-radius:100px}.bmfw-modal--custom_flow-fields-table .bmfw-modal__body .bmfw-select-field__cell .vs__dropdown-toggle{padding:5px 15px!important}.bmfw-modal--custom_flow-fields-table .bmfw-modal__body .bmfw-select-field__cell .vs__dropdown-menu{width:100%;max-height:8rem;margin-top:.5rem;border-radius:5px;padding:.5rem!important}.bmfw-modal--custom_flow-fields-table .bmfw-modal__body .bmfw-select-field__cell .vs__selected{font-size:14px;text-transform:capitalize}.bmfw-modal--custom_flow-fields-table .bmfw-modal__body .bmfw-select-field__cell .vs__selected span{white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}.bmfw-modal--custom_flow-fields-table .bmfw-modal__body .bmfw-select-field__cell ul li{white-space:nowrap;max-width:350px;overflow:hidden;text-overflow:ellipsis}.bmfw-modal--custom_flow-fields-table .bmfw-modal__body .miInput{background-color:#f9f9f9;border:2px solid #ccc;border-radius:5px;padding:5px 10px;font-size:16px;width:100%}.bmfw-modal--custom_flow-fields-table .bmfw-modal__body .miInput:focus{border-color:#eebb54;box-shadow:0 0 5px #eebb5450;outline:none}.bmfw-modal--custom_flow-fields-table .bmfw-modal__actions{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:0}.bmfw-modal--custom_flow-fields-table .bmfw-modal__actions .bmfw-button{padding:.5rem 1rem}.fields-table{overflow-y:auto;height:100%;background:#fff;border-radius:5px;border:1px solid #ddd;max-height:calc(100vh - 480px);position:relative}.fields-table .bmfw-table .bmfw-table__head{background-color:#f7f7f7;position:sticky;top:0;z-index:2;border-bottom:1px solid #888787}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell{padding:15px!important}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell div{min-width:max-content;justify-content:space-between}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell div .icon{cursor:pointer;transition:stroke .1s}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell div .icon:hover{stroke:#eebb54}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell .bmfw-checkbox{grid-template-columns:1fr!important;grid-template-rows:1fr!important}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell .bmfw-checkbox p{display:none}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(1){justify-content:center;background-color:#f7f7f7;position:sticky;left:0}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(1) div{justify-content:center!important}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(1) .head-field-name{justify-content:flex-start!important;padding-left:10px}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(2){position:sticky;left:47px;background-color:#f7f7f7}.fields-table .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(3){position:sticky;left:124px;background-color:#f7f7f7}.fields-table .bmfw-table .bmfw-table__head .head-field-name,.fields-table .bmfw-table .bmfw-table__head .head-farm-name{display:flex;justify-content:space-between;width:100%}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell{padding:0 15px!important}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .bmfw-icon{transform:translate(0)}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .icon{cursor:pointer;transition:stroke .1s}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .icon:hover{stroke:#eebb54}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .crop-img{width:1.3rem;height:1.3rem;border-radius:100px}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .placeholder-name{font-style:italic;display:flex;align-items:center;color:#c1554d;gap:.5rem}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .bmfw-select-field__cell .vs__selected{font-size:14px;text-transform:capitalize}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .bmfw-select-field__cell .vs__selected span{white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .bmfw-select-field__cell ul li{white-space:nowrap;max-width:350px;overflow:hidden;text-overflow:ellipsis}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .miInput{background-color:transparent;border:1px solid #ddd;border-radius:5px;padding:8px 10px;font-size:16px;width:100%}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .miInput:focus{border-color:#eebb54;box-shadow:0 0 5px #eebb5450;outline:none}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .bmfw-checkbox{grid-template-columns:1fr!important;grid-template-rows:1fr!important}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell .bmfw-checkbox p{display:none}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell div .field-name-cell .bmfw-loader-container,.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell div .field-name-cell .bmfw-loader-container .bmfw-loader,.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell div .bmfw-select-field__cell .bmfw-loader-container,.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell div .bmfw-select-field__cell .bmfw-loader-container .bmfw-loader{width:1.25rem!important;height:1.25rem!important}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell div .bmfw-select-field__cell .vs__dropdown-toggle{padding:0 15px!important;background:none!important}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell div .bmfw-select-field__cell .vs__dropdown-menu{width:100%;max-height:8rem;margin-top:.5rem;border-radius:5px;padding:.5rem!important}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(1){white-space:nowrap;position:sticky;background-color:#f7f7f7;left:0;z-index:1}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(1) div{justify-content:center!important}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(2){position:sticky;left:46px;white-space:nowrap;z-index:1;min-width:250px}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(3){background-color:#fff;white-space:nowrap;position:sticky;left:122px;min-width:250px;z-index:1;width:auto}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(4){white-space:nowrap;min-width:inherit;width:auto}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(4) div{justify-content:center!important}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(4) .icon{position:absolute;bottom:.25rem;right:.25rem}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(5){white-space:nowrap}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(6){width:auto;min-width:250px}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(7){width:auto;min-width:260px}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row.field-hidden{opacity:.8}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row.field-disabled{position:relative}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row.field-disabled .disabled__explain{position:absolute;width:100%;height:100%;background:#ffffffe6;z-index:2;left:0}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row.field-disabled .disabled__explain>div{justify-content:start!important;align-content:center;height:100%;color:#747474;font-style:italic}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row.field-disabled .disabled__explain>div span{font-weight:700}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row.field-editing{background:#f2f2f2;position:relative}.fields-table .bmfw-table .bmfw-table__body .bmfw-table__body-row.field-editing .bmfw-table__body-cell{background:transparent}.fields-table .dimension-container{display:grid;grid-template-columns:1fr}.fields-table .dimension-container .dimension span{font-weight:700}.fields-table .dimension-container .alert-dimension{display:flex;align-items:center;gap:.5rem;cursor:help}.fields-table .dimension-container .alert-dimension p{color:#c1554d}.fields-table .parcel-container .parcel{cursor:pointer;opacity:.8}.fields-table .parcel-container .parcel:hover{opacity:1}.fields-table .parcel-container .parcel svg{stroke-width:2px;fill:var(--parcel-fill-color, rgba(238, 187, 84, .3137254902));stroke:var(--parcel-stroke-color, #f8a91f)}.fields-table .parcel-container .parcel--active{cursor:pointer;opacity:1}.fields-table .parcel-container .parcel--active svg{stroke-width:4px;fill:var(--parcel-fill-color, rgba(238, 187, 84, .3137254902));stroke:var(--parcel-stroke-color, #f8a91f)}.fields-table .field-name-cell{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.fields-table .field-name-cell input{width:100%}.fields-table .field-name-cell p{width:100%;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:13rem}.fields-table .field-name-cell .icon{cursor:pointer;transition:stroke .1s}.fields-table .field-name-cell .icon:hover{stroke:#eebb54}.fields-table .field-name-cell .icon-check{cursor:pointer;stroke:#00a57e}.fields-table .farm-name-cell{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.fields-table .farm-name-cell .farm-name-text{cursor:pointer}.fields-table .farm-name-cell .farm-name-text:hover{color:#eebb54}.fields-table .farm-name-cell input{width:100%}.fields-table .farm-name-cell p{width:100%;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:13rem}.fields-table .farm-name-cell .icon{cursor:pointer;transition:stroke .1s}.fields-table .farm-name-cell .icon:hover{stroke:#eebb54}.fields-table .farm-name-cell .icon-check{cursor:pointer;stroke:#00a57e}.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(2) div,.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(4) div,.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(5) div,.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(6) div{justify-content:space-between!important;gap:1rem}.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(1),.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__head .bmfw-table__head-cell:nth-child(2){position:initial}.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(1){background:none}.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(2){min-width:250px;background:none}.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(2) div{justify-content:space-between!important;gap:1rem;width:100%}.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(2) .icon{position:initial}.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(3),.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(6){min-width:20px}.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(1),.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(2),.fields-table.fields-table--mode_edit .bmfw-table .bmfw-table__body .bmfw-table__body-row .bmfw-table__body-cell:nth-child(3){position:initial}.fields-table.fields-table--mode_edit .field-name-cell p,.fields-table.fields-table--mode_edit .field-name-cell span,.fields-table.fields-table--mode_edit .dimension p,.fields-table.fields-table--mode_edit .dimension span{font-weight:400}.client-farm-crud-view .actions-footer{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:.875rem 1rem;background:#fff;border-radius:0 0 6px 6px;gap:2rem;border:1px solid #ddd;border-top:none}.bmfw-fx-r-c-c[data-v-00534291]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-00534291]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-00534291]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-00534291]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-00534291]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-00534291]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-00534291]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-00534291]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-00534291]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-00534291]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-00534291]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-00534291]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-00534291]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-00534291]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-00534291]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-00534291]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-00534291]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-00534291]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.status-tag[data-v-00534291]{padding:.25rem .5rem!important;text-transform:none!important;border-radius:6px!important}.status-tag.status-tag--type_unlocked[data-v-00534291]{color:#00a57e!important;border:1px solid #00a57e!important;background-color:#00a57e30!important;border:none!important;background-color:transparent!important}.status-tag.status-tag--type_locked[data-v-00534291]{color:#747474!important;border:1px solid #747474!important;background-color:#74747430!important;border:none!important;background-color:transparent!important}.bmfw-fx-r-c-c[data-v-4181177d]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-4181177d]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-4181177d]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-4181177d]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-4181177d]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-4181177d]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-4181177d]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-4181177d]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-4181177d]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-4181177d]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-4181177d]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-4181177d]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-4181177d]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-4181177d]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-4181177d]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-4181177d]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-4181177d]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-4181177d]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.table-container[data-v-4181177d]{min-height:calc(100vh - 330px)}.table-container.error-handler[data-v-4181177d]{display:flex;justify-content:center;align-items:center}.table-container.error-handler .actions[data-v-4181177d]{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-around}.table-container.error-handler .actions button[data-v-4181177d]{max-width:250px;padding:1.5rem}.bmfw-fx-r-c-c[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-bbb4cec5]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-bbb4cec5]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-bbb4cec5]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.tabular__head[data-v-bbb4cec5]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tabular__head h2[data-v-bbb4cec5]{font-size:3rem;font-weight:700}.tabular__head>div:first-child>p[data-v-bbb4cec5]{color:#4f5050}.tabular__head>div[data-v-bbb4cec5]:last-child{color:#4f5050}.tabular__head>div:last-child>p[data-v-bbb4cec5]{font-weight:700}.bmfw-fx-r-c-c[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-2ad064ee]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-2ad064ee]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-2ad064ee]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-preset[data-v-2ad064ee]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:10px;padding:0;margin:0}.bmfw-preset .bmfw-preset-item[data-v-2ad064ee]{border-radius:6px;font-weight:700;border-width:1px;border-style:solid;cursor:pointer}.bmfw-preset .bmfw-preset-item.bmfw-preset-item--size_m[data-v-2ad064ee]{padding:10px 20px;font-size:.875rem}.bmfw-preset .bmfw-preset-item.bmfw-preset-item--size_s[data-v-2ad064ee]{padding:5px 10px;font-size:.75rem}.bmfw-preset .bmfw-preset-item.bmfw-preset-item--theme_light[data-v-2ad064ee]{color:#aaa9a9;background:#f7f7f7;border-color:#aaa9a9}.bmfw-preset .bmfw-preset-item.bmfw-preset-item--theme_light.bmfw-preset-item--active[data-v-2ad064ee]{color:#282b25;border-color:#282b25;background:#fff}.bmfw-preset .bmfw-preset-item.bmfw-preset-item--theme_dark[data-v-2ad064ee]{color:#888787;background:#4f5050;border-color:#4f5050}.bmfw-preset .bmfw-preset-item.bmfw-preset-item--theme_dark.bmfw-preset-item--active[data-v-2ad064ee]{color:#eee;border-color:#eee;background:#383a36}.bmfw-fx-r-c-c[data-v-46479c87]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-46479c87]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-46479c87]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-46479c87]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-46479c87]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-46479c87]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-46479c87]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-46479c87]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-46479c87]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-46479c87]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-46479c87]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-46479c87]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-46479c87]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-46479c87]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-46479c87]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-46479c87]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-46479c87]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-46479c87]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-r-c-c[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-df73eb5b]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-df73eb5b]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-df73eb5b]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-df73eb5b]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-button-split[data-v-df73eb5b]{padding:0!important;display:flex;align-items:center;justify-content:center;background:#2a7346;border-radius:10px;font-weight:700;overflow:hidden;cursor:pointer}.bmfw-button-split p[data-v-df73eb5b]{font-size:.75rem;padding:.5rem .75rem;color:#d4e3da;transition:all .3s ease}.bmfw-button-split p[data-v-df73eb5b]:hover{background:#225c38}.bmfw-button-split .bmfw-button[data-v-df73eb5b]{border-top-left-radius:0;border-bottom-left-radius:0;background:#225c38;border-left:1px solid #f7f7f7;color:#d4e3da!important}.customize__panel__inside input[data-v-81bae87a]{cursor:pointer}.customize__panel__inside input[data-v-81bae87a]:hover{opacity:.7}.customize__panel__inside label[data-v-81bae87a]{font-weight:700;font-size:.875rem;cursor:pointer}.customize__panel__inside label[data-v-81bae87a]:hover{opacity:.7}.customize__panel__inside .bmfw-toggle-container[data-v-81bae87a]{justify-content:flex-end}.customize__panel__inside label[data-v-249f550a]{font-weight:700;font-size:.875rem}.customize__panel__inside .disabled[data-v-249f550a]{opacity:.6;pointer-events:none}.customize__panel__inside .bmfw-toggle-container[data-v-249f550a]{justify-content:flex-end}.customize__panel__inside .column-tree[data-v-249f550a]{max-height:300px;overflow:auto;padding:1rem;background:#f5f5f5;border-radius:6px;margin:0}.customize-panel-tabular .v-popper__wrapper .v-popper__inner{left:-16rem}.search__action .bmfw-input-field__cell{margin:0!important;padding:3px 25px 3px 10px!important;width:20rem!important}.bmfw-fx-r-c-c[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se[data-v-0c17a209]{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se[data-v-0c17a209]{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se[data-v-0c17a209]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se[data-v-0c17a209]{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-checkset.bmfw-checkset--theme_light li[data-v-0c17a209]{cursor:help}.bmfw-checkset.bmfw-checkset--theme_light li.disabled[data-v-0c17a209]{color:#aaa9a9}.bmfw-checkset.bmfw-checkset--theme_light li[data-v-0c17a209]:not(.disabled){color:#00a57e}.bmfw-checkset.bmfw-checkset--theme_light li:not(.disabled) .partly-disabled[data-v-0c17a209]{color:#aaa9a9;stroke:#aaa9a9;stroke-dasharray:4,3}.bmfw-checkset.bmfw-checkset--theme_light li:not(.disabled) .partly-disabled polyline[data-v-0c17a209]{stroke-dasharray:4,3}.bmfw-checkset.bmfw-checkset--theme_dark li[data-v-0c17a209]{cursor:help}.bmfw-checkset.bmfw-checkset--theme_dark li.disabled[data-v-0c17a209]{color:#4f5050}.bmfw-checkset.bmfw-checkset--theme_dark li[data-v-0c17a209]:not(.disabled){color:#00a57e}.bmfw-checkset.bmfw-checkset--theme_dark li:not(.disabled) .partly-disabled[data-v-0c17a209]{color:#aaa9a9;stroke:#aaa9a9;stroke-dasharray:4,3}.bmfw-checkset li[data-v-0c17a209]{cursor:help}.bmfw-checkset li svg[data-v-0c17a209]:not(:first-child){transform:translate(-5px)}.tabular__actions{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;padding:0!important;margin:0!important}.tabular__actions .disabled{opacity:.6;pointer-events:none}.tabular__actions .tabular__actions__theme .bmfw-button--accent_primary{background-color:#fff!important}.crop-tag{padding-left:1rem!important;padding-right:1rem!important;text-transform:none!important;border-radius:6px!important}.tabular__row__actions{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem;padding:0!important;margin:0!important}.tabular__row__actions .bmfw-button{border:none!important}.bmfw-fx-r-c-c{display:flex;flex-direction:row;justify-content:center;align-items:center}.bmfw-fx-r-c-s{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.bmfw-fx-r-c-e{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.bmfw-fx-r-c-sb{display:flex;flex-direction:row;justify-content:center;align-items:space-between}.bmfw-fx-r-c-sa{display:flex;flex-direction:row;justify-content:center;align-items:space-around}.bmfw-fx-r-c-se{display:flex;flex-direction:row;justify-content:center;align-items:space-evenly}.bmfw-fx-r-s-c{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.bmfw-fx-r-s-s{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.bmfw-fx-r-s-e{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.bmfw-fx-r-s-sb{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-between}.bmfw-fx-r-s-sa{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-around}.bmfw-fx-r-s-se{display:flex;flex-direction:row;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-r-e-c{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.bmfw-fx-r-e-s{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.bmfw-fx-r-e-e{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.bmfw-fx-r-e-sb{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-between}.bmfw-fx-r-e-sa{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-around}.bmfw-fx-r-e-se{display:flex;flex-direction:row;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-r-sb-c{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bmfw-fx-r-sb-s{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.bmfw-fx-r-sb-e{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.bmfw-fx-r-sb-sb{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between}.bmfw-fx-r-sb-sa{display:flex;flex-direction:row;justify-content:space-between;align-items:space-around}.bmfw-fx-r-sb-se{display:flex;flex-direction:row;justify-content:space-between;align-items:space-evenly}.bmfw-fx-r-sa-c{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.bmfw-fx-r-sa-s{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.bmfw-fx-r-sa-e{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end}.bmfw-fx-r-sa-sb{display:flex;flex-direction:row;justify-content:space-around;align-items:space-between}.bmfw-fx-r-sa-sa{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around}.bmfw-fx-r-sa-se{display:flex;flex-direction:row;justify-content:space-around;align-items:space-evenly}.bmfw-fx-r-se-c{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.bmfw-fx-r-se-s{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-r-se-e{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-r-se-sb{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-between}.bmfw-fx-r-se-sa{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-around}.bmfw-fx-r-se-se{display:flex;flex-direction:row;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-rr-c-c{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.bmfw-fx-rr-c-s{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-rr-c-e{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-rr-c-sb{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-between}.bmfw-fx-rr-c-sa{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-around}.bmfw-fx-rr-c-se{display:flex;flex-direction:row-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-rr-s-c{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-rr-s-s{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-rr-s-e{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-rr-s-sb{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-rr-s-sa{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-rr-s-se{display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-rr-e-c{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-rr-e-s{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-rr-e-e{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-rr-e-sb{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-rr-e-sa{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-rr-e-se{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-rr-sb-c{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.bmfw-fx-rr-sb-s{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-rr-sb-e{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-rr-sb-sb{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-rr-sb-sa{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-rr-sb-se{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-rr-sa-c{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center}.bmfw-fx-rr-sa-s{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-rr-sa-e{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-rr-sa-sb{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-rr-sa-sa{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-rr-sa-se{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-rr-se-c{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-rr-se-s{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-rr-se-e{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-rr-se-sb{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-rr-se-sa{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-rr-se-se{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-c-c-c{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmfw-fx-c-c-s{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bmfw-fx-c-c-e{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.bmfw-fx-c-c-sb{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.bmfw-fx-c-c-sa{display:flex;flex-direction:column;justify-content:center;align-items:space-around}.bmfw-fx-c-c-se{display:flex;flex-direction:column;justify-content:center;align-items:space-evenly}.bmfw-fx-c-s-c{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.bmfw-fx-c-s-s{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.bmfw-fx-c-s-e{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.bmfw-fx-c-s-sb{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-between}.bmfw-fx-c-s-sa{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-around}.bmfw-fx-c-s-se{display:flex;flex-direction:column;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-c-e-c{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.bmfw-fx-c-e-s{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.bmfw-fx-c-e-e{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.bmfw-fx-c-e-sb{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-between}.bmfw-fx-c-e-sa{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-around}.bmfw-fx-c-e-se{display:flex;flex-direction:column;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-c-sb-c{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bmfw-fx-c-sb-s{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.bmfw-fx-c-sb-e{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.bmfw-fx-c-sb-sb{display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.bmfw-fx-c-sb-sa{display:flex;flex-direction:column;justify-content:space-between;align-items:space-around}.bmfw-fx-c-sb-se{display:flex;flex-direction:column;justify-content:space-between;align-items:space-evenly}.bmfw-fx-c-sa-c{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.bmfw-fx-c-sa-s{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.bmfw-fx-c-sa-e{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}.bmfw-fx-c-sa-sb{display:flex;flex-direction:column;justify-content:space-around;align-items:space-between}.bmfw-fx-c-sa-sa{display:flex;flex-direction:column;justify-content:space-around;align-items:space-around}.bmfw-fx-c-sa-se{display:flex;flex-direction:column;justify-content:space-around;align-items:space-evenly}.bmfw-fx-c-se-c{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.bmfw-fx-c-se-s{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-c-se-e{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-c-se-sb{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-between}.bmfw-fx-c-se-sa{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around}.bmfw-fx-c-se-se{display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-evenly}.bmfw-fx-cr-c-c{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.bmfw-fx-cr-c-s{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start}.bmfw-fx-cr-c-e{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-end}.bmfw-fx-cr-c-sb{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-between}.bmfw-fx-cr-c-sa{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-around}.bmfw-fx-cr-c-se{display:flex;flex-direction:column-reverse;justify-content:center;align-items:space-evenly}.bmfw-fx-cr-s-c{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.bmfw-fx-cr-s-s{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}.bmfw-fx-cr-s-e{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-end}.bmfw-fx-cr-s-sb{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-between}.bmfw-fx-cr-s-sa{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-around}.bmfw-fx-cr-s-se{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:space-evenly}.bmfw-fx-cr-e-c{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:center}.bmfw-fx-cr-e-s{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start}.bmfw-fx-cr-e-e{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.bmfw-fx-cr-e-sb{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-between}.bmfw-fx-cr-e-sa{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-around}.bmfw-fx-cr-e-se{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:space-evenly}.bmfw-fx-cr-sb-c{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center}.bmfw-fx-cr-sb-s{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.bmfw-fx-cr-sb-e{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end}.bmfw-fx-cr-sb-sb{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-between}.bmfw-fx-cr-sb-sa{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-around}.bmfw-fx-cr-sb-se{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:space-evenly}.bmfw-fx-cr-sa-c{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:center}.bmfw-fx-cr-sa-s{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-start}.bmfw-fx-cr-sa-e{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:flex-end}.bmfw-fx-cr-sa-sb{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-between}.bmfw-fx-cr-sa-sa{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-around}.bmfw-fx-cr-sa-se{display:flex;flex-direction:column-reverse;justify-content:space-around;align-items:space-evenly}.bmfw-fx-cr-se-c{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center}.bmfw-fx-cr-se-s{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-start}.bmfw-fx-cr-se-e{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:flex-end}.bmfw-fx-cr-se-sb{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-between}.bmfw-fx-cr-se-sa{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-around}.bmfw-fx-cr-se-se{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:space-evenly}.pagination__progress{width:300px;position:relative}.pagination__progress .pagination__progress__toast{transition:all .3s ease;animation-delay:.9s;position:absolute;top:0;left:0;opacity:0}.pagination__progress .pagination__progress__toast.pagination__progress__toast--finished{opacity:1;animation:fadeSlow 6s linear}.pagination__progress .pagination__progress__container{transition:all .3s ease;position:absolute;top:0;left:0}.pagination__progress .pagination__progress__container .bmfw-progress-bar{padding:0!important}.pagination__progress .pagination__progress__container .bmfw-progress-bar>span{font-weight:700;font-size:.875rem}.pagination__progress .pagination__progress__container .bmfw-progress-bar .bmfw-progress-bar__bar-wrapper .bmfw-progress-bar__bar span{animation:colorCycle 6s linear infinite;transition:width .3s ease}.pagination__progress .pagination__progress__container.pagination__progress__container--finished{opacity:0}@keyframes colorCycle{0%{background-color:#2a7346}33%{background-color:#eebb54}66%{background-color:#85df4f}to{background-color:#2a7346}}@keyframes fadeSlow{0%{display:inital}99%{display:inital}to{display:none}}.rc-values{display:flex;justify-content:center;align-items:center;gap:.4rem}.rc-active{color:#00a57e;font-size:16.5px;font-weight:800}.rc-desactive{color:#747474;font-size:16.5px;font-weight:800}.recommendationsL-legend .title[data-v-a2c93015]{font-weight:600;font-size:20px}.recommendationsL-legend .suptitle[data-v-a2c93015]{width:40rem;text-wrap:wrap}.recommendationsL-legend .options[data-v-a2c93015]{display:flex;align-items:center;justify-content:center;padding:1rem 0}.recommendationsL-legend .options p[data-v-a2c93015]{font-size:18px;font-size:16.5px;font-weight:800}.recommendationsL-legend .options p span[data-v-a2c93015]{color:#00a57e}.recommendationsL-legend .values .option1[data-v-a2c93015]{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.recommendationsL-legend .values .option1 .item[data-v-a2c93015]{width:1.2rem;height:1.2rem;background:#00a57e;border-radius:3px}.recommendationsL-legend .values .option2[data-v-a2c93015]{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.recommendationsL-legend .values .option2 .item[data-v-a2c93015]{width:1.2rem;height:1.2rem;background:#747474;border-radius:3px}.recommendationsL-legend .separator[data-v-a2c93015]{height:1px;background:#4f505070;border-radius:50px;margin:1rem 0}.recommendationsL-legend .example .label[data-v-a2c93015]{font-size:18px;font-weight:600}.recommendationsL-legend .example .content[data-v-a2c93015]{display:flex;justify-content:flex-start;align-items:flex-end;gap:.7rem}.recommendationsL-legend .example .content .text[data-v-a2c93015]{display:flex;justify-content:flex-start;align-items:center;gap:.25rem}.recommendationsL-legend .example .content .text .nut[data-v-a2c93015],.recommendationsL-legend .example .content .text .hlt[data-v-a2c93015]{color:#747474;font-size:16.5px;font-weight:800}.recommendationsL-legend .example .content .text .shi[data-v-a2c93015]{color:#00a57e;font-size:16.5px;font-weight:800}.recommendationsL-legend .example .content .info[data-v-a2c93015]{font-size:17px;font-weight:700;color:#2a7346}.metrics-legend p span{font-weight:700}.disabled{opacity:.6;pointer-events:none}.tabular-analytics{padding:3rem!important;padding-top:0!important;width:100%;height:100vh;display:grid;grid-template-rows:min-content 1fr;position:relative;overflow:hidden}.tabular-analytics .bmfw-breadcrumbs{margin-top:1.25rem;margin-bottom:1.25rem!important}.tabular-analytics .bmfw-breadcrumbs .bmfw-breadcrumbs__item{color:#323232!important}.tabular-analytics main .sub-table{padding-bottom:1rem}.tabular-analytics main .sub-table .title{font-size:22px;font-weight:700}.tabular-analytics main .table>:not(caption)>*>*{padding:0}.tabular-analytics main .table{border-radius:0 0 6px 6px;display:grid;height:100%;grid-template-rows:min-content min-content 1fr;margin-bottom:0}.tabular-analytics main .table .table-pagination-loading-section{background-color:#f7f7f7;width:100%;height:73px;border-radius:6px 6px 0 0;overflow:hidden;border:1px solid #c9c9c9;position:relative}.tabular-analytics main .table .table-pagination-loading-section .text{display:grid;gap:.25rem;position:absolute;width:100%;justify-content:center;justify-items:center;padding:.5rem;z-index:1;color:#042b13}.tabular-analytics main .table .table-pagination-loading-section .text .title{font-weight:700;letter-spacing:1px;background:none;color:#042b13}.tabular-analytics main .table .table-pagination-loading-section .text .sub{font-size:13px;background:none;color:#042b13}.tabular-analytics main .table .table-pagination-loading-section-bar{height:100%;background-color:#2a734638;transition:width .3s ease;border-radius:6px 6px 0 0;position:absolute;background:linear-gradient(270deg,#07a8446f,#12803c5f,#2a734638);animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.tabular-analytics main .table .table-info-section{padding:.75rem 2rem;background:#f7f7f7;border-radius:6px 6px 0 0;border:1px solid #c9c9c9;display:flex;justify-content:space-between}.tabular-analytics main .table .table-info-section .tag-client{display:inline-block;padding:0 1rem;font-size:12px;font-weight:500;color:#194229;background-color:#d7efe166;border:1px solid #2a7346;border-radius:9999px;transition:background-color .2s ease-in-out;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.tabular-analytics main .table .table-info-section .tag-info{color:#008b9b;background-color:#008b9b20;border:1px solid #008b9b;max-width:none}.tabular-analytics main .table .table-info-section section p{font-size:15px;background:none}.tabular-analytics main .table .table-info-section section .title{font-weight:700;font-size:17px;display:flex;align-items:flex-start;gap:.5rem}.tabular-analytics main .table .table-info-section .size{display:flex;align-items:flex-end}.tabular-analytics main .table .table-info-section .size p{font-size:15px}.tabular-analytics main .table .table-info-section .size p span{font-weight:700;background:none;padding-left:.25rem}.tabular-analytics main .table .header-table{background:#fff;padding:1.5rem 2rem 1rem;padding-bottom:0;display:flex;justify-content:space-between;align-items:center;border:1px solid #c9c9c9;border-top:0;border-bottom:0}.tabular-analytics main .table .header-table .section-options{display:flex;justify-content:flex-start;align-content:center;gap:.5rem}.tabular-analytics main .table .header-table .section-filters{display:flex;justify-content:flex-start;align-content:center;gap:.5rem}.tabular-analytics main .table .card{padding:1rem 2rem;border-radius:0 0 6px 6px;border:1px solid #c9c9c9;border-top:0}.tabular-analytics main .table .card .p-datatable{font-size:.875rem!important;display:grid;align-items:flex-end;grid-template-rows:min-content min-content 1fr}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container{padding:0rem!important;max-height:550px!important;height:100%}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-table{height:100%}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-thead .croplabel__container{grid-area:crop;display:flex}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-thead .croplabel__container .crop__name{font-size:.675rem}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-thead .croplabel__container .crop__name .decorator{width:.35rem;height:.35rem}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-thead .p-datatable-column-header-content .center-header{justify-content:center;text-align:center;width:100%;min-width:max-content}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-thead tr .p-datatable-header-cell .p-datatable-column-header-content{width:max-content}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-thead tr .p-datatable-header-cell .center-header div{justify-content:center;text-align:center;width:100%;min-width:max-content}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-thead tr .p-datatable-header-cell.crop-specific .p-datatable-column-header-content{display:grid;grid-template-rows:auto auto;grid-template-columns:auto auto;grid-template-areas:"crop crop" "name actions";grid-row-gap:0}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-thead tr .p-datatable-column-header-content .center-header{justify-content:center;text-align:center;width:100%;min-width:max-content}.tabular-analytics main .table .card .p-datatable .p-datatable-table-container .p-datatable-thead tr .center-header .p-datatable-column-header-content{justify-content:center;text-align:center;width:100%;min-width:max-content}.tabular-analytics main .table .card .p-datatable .p-datatable-paginator-bottom{border:none!important;border-radius:0 0 6px 6px}.tabular-analytics main .table .card .p-datatable .p-datatable-paginator-bottom .p-paginator{padding-top:1.5rem;height:fit-content}.tabular-analytics main .table .center-header .p-datatable-column-header-content{justify-content:center;text-align:center}.tabular-analytics .pre-set-legend{position:absolute;bottom:4rem;left:4rem}.tabular-analytics .pre-set-legend .bmfw-button{z-index:1}.tabular-analytics .pre-set-legend .bmfw-button svg{z-index:1}.tabular-analytics .pre-set-legend .sub{background-color:#008b9b;width:1rem;height:1rem;bottom:0;position:absolute;border-radius:3px}.tabular-analytics .pre-set-legend .tooltip-bubble{position:absolute;bottom:2rem;left:2rem;background-color:#fff;color:#333;padding:20px;border-radius:8px;box-shadow:0 0 20px #0003;z-index:10;white-space:nowrap}.tabular-analytics .pre-set-legend .bubble-enter-active,.tabular-analytics .pre-set-legend .bubble-leave-active{transition:transform .45s cubic-bezier(.25,.8,.25,1),opacity .3s ease;transition-delay:.05s}.tabular-analytics .pre-set-legend .bubble-enter-from{opacity:0;transform:translate(-10rem,8rem) scale(.3)}.tabular-analytics .pre-set-legend .bubble-enter-to{opacity:1;transform:translate(0) scale(1);border-radius:8px}.tabular-analytics .pre-set-legend .bubble-leave-from{opacity:1;transform:translate(0) scale(1)}.tabular-analytics .pre-set-legend .bubble-leave-to{opacity:0;transform:translate(-10rem,8rem) scale(.1)}.crop-cell{display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;width:100%;border-radius:7px;padding:0 1rem;max-width:10rem}.crop-cell .crop-indicator{width:.7rem;height:.7rem;border-radius:100px;display:block}.crop-cell .client-cell{display:grid;gap:.5rem;text-align:left}.crop-cell .client-cell .name .code{font-weight:700}.actions{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.farm-navigation{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:2rem}.farm-navigation .farm-navigation-item.active .link{background-color:#44473f;border-color:#eebb54}.farm-navigation .farm-navigation-item:not(.active) .label{font-weight:500}.farm-navigation .farm-navigation-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.farm-navigation .farm-navigation-item .link{border:1px solid transparent;width:2.812rem;height:2.812rem;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s ease}.farm-navigation .farm-navigation-item .link svg .bmfw-icon__decorator{display:none}.farm-navigation .farm-navigation-item .label{font-size:10px;text-align:center;font-weight:700;text-transform:uppercase}.farm-navigation--dark .farm-navigation-item .link{background-color:#32352e;color:#949592}.farm-navigation--dark .farm-navigation-item .link:hover{background-color:#44473f;border-color:#eebb54}.farm-navigation--dark .farm-navigation-item .link svg line,.farm-navigation--dark .farm-navigation-item .link rect,.farm-navigation--dark .farm-navigation-item .link .item--icon:before{color:#fff;stroke:#fff!important}.farm-navigation--dark .farm-navigation-item .label{color:#fff}.farm-navigation--dark .farm-navigation-item:not(.active) .label{color:#ddd}.farm-navigation--light .farm-navigation-item .link{background-color:#f0f0f0;color:#444}.farm-navigation--light .farm-navigation-item .link:hover{background-color:#e5e5e5;border-color:#b6a14b}.farm-navigation--light .farm-navigation-item .link svg line,.farm-navigation--light .farm-navigation-item .link rect,.farm-navigation--light .farm-navigation-item .link .item--icon:before{color:#333;stroke:#333!important}.farm-navigation--light .farm-navigation-item .label{color:#333}.trials-navigation{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:2.5rem}.trials-navigation .trials-navigation-item.active .link{background-color:#44473f;border-color:#eebb54}.trials-navigation .trials-navigation-item:not(.active) .label{font-weight:500}.trials-navigation .trials-navigation-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.trials-navigation .trials-navigation-item .link{border:1px solid transparent;width:2.812rem;height:2.812rem;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s ease}.trials-navigation .trials-navigation-item .link svg .bmfw-icon__decorator{display:none}.trials-navigation .trials-navigation-item .label{font-size:10px;text-align:center;font-weight:700;text-transform:uppercase}.trials-navigation--dark .trials-navigation-item .link{background-color:#32352e;color:#949592}.trials-navigation--dark .trials-navigation-item .link:hover{background-color:#44473f;border-color:#eebb54}.trials-navigation--dark .trials-navigation-item .link svg line,.trials-navigation--dark .trials-navigation-item .link rect,.trials-navigation--dark .trials-navigation-item .link .item--icon:before{color:#fff;stroke:#fff!important}.trials-navigation--dark .trials-navigation-item .label{color:#fff}.trials-navigation--dark .trials-navigation-item:not(.active) .label{color:#ddd}.trials-navigation--light .trials-navigation-item .link{background-color:#f0f0f0;color:#444}.trials-navigation--light .trials-navigation-item .link:hover{background-color:#e5e5e5;border-color:#b6a14b}.trials-navigation--light .trials-navigation-item .link svg line,.trials-navigation--light .trials-navigation-item .link rect,.trials-navigation--light .trials-navigation-item .link .item--icon:before{color:#333;stroke:#333!important}.trials-navigation--light .trials-navigation-item .label{color:#333}.toolbox-panel{display:grid;grid-template-rows:repeat(3,1fr);gap:2rem}.toolbox-panel .toolbox-panel-section{display:grid;grid-template-rows:min-content 1fr;gap:.7rem}.toolbox-panel .toolbox-panel-section .title{font-size:13px;text-align:left;font-weight:600;text-transform:uppercase}.toolbox-panel .toolbox-panel-section .links{display:flex;justify-content:flex-start;gap:2.5rem;align-items:center}.toolbox-panel .toolbox-panel-section .links .sidebar-products-link{width:5rem;opacity:.6;display:flex;flex-direction:column;align-items:center;transition:opacity .3s ease}.toolbox-panel .toolbox-panel-section .links .sidebar-products-link:hover{opacity:1}.toolbox-panel .toolbox-panel-section .links .sidebar-products-link a{border-radius:10px;display:flex;align-items:center;justify-content:center;width:2.812rem;height:2.812rem;transition:.3s}.toolbox-panel .toolbox-panel-section .links .sidebar-products-link p{font-size:10px;font-weight:700;text-align:center;margin-top:.3rem;text-transform:uppercase}.toolbox-panel--dark .title,.toolbox-panel--dark p{color:#f7f7f7}.toolbox-panel--dark .sidebar-products-link a{background-color:#32352e}.toolbox-panel--dark .sidebar-products-link a:hover{background-color:#44473f;border:1px solid #eebb54}.toolbox-panel--dark .sidebar-products-link a svg path{fill:#f7f7f7!important}.toolbox-panel--dark .sidebar-products-link a .item--icon:before{color:#f7f7f7!important;font-size:18px}.toolbox-panel--dark .sidebar-products-link a .icon-bc-boxplotmet:before,.toolbox-panel--dark .sidebar-products-link a .icon-bc-boxplotab:before,.toolbox-panel--dark .sidebar-products-link a .icon-bc-heatmap:before{font-size:23px}.toolbox-panel--light .title,.toolbox-panel--light p{color:#222}.toolbox-panel--light .sidebar-products-link a{background-color:#f0f0f0}.toolbox-panel--light .sidebar-products-link a:hover{background-color:#e5e5e5;border:1px solid #b6a14b}.toolbox-panel--light .sidebar-products-link a svg path{fill:#333!important}.toolbox-panel--light .sidebar-products-link a .item--icon:before{color:#333!important;font-size:18px}.toolbox-panel--light .sidebar-products-link a .icon-bc-boxplotmet:before,.toolbox-panel--light .sidebar-products-link a .icon-bc-boxplotab:before,.toolbox-panel--light .sidebar-products-link a .icon-bc-heatmap:before{font-size:23px}.popper-toolbox-menu--dark .v-popper__wrapper .v-popper__inner{background-color:#282b25;color:#f7f7f7;padding:40px 20px!important;border-radius:10px}.popper-toolbox-menu--dark .v-popper__wrapper .v-popper__arrow-inner{border-color:#282b25}.popper-toolbox-menu--light .v-popper__wrapper .v-popper__inner{background-color:#fff;color:#222}.popper-toolbox-menu--light .v-popper__wrapper .v-popper__arrow-inner{border-color:#fff}.test-navigation{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:2.5rem}.test-navigation .test-navigation-item.active .link{background-color:#44473f;border-color:#eebb54}.test-navigation .test-navigation-item:not(.active) .label{font-weight:500}.test-navigation .test-navigation-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.test-navigation .test-navigation-item .link{border:1px solid transparent;width:2.812rem;height:2.812rem;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s ease}.test-navigation .test-navigation-item .link svg .bmfw-icon__decorator{display:none}.test-navigation .test-navigation-item .label{font-size:10px;text-align:center;font-weight:700;text-transform:uppercase}.test-navigation--dark .test-navigation-item .link{background-color:#32352e;color:#949592}.test-navigation--dark .test-navigation-item .link:hover{background-color:#44473f;border-color:#eebb54}.test-navigation--dark .test-navigation-item .link svg line,.test-navigation--dark .test-navigation-item .link .item--icon:before{color:#fff;stroke:#fff}.test-navigation--dark .test-navigation-item .label{color:#fff}.test-navigation--dark .test-navigation-item:not(.active) .label{color:#ddd}.test-navigation--light .test-navigation-item .link{background-color:#f0f0f0;color:#444}.test-navigation--light .test-navigation-item .link:hover{background-color:#e5e5e5;border-color:#b6a14b}.test-navigation--light .test-navigation-item .link svg line,.test-navigation--light .test-navigation-item .link .item--icon:before{color:#333;stroke:#333}.test-navigation--light .test-navigation-item .label{color:#333}.sidebar-products{width:75px}.sidebar-products header{height:75px;cursor:pointer}.sidebar-products main .navigations-container{height:100%}.sidebar-products main .navigations-container ul{width:75px}.sidebar-products main .navigations-container ul li .label{overflow-wrap:break-word;width:65px}.sidebar-products--light{background-color:#fff!important}.vis .overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8}.vis [class*=span]{min-height:0;width:auto}div.vis-configuration{display:block;float:left;font-size:12px;position:relative}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper:after{clear:both;content:"";display:block}div.vis-configuration.vis-config-option-container{background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;display:block;left:10px;margin-top:20px;padding-left:5px;width:495px}div.vis-configuration.vis-config-button{background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;cursor:pointer;display:block;height:25px;left:10px;line-height:25px;margin-bottom:30px;margin-top:20px;padding-left:5px;vertical-align:middle;width:495px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-config-item{display:block;float:left;height:25px;line-height:25px;vertical-align:middle;width:495px}div.vis-configuration.vis-config-item.vis-config-s2{background-color:#f7f8fa;border-radius:3px;left:10px;padding-left:5px}div.vis-configuration.vis-config-item.vis-config-s3{background-color:#e4e9f0;border-radius:3px;left:20px;padding-left:5px}div.vis-configuration.vis-config-item.vis-config-s4{background-color:#cfd8e6;border-radius:3px;left:30px;padding-left:5px}div.vis-configuration.vis-config-header{font-size:18px;font-weight:700}div.vis-configuration.vis-config-label{height:25px;line-height:25px;width:120px}div.vis-configuration.vis-config-label.vis-config-s3{width:110px}div.vis-configuration.vis-config-label.vis-config-s4{width:100px}div.vis-configuration.vis-config-colorBlock{border:1px solid #444;border-radius:2px;cursor:pointer;height:19px;margin:0;padding:0;top:1px;width:30px}input.vis-configuration.vis-config-checkbox{left:-5px}input.vis-configuration.vis-config-rangeinput{margin:0;padding:1px;pointer-events:none;position:relative;top:-5px;width:60px}input.vis-configuration.vis-config-range{-webkit-appearance:none;background-color:transparent;border:0 solid #fff;height:20px;width:300px}input.vis-configuration.vis-config-range::-webkit-slider-runnable-track{background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(180deg,#dedede 0,#c8c8c8 99%);border:1px solid #999;border-radius:3px;box-shadow:0 0 3px #aaa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#c8c8c8",GradientType=0);height:5px;width:300px}input.vis-configuration.vis-config-range::-webkit-slider-thumb{-webkit-appearance:none;background:#3876c2;background:-moz-linear-gradient(top,#3876c2 0,#385380 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3876c2),color-stop(100%,#385380));background:-webkit-linear-gradient(top,#3876c2,#385380);background:-o-linear-gradient(top,#3876c2 0,#385380 100%);background:-ms-linear-gradient(top,#3876c2 0,#385380 100%);background:linear-gradient(180deg,#3876c2 0,#385380);border:1px solid #14334b;border-radius:50%;box-shadow:0 0 1px #111927;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3876c2",endColorstr="#385380",GradientType=0);height:17px;margin-top:-7px;width:17px}input.vis-configuration.vis-config-range:focus{outline:none}input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track{background:#9d9d9d;background:-moz-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#9d9d9d),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#9d9d9d,#c8c8c8 99%);background:-o-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:linear-gradient(180deg,#9d9d9d 0,#c8c8c8 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d9d9d",endColorstr="#c8c8c8",GradientType=0)}input.vis-configuration.vis-config-range::-moz-range-track{background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(180deg,#dedede 0,#c8c8c8 99%);border:1px solid #999;border-radius:3px;box-shadow:0 0 3px #aaa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#c8c8c8",GradientType=0);height:10px;width:300px}input.vis-configuration.vis-config-range::-moz-range-thumb{background:#385380;border:none;border-radius:50%;height:16px;width:16px}input.vis-configuration.vis-config-range:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input.vis-configuration.vis-config-range::-ms-track{background:transparent;border-color:transparent;border-width:6px 0;color:transparent;height:5px;width:300px}input.vis-configuration.vis-config-range::-ms-fill-lower{background:#777;border-radius:10px}input.vis-configuration.vis-config-range::-ms-fill-upper{background:#ddd;border-radius:10px}input.vis-configuration.vis-config-range::-ms-thumb{background:#385380;border:none;border-radius:50%;height:16px;width:16px}input.vis-configuration.vis-config-range:focus::-ms-fill-lower{background:#888}input.vis-configuration.vis-config-range:focus::-ms-fill-upper{background:#ccc}.vis-configuration-popup{background:#394c59d9;border:2px solid #f2faff;border-radius:4px;color:#fff;font-size:14px;height:30px;line-height:30px;position:absolute;text-align:center;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;width:150px}.vis-configuration-popup:after,.vis-configuration-popup:before{border:solid transparent;content:" ";height:0;left:100%;pointer-events:none;position:absolute;top:50%;width:0}.vis-configuration-popup:after{border-color:rgba(136,183,213,0) rgba(136,183,213,0) rgba(136,183,213,0) rgba(57,76,89,.85);border-width:8px;margin-top:-8px}.vis-configuration-popup:before{border-color:rgba(194,225,245,0) rgba(194,225,245,0) rgba(194,225,245,0) #f2faff;border-width:12px;margin-top:-12px}div.vis-tooltip{background-color:#f5f4ed;border:1px solid #808074;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow:3px 3px 10px #0003;color:#000;font-family:verdana;font-size:14px;padding:5px;pointer-events:none;position:absolute;visibility:hidden;white-space:nowrap;z-index:5}.vis-current-time{background-color:#ff7f6e;pointer-events:none;width:2px;z-index:1}.vis-rolling-mode-btn{background:#3876c2;border-radius:50%;color:#fff;cursor:pointer;font-size:28px;font-weight:700;height:40px;opacity:.8;position:absolute;right:20px;text-align:center;top:7px;width:40px}.vis-rolling-mode-btn:before{content:"⛶"}.vis-rolling-mode-btn:hover{opacity:1}.vis-custom-time{background-color:#6e94ff;cursor:move;width:2px;z-index:1}.vis-custom-time>.vis-custom-time-marker{background-color:inherit;color:#fff;cursor:auto;font-size:12px;padding:3px 5px;top:0;white-space:nowrap;z-index:inherit}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal{border-bottom:1px solid;height:0;position:absolute;width:100%}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor{border-color:#e5e5e5}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major{border-color:#bfbfbf}.vis-data-axis .vis-y-axis.vis-major{color:#4d4d4d;position:absolute;white-space:nowrap;width:100%}.vis-data-axis .vis-y-axis.vis-major.vis-measure{border:0;margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-minor{color:#bebebe;position:absolute;white-space:nowrap;width:100%}.vis-data-axis .vis-y-axis.vis-minor.vis-measure{border:0;margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title{bottom:20px;color:#4d4d4d;position:absolute;text-align:center;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-title.vis-measure{margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title.vis-left{bottom:0;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left bottom}.vis-data-axis .vis-y-axis.vis-title.vis-right{bottom:0;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-ms-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom}.vis-legend{background-color:#f7fcffa6;border:1px solid #b3b3b3;box-shadow:2px 2px 10px #9999998c;padding:5px}.vis-legend-text{display:inline-block;white-space:nowrap}.vis-item{background-color:#d5ddf6;border-color:#97b0f8;border-width:1px;color:#1a1a1a;display:inline-block;position:absolute;z-index:1}.vis-item.vis-selected{background-color:#fff785;border-color:#ffc200;z-index:2}.vis-editable.vis-selected{cursor:move}.vis-item.vis-point.vis-selected{background-color:#fff785}.vis-item.vis-box{border-radius:2px;border-style:solid;text-align:center}.vis-item.vis-point{background:none}.vis-item.vis-dot{border-radius:4px;border-style:solid;border-width:4px;padding:0;position:absolute}.vis-item.vis-range{border-radius:2px;border-style:solid;box-sizing:border-box}.vis-item.vis-background{background-color:#d5ddf666;border:none;box-sizing:border-box;margin:0;padding:0}.vis-item .vis-item-overflow{height:100%;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.vis-item-visible-frame{white-space:nowrap}.vis-item.vis-range .vis-item-content{display:inline-block;position:relative}.vis-item.vis-background .vis-item-content{display:inline-block;position:absolute}.vis-item.vis-line{border-left-style:solid;border-left-width:1px;padding:0;position:absolute;width:0}.vis-item .vis-item-content{box-sizing:border-box;padding:5px;white-space:nowrap}.vis-item .vis-onUpdateTime-tooltip{background:#4f81bd;border-radius:1px;color:#fff;padding:5px;position:absolute;text-align:center;transition:.4s;-o-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s;white-space:nowrap;width:200px}.vis-item .vis-delete,.vis-item .vis-delete-rtl{box-sizing:border-box;cursor:pointer;height:24px;padding:0 5px;position:absolute;top:0;-webkit-transition:background .2s linear;-moz-transition:background .2s linear;-ms-transition:background .2s linear;-o-transition:background .2s linear;transition:background .2s linear;width:24px}.vis-item .vis-delete{right:-24px}.vis-item .vis-delete-rtl{left:-24px}.vis-item .vis-delete-rtl:after,.vis-item .vis-delete:after{color:red;content:"×";font-family:arial,sans-serif;font-size:22px;font-weight:700;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-ms-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.vis-item .vis-delete-rtl:hover,.vis-item .vis-delete:hover{background:red}.vis-item .vis-delete-rtl:hover:after,.vis-item .vis-delete:hover:after{color:#fff}.vis-item .vis-drag-center{cursor:move;height:100%;left:0;position:absolute;top:0;width:100%}.vis-item.vis-range .vis-drag-left{cursor:w-resize;left:-4px}.vis-item.vis-range .vis-drag-left,.vis-item.vis-range .vis-drag-right{height:100%;max-width:20%;min-width:2px;position:absolute;top:0;width:24px}.vis-item.vis-range .vis-drag-right{cursor:e-resize;right:-4px}.vis-range.vis-item.vis-readonly .vis-drag-left,.vis-range.vis-item.vis-readonly .vis-drag-right{cursor:auto}.vis-item.vis-cluster{border-radius:2px;border-style:solid;text-align:center;vertical-align:center}.vis-item.vis-cluster-line{border-left-style:solid;border-left-width:1px;padding:0;position:absolute;width:0}.vis-item.vis-cluster-dot{border-radius:4px;border-style:solid;border-width:4px;padding:0;position:absolute}.vis-itemset{box-sizing:border-box;margin:0;padding:0;position:relative}.vis-itemset .vis-background,.vis-itemset .vis-foreground{height:100%;overflow:visible;position:absolute;width:100%}.vis-axis{height:0;left:0;position:absolute;width:100%;z-index:1}.vis-foreground .vis-group{border-bottom:1px solid #bfbfbf;box-sizing:border-box;position:relative}.vis-foreground .vis-group:last-child{border-bottom:none}.vis-nesting-group{cursor:pointer}.vis-label.vis-nested-group.vis-group-level-unknown-but-gte1{background:#f5f5f5}.vis-label.vis-nested-group.vis-group-level-0{background-color:#fff}.vis-ltr .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-left:0}.vis-rtl .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-right:0}.vis-label.vis-nested-group.vis-group-level-1{background-color:#0000000d}.vis-ltr .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-left:15px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-right:15px}.vis-label.vis-nested-group.vis-group-level-2{background-color:#0000001a}.vis-ltr .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-left:30px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-right:30px}.vis-label.vis-nested-group.vis-group-level-3{background-color:#00000026}.vis-ltr .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-left:45px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-right:45px}.vis-label.vis-nested-group.vis-group-level-4{background-color:#0003}.vis-ltr .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-left:60px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-right:60px}.vis-label.vis-nested-group.vis-group-level-5{background-color:#00000040}.vis-ltr .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-left:75px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-right:75px}.vis-label.vis-nested-group.vis-group-level-6{background-color:#0000004d}.vis-ltr .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-left:90px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-right:90px}.vis-label.vis-nested-group.vis-group-level-7{background-color:#00000059}.vis-ltr .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-left:105px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-right:105px}.vis-label.vis-nested-group.vis-group-level-8{background-color:#0006}.vis-ltr .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-left:120px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-right:120px}.vis-label.vis-nested-group.vis-group-level-9{background-color:#00000073}.vis-ltr .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-left:135px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-right:135px}.vis-label.vis-nested-group{background-color:#00000080}.vis-ltr .vis-label.vis-nested-group .vis-inner{padding-left:150px}.vis-rtl .vis-label.vis-nested-group .vis-inner{padding-right:150px}.vis-group-level-unknown-but-gte1{border:1px solid red}.vis-label.vis-nesting-group:before{display:inline-block;width:15px}.vis-label.vis-nesting-group.expanded:before{content:"▼"}.vis-label.vis-nesting-group.collapsed:before{content:"▶"}.vis-rtl .vis-label.vis-nesting-group.collapsed:before{content:"◀"}.vis-ltr .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-left:15px}.vis-rtl .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-right:15px}.vis-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.vis-labelset{overflow:hidden}.vis-labelset,.vis-labelset .vis-label{box-sizing:border-box;position:relative}.vis-labelset .vis-label{border-bottom:1px solid #bfbfbf;color:#4d4d4d;left:0;top:0;width:100%}.vis-labelset .vis-label.draggable{cursor:pointer}.vis-group-is-dragging{background:#0000001a}.vis-labelset .vis-label:last-child{border-bottom:none}.vis-labelset .vis-label .vis-inner{display:inline-block;padding:5px}.vis-labelset .vis-label .vis-inner.vis-hidden{padding:0}.vis-panel{box-sizing:border-box;margin:0;padding:0;position:absolute}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right,.vis-panel.vis-top{border:1px #bfbfbf}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right{border-bottom-style:solid;border-top-style:solid;overflow:hidden}.vis-left.vis-panel.vis-vertical-scroll,.vis-right.vis-panel.vis-vertical-scroll{height:100%;overflow-x:hidden;overflow-y:scroll}.vis-left.vis-panel.vis-vertical-scroll{direction:rtl}.vis-left.vis-panel.vis-vertical-scroll .vis-content,.vis-right.vis-panel.vis-vertical-scroll{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll .vis-content{direction:rtl}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-top{border-left-style:solid;border-right-style:solid}.vis-background{overflow:hidden}.vis-panel>.vis-content{position:relative}.vis-panel .vis-shadow{box-shadow:0 0 10px #000c;height:1px;position:absolute;width:100%}.vis-panel .vis-shadow.vis-top{left:0;top:-1px}.vis-panel .vis-shadow.vis-bottom{bottom:-1px;left:0}.vis-graph-group0{fill:#4f81bd;fill-opacity:0;stroke-width:2px;stroke:#4f81bd}.vis-graph-group1{fill:#f79646;fill-opacity:0;stroke-width:2px;stroke:#f79646}.vis-graph-group2{fill:#8c51cf;fill-opacity:0;stroke-width:2px;stroke:#8c51cf}.vis-graph-group3{fill:#75c841;fill-opacity:0;stroke-width:2px;stroke:#75c841}.vis-graph-group4{fill:#ff0100;fill-opacity:0;stroke-width:2px;stroke:#ff0100}.vis-graph-group5{fill:#37d8e6;fill-opacity:0;stroke-width:2px;stroke:#37d8e6}.vis-graph-group6{fill:#042662;fill-opacity:0;stroke-width:2px;stroke:#042662}.vis-graph-group7{fill:#00ff26;fill-opacity:0;stroke-width:2px;stroke:#00ff26}.vis-graph-group8{fill:#f0f;fill-opacity:0;stroke-width:2px;stroke:#f0f}.vis-graph-group9{fill:#8f3938;fill-opacity:0;stroke-width:2px;stroke:#8f3938}.vis-timeline .vis-fill{fill-opacity:.1;stroke:none}.vis-timeline .vis-bar{fill-opacity:.5;stroke-width:1px}.vis-timeline .vis-point{stroke-width:2px;fill-opacity:1}.vis-timeline .vis-legend-background{stroke-width:1px;fill-opacity:.9;fill:#fff;stroke:#c2c2c2}.vis-timeline .vis-outline{stroke-width:1px;fill-opacity:1;fill:#fff;stroke:#e5e5e5}.vis-timeline .vis-icon-fill{fill-opacity:.3;stroke:none}.vis-time-axis{overflow:hidden;position:relative}.vis-time-axis.vis-foreground{left:0;top:0;width:100%}.vis-time-axis.vis-background{height:100%;left:0;position:absolute;top:0;width:100%}.vis-time-axis .vis-text{box-sizing:border-box;color:#4d4d4d;overflow:hidden;padding:3px;position:absolute;white-space:nowrap}.vis-time-axis .vis-text.vis-measure{margin-left:0;margin-right:0;padding-left:0;padding-right:0;position:absolute;visibility:hidden}.vis-time-axis .vis-grid.vis-vertical{border-left:1px solid;position:absolute}.vis-time-axis .vis-grid.vis-vertical-rtl{border-right:1px solid;position:absolute}.vis-time-axis .vis-grid.vis-minor{border-color:#e5e5e5}.vis-time-axis .vis-grid.vis-major{border-color:#bfbfbf}.vis-timeline{border:1px solid #bfbfbf;box-sizing:border-box;margin:0;overflow:hidden;padding:0;position:relative}.vis-loading-screen{height:100%;left:0;position:absolute;top:0;width:100%}
