.ptr-login-overlay{align-items:center;background:rgba(30,30,30,.95);color:#ccc;display:flex;height:100%;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease-in-out;width:100%;z-index:100000}.ptr-login-overlay.open{opacity:1;pointer-events:all}.ptr-login{flex-grow:0;width:20rem}.ptr-login>div{margin-bottom:.75rem}.ptr-login .ptr-button{margin-right:.5rem}.ptr-input-text{background:none;border:1px solid var(--base50);border-radius:.2rem;display:flex;min-width:10rem}.ptr-input-text.input{height:2rem}.ptr-input-text input{background:none;border:0;border-radius:.2rem;color:var(--base100);flex:1 1;font-size:1rem;line-height:1.5;outline:none;padding:0 .5rem;width:100%}.ptr-input-text input::-webkit-input-placeholder{color:var(--base50)}.ptr-input-text input::placeholder{color:var(--base50)}.ptr-input-text.focus{box-shadow:0 0 2px 1px var(--accent50)}.ptr-input-text.inverted input{background:none;color:var(--base0)}.ptr-input-text.multiline{min-height:2rem}.ptr-input-text.multiline>div{width:100%}.ptr-input-text.multiline .ptr-editable-text{border-radius:.2rem;color:var(--base100);font-size:1rem;outline:none;padding:.25rem .5rem;width:100%}.ptr-input-text.multiline .ptr-editable-text:focus{box-shadow:0 0 2px 2px var(--accent50)}.ptr-input-text.disabled{background:var(--base15);border:1px solid var(--base40)}.ptr-input-text.disabled .ptr-editable-text,.ptr-input-text.disabled input{color:var(--base40)}.ptr-input-text.inverted.disabled{background:var(--base85);border-color:var(--base60)}.ptr-input-text.inverted.disabled input{color:var(--base60)}.ptr-editable-text{background:transparent;border:1px solid transparent;box-sizing:border-box!important;font-size:.825rem;line-height:1.5rem;overflow:hidden;padding:.3rem;resize:none;width:100%}.ptr-editable-text.inverted{color:#ccc}textarea.ptr-editable-text.editing,textarea.ptr-editable-text.empty,textarea.ptr-editable-text:focus{border:1px dashed rgba(0,0,0,.5)}textarea.ptr-editable-text.inverted.editing,textarea.ptr-editable-text.inverted.empty,textarea.ptr-editable-text.inverted:focus{border-color:hsla(0,0%,100%,.5)}textarea.ptr-editable-text.empty.required{border-color:red}.ptr-editable-text-message{color:#ff1e1e;font-size:.75rem;margin:-.1rem 0 .5rem;text-align:right}.ptr-editable-text.large{font-size:1.075rem;line-height:1.5}textarea.ptr-editable-text.invisible,textarea.ptr-editable-text.invisible:focus{border:0}.ptr-button{background:var(--base25);border:1px solid rgba(0,0,0,.02);border-radius:.2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.1);color:var(--base90);display:inline-block;font-size:0;min-height:2rem;outline:none;padding:0 .35rem;position:relative;transition:background .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;vertical-align:top}.ptr-button>*{position:relative;z-index:1}.ptr-button:after{background:transparent;bottom:-1px;content:"";left:-1px;position:absolute;right:-1px;top:-1px;transition:background .3s ease-in-out;z-index:0}.ptr-button:hover{color:var(--base100)}.ptr-button:not(.ghost):hover{border-color:transparent}.ptr-button:not(.ghost):not(.invisible):hover:after{background:hsla(0,0%,100%,.15)}.ptr-button:not(.ghost):not(.invisible):not(.primary):not(.inverted):hover:after,.ptr-dark .ptr-button.inverted:not(.ghost):not(.invisible):not(.primary):hover:after{background:hsla(0,0%,100%,.25)}.ptr-button.inverted:not(.ghost):not(.invisible):not(.primary):hover:after,.ptr-dark .ptr-button:not(.ghost):not(.invisible):not(.primary):not(.inverted):hover:after{background:hsla(0,0%,100%,.07)}.ptr-button:focus:after{border-radius:.2rem;bottom:0;box-shadow:0 0 2px 2px var(--accent50);content:" ";left:0;pointer-events:none;position:absolute;right:0;top:0}.ptr-button.inverted.primary:focus:after,.ptr-button:focus:after{border:1px solid rgba(var(--base100rgb),.5)}.ptr-button.inverted:focus:after,.ptr-button.primary:focus:after{border:1px solid rgba(var(--base0rgb),.5)}.ptr-button.ghost:focus:after,.ptr-button.invisible:focus:after{border:0}.ptr-button-caption{display:inline-block;line-height:1;vertical-align:top}.ptr-button-caption,.ptr-button-content{font-size:1rem;margin:0 .25rem;padding:calc(.55rem - 1px) 0 calc(.45rem - 1px)}.ptr-button>.ptr-icon{display:inline-block;height:1.25rem;margin:calc(.375rem - 1px) .25rem;width:1.25rem}.ptr-button>.ptr-icon .line{fill:currentColor}.ptr-button>.ptr-icon .polygon{fill:transparent;stroke:currentColor}.ptr-button.large{min-height:3rem;padding:0 .5rem}.ptr-button.large:focus:after{box-shadow:0 0 3px 3px var(--accent50)}.ptr-button.large .ptr-button-caption{font-size:1.309rem;margin:0 .4rem;padding:calc(.8455rem - 1px) 0}.ptr-button.large>.ptr-icon{height:1.5rem;margin:calc(.75rem - 1px) .4rem;width:1.5rem}.ptr-button.small{min-height:1.5rem;padding:0 .35rem}.ptr-button.small .ptr-button-caption{font-size:.809rem;margin:0 .15rem;padding:calc(.4rem - 1px) 0 calc(.291rem - 1px)}.ptr-button.small>.ptr-icon{height:1rem;margin:calc(.25rem - 1px) .15rem;width:1rem}.ptr-button.primary{background:var(--accent50);color:var(--base0)}.ptr-button.primary:hover{color:var(--base0)}.ptr-button.secondary{background:var(--accent30);color:var(--base90)}.ptr-button.invisible,.ptr-button.invisible.disabled{background:transparent;border-color:transparent;box-shadow:none}.ptr-button.invisible:hover{background:var(--base20)}.ptr-button.invisible.primary{color:var(--accent60)}.ptr-button.invisible.primary:hover{background:var(--accent20)}.ptr-button.circular{border-radius:50%;height:2.5rem;left:-.15rem;outline:none;position:relative;top:-.15rem;width:2.5rem}.ptr-button.circular>.ptr-icon{height:1.25rem;margin:calc(.625rem - 1px);width:1.25rem}.ptr-button.circular{padding:0}.ptr-button.circular:after,.ptr-button.circular:focus:after{border-radius:50%}.ptr-button.circular.small{height:2rem;width:2rem}.ptr-button.circular.small>.ptr-icon{height:1rem;margin:calc(.5rem - 1px);width:1rem}.ptr-button.circular.large{height:3.5rem;width:3.5rem}.ptr-button.circular.large>.ptr-icon{height:1.5rem;margin:calc(1rem - 1px);width:1.5rem}.ptr-button.side{padding:0}.ptr-button.side-left,.ptr-button.side-right{height:2.5rem;width:1.6rem}.ptr-button.side-left>.ptr-icon,.ptr-button.side-right>.ptr-icon{margin:calc(.625rem - 1px) calc(.2rem - 1px)}.ptr-button.side-left{border-radius:0 .2rem .2rem 0}.ptr-button.side-right{border-radius:.2rem 0 0 .2rem}.ptr-button.side-bottom,.ptr-button.side-top{height:1.6rem;width:2.5rem}.ptr-button.side-bottom>.ptr-icon,.ptr-button.side-top>.ptr-icon{margin:calc(.2rem - 1px) calc(.625rem - 1px)}.ptr-button.side-top{border-radius:0 0 .2rem .2rem}.ptr-button.side-bottom{border-radius:.2rem .2rem 0 0}.ptr-button.ghost{background:transparent;border:1px solid var(--base60);box-shadow:none;padding:0 calc(.35rem - 1px)}.ptr-button.ghost:hover{background:var(--base20)}.ptr-button.ghost.small{padding:0 calc(.35rem - 1px)}.ptr-button.ghost.large{border-width:2px;padding:0 calc(.5rem - 2px)}.ptr-button.ghost.large .ptr-button-caption{padding:calc(.8455rem - 2px) 0}.ptr-button.ghost.large .ptr-icon{margin:calc(.75rem - 2px) .4rem}.ptr-button.ghost.primary{border-color:var(--accent50);color:var(--accent60)}.ptr-button.ghost.primary:hover{background:var(--accent15)}.ptr-button.ghost.side{padding:0}.ptr-button.ghost.side-left{border-left-width:0}.ptr-button.ghost.side-right{border-right-width:0}.ptr-button.ghost.side-top{border-top-width:0}.ptr-button.ghost.side-bottom{border-bottom-width:0}.ptr-button.ghost.side-left>.ptr-icon,.ptr-button.ghost.side-right>.ptr-icon{margin:calc(.625rem - 1px) calc(.2rem - 1px)}.ptr-button.ghost.side-bottom>.ptr-icon,.ptr-button.ghost.side-top>.ptr-icon{margin:calc(.2rem - 1px) calc(.625rem - 1px)}.ptr-button.inverted{background:var(--base70);color:var(--base0)}.ptr-button.primary.inverted{background:var(--accent50);color:var(--base100)}.ptr-button.primary.inverted:hover{color:var(--base100)}.ptr-button.secondary.inverted{background:var(--accent70);color:var(--base10)}.ptr-button.secondary.inverted:hover{color:var(--base0)}.ptr-button.inverted.invisible{background:transparent;border-color:transparent;box-shadow:none}.ptr-button.invisible.inverted:hover{background:var(--base80)}.ptr-button.inverted.ghost{background:transparent;border-color:var(--base30);box-shadow:none}.ptr-button.inverted.ghost:hover{background:var(--base85)}.ptr-button.inverted.ghost.primary{border-color:var(--accent50);color:var(--accent50)}.ptr-button.inverted.ghost.primary:hover{background:var(--accent95)}.ptr-button:not(.disabled){cursor:pointer}.ptr-button.disabled,.ptr-button.primary.disabled,.ptr-button.secondary.disabled{background:var(--base15);color:var(--base35);pointer-events:none}.ptr-button.inverted.disabled,.ptr-button.primary.inverted.disabled,.ptr-button.secondary.inverted.disabled{background:var(--base85);color:var(--base65)}.ptr-button.ghost.disabled{background:transparent;border-color:var(--base25);color:var(--base35)}.ptr-button.disabled .ptr-icon .line{fill:var(--base35)}.ptr-button.disabled .ptr-icon .polygon{stroke:var(--base35)}.ptr-button-menu{position:absolute;z-index:2}.ptr-button-menu.bottom{top:100%}.ptr-button-menu.top{bottom:100%}.ptr-button-menu.left{right:0}.ptr-button-menu.right{left:0}.ptr-buttons .ptr-button{margin-bottom:.5rem}.ptr-buttons .ptr-button-group:not(:first-child),.ptr-buttons .ptr-button:not(:first-child){margin-left:.5rem}.ptr-buttons.vertical{display:flex;flex-direction:column}.ptr-buttons.vertical .ptr-button{margin-bottom:0;margin-left:0}.ptr-buttons.vertical .ptr-button:not(:first-child){margin-top:.5rem}.ptr-button-group{display:inline-block;position:relative}.ptr-button-group .ptr-button,.ptr-buttons .ptr-button-group .ptr-button{margin:0}.ptr-button-group .ptr-button:not(:last-child),.ptr-button-group .ptr-button:not(:last-child):after{border-bottom-right-radius:0;border-top-right-radius:0}.ptr-button-group .ptr-button:not(:first-child),.ptr-button-group .ptr-button:not(:first-child):after{border-bottom-left-radius:0;border-top-left-radius:0}.ptr-button-group .ptr-button:not(:first-child){border-left:0}.ptr-button-group .ptr-button:focus{z-index:2}.ptr-button-switch .ptr-button.active,.ptr-button-switch .ptr-button.ghost.active{background:var(--accent50);color:var(--base10)}.ptr-icon.ptr-inline-icon{fill:currentColor;height:1em;width:1em}.ptr-icon-baseline .ptr-icon.ptr-inline-icon{position:relative;top:.2em}.ptr-icon-inline-wrap{align-self:center;display:inline-flex}.ptr-menu{background:#eee;overflow:hidden;transition:height .2s ease-in-out,box-shadow .1s ease-in-out .1s}.ptr-menu.open{box-shadow:0 0 2px 1px rgba(0,0,0,.3);transition:height .2s ease-in-out,box-shadow .1s ease-in-out}.ptr-menu-item{background:var(--base10);height:2rem;overflow:hidden;padding:.25rem;transition:background .3s ease-in-out;white-space:nowrap}.ptr-menu-item.disabled{color:var(--base20);pointer-events:none}.ptr-menu-item.disabled>.ptr-icon .line,.ptr-menu-item.disabled>.ptr-icon .polygon{stroke:#b7b7b7}.ptr-menu-item:not(:first-child){border-top:1px solid var(--base30)}.ptr-menu-item:hover{background:var(--base30)}.ptr-menu-item>.ptr-icon{display:inline-block;height:1.25rem;margin:.125rem .25rem;width:1.25rem}.ptr-menu-item>.ptr-icon .line,.ptr-menu-item>.ptr-icon .polygon{stroke:#333}.ptr-menu-item-caption{color:var(--base95);display:inline-block;font-size:.9375rem;line-height:1.5rem;margin:0 .25rem;vertical-align:top}.ptr-menu-item.disabled .ptr-menu-item-caption{color:var(--base30)}.ptr-GeonamesSearch{width:20rem}.ptr-GeonamesSearch>div>.wrapper{background:var(--base05);border:1px solid var(--base30);border-radius:1.125rem}.ptr-GeonamesSearch>div>.wrapper>div:first-child{align-items:center;border-radius:1.125rem;display:flex;height:100%;min-height:2.25rem;padding-left:.25rem}.ptr-GeonamesSearch>div>.wrapper>div:last-child>div.line{border-top-color:var(--base30);margin:0}.ptr-GeonamesSearch>div>.wrapper>div:last-child>ul{max-height:12rem;overflow-y:auto;padding-bottom:.5rem}.ptr-GeonamesSearch>div>.wrapper>div:last-child>ul>li>div{margin-left:.75rem}.ptr-GeonamesSearch>div>.wrapper>div:last-child>ul>li.selected{background:var(--base25)}.ptr-GeonamesSearch>div>.wrapper>div:last-child>ul>li>svg{display:none}.ptr-GeonamesSearch>div>.wrapper>div>svg{margin:0 0 0 .25rem}.ptr-GeonamesSearch>div>.wrapper>div>input{color:var(--base90);font-size:1rem;height:2.25rem;margin:0 0 0 .5rem;padding:.15rem 0 0}.ptr-GeonamesSearch>div>.wrapper>div>input::-webkit-input-placeholder{color:var(--base40);font-style:italic}.ptr-GeonamesSearch>div>.wrapper>div>input::placeholder{color:var(--base40);font-style:italic}.ptr-GeonamesSearch>div>.wrapper>div>div:not(.line){align-items:center;display:flex;margin:0 .5rem;padding:0}.ptr-GeonamesSearchSuggestionItem.is-disabled{pointer-events:none}.ptr-GeonamesSearchSuggestionItem-name{color:var(--base90);font-size:.809rem;font-weight:700}.ptr-GeonamesSearchSuggestionItem-description{color:var(--base60);font-size:.809rem}.ptr-GeonamesSearchSuggestionItem.is-disabled .ptr-GeonamesSearchSuggestionItem-description{color:var(--base50);font-style:italic}.ptr-screen-viewport{height:100%;overflow:hidden;position:relative;width:100%}.ptr-screen-container{display:flex;height:100%;left:0;position:absolute;top:0;transition:left .3s ease-in-out}.ptr-screen-container>div{height:100%;position:relative}.ptr-screens{bottom:0;display:flex;left:0;overflow:hidden;position:absolute;right:0;top:0}.ptr-screen{background:#c7c5c2;box-shadow:-5px 0 15px -5px rgba(0,0,0,.6);overflow-x:hidden;position:relative;transition:width .5s ease-in-out}.ptr-screen.base{flex-grow:1}.ptr-screen.focused{outline:none}.ptr-screen p,.ptr-screen-overlay{bottom:0;position:absolute}.ptr-screen-overlay{background:transparent;left:0;pointer-events:none;right:0;top:0;transition:background .2s ease-in-out,box-shadow .2s ease-in-out .3s}.ptr-screen.focused .ptr-screen-overlay{box-shadow:inset 0 .75rem 0 -.25rem rgba(var(--accent6rgb),.6);outline:none}.ptr-screen.disabled>.ptr-screen-overlay{background:hsla(45,2%,50%,.5);cursor:pointer;pointer-events:all}.ptr-screen.disabled>.ptr-screen-overlay:hover{background:hsla(30,2%,59%,.5)}.ptr-screen.disabled>.ptr-screen-scroll{-webkit-filter:blur(1px);filter:blur(1px)}.ptr-screen-controls{cursor:pointer;position:absolute}.ptr-screen-controls.top{top:1rem}.ptr-screen-controls.middle{top:50%}.ptr-screen-controls>.ptr-button{color:var(--base5)}.ptr-screen-controls>.ptr-button.ghost{border-color:var(--base2);transition:border-color .3s ease-in-out,color .3s ease-in-out}.ptr-screen.disabled .ptr-screen-controls>.ptr-button{color:var(--base6)}.ptr-screen.disabled .ptr-screen-controls>.ptr-button.ghost{border-color:var(--base4)}.ptr-screen-controls>.ptr-button:hover,.ptr-screen.disabled .ptr-screen-controls>.ptr-button:hover{color:var(--base7)}.ptr-screen-controls>.ptr-button.ghost:hover,.ptr-screen.disabled .ptr-screen-controls>.ptr-button.ghost:hover{background:none;border-color:var(--base5)}.ptr-screen-scroll{height:100%;outline:none;overflow-x:hidden;width:100%}.ptr-screen-scroll>div{height:100%}.ptr-screen-content{padding:0 2rem}.ptr-screen-scroll::-webkit-scrollbar{width:.9375rem}.ptr-screen-scroll::-webkit-scrollbar-button{background:rgba(0,0,0,.17);height:.9375rem}.ptr-screen-scroll::-webkit-scrollbar-button:vertical:decrement{background-image:url(../../static/media/triangle-up.ad217d073e50d248acbc.svg);background-size:contain}.ptr-screen-scroll::-webkit-scrollbar-button:vertical:increment{background-image:url(../../static/media/triangle-down.11180903a0d29261c0a0.svg);background-size:contain}.ptr-screen-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.ptr-screen-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15)}.ptr-screen-scroll::-webkit-scrollbar-button:hover,.ptr-screen-scroll::-webkit-scrollbar-thumb:hover{background:rgba(60,30,0,.2)}.ptr-screen-scroll::-webkit-scrollbar-button:active,.ptr-screen-scroll::-webkit-scrollbar-thumb:active{background:rgba(40,35,20,.5)}.ptr-screen-scroll::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.075)}.ptr-user{align-items:center;display:flex;height:2.5rem;justify-content:flex-end}.ptr-user>div{flex-grow:0}.ptr-user-options{align-items:center;display:flex}.ptr-user-login,.ptr-user-name{display:flex;font-size:1rem;height:2rem;overflow:hidden;padding:.25rem;white-space:nowrap}.ptr-user-login{align-items:center;display:flex;height:2.5rem}.ptr-user-login>a{cursor:pointer}.ptr-icon,.ptr-react-icon{height:1.25rem;width:1.25rem}.ptr-react-icon.clockwise270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ptr-windows-container{height:100%;overflow:hidden;position:relative;width:100%;z-index:10}.ptr-window{background:var(--base0);border-radius:.2rem;border-top:1px solid var(--base20);box-shadow:0 7px 10px 0 rgba(var(--base100rgb),.25);z-index:9999}.ptr-window-handle{cursor:move}.ptr-window-header{border-bottom:1px solid var(--base25);display:flex;height:2.5rem}.ptr-window-title{align-items:center;color:var(--base75);display:flex;flex-grow:1;font-size:1rem;font-weight:700;overflow:hidden;padding:.5rem .3rem .5rem .6rem;text-overflow:ellipsis;white-space:nowrap}.ptr-window-title>.ptr-icon{fill:currentColor;height:1.25rem;margin-right:.35rem;width:1.25rem}.ptr-window-controls{height:2.5rem;padding:calc(.375rem - 1px) .3rem}.ptr-window-controls.fixed{position:fixed;right:calc(.15rem + 16px);top:.15rem}.ptr-window-controls.fixed .ptr-window-control{background:rgba(var(--base100rgb),.1);border-radius:.75rem;margin-left:.3rem;transition:background .3s ease-in-out}.ptr-window-controls.fixed .ptr-window-control:hover{background:rgba(var(--base100rgb),.2)}.ptr-window-control{align-items:center;cursor:pointer;display:flex;height:1.75rem;justify-content:center;padding:.25rem;width:1.75rem}.ptr-window-control .ptr-icon{height:1.25rem;width:1.25rem}.ptr-window-control .ptr-icon .line{fill:var(--base40);transition:fill .3s ease-in-out}.ptr-window-control:hover .ptr-icon .line{fill:var(--base80)}.ptr-window-controls{display:flex}.ptr-window-content{height:calc(100% - 2.5rem);overflow:auto}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;font-weight:400;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{height:auto;max-width:100%}
/*! EDITED normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}hr{box-sizing:initial;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}textarea{overflow:auto;resize:vertical;vertical-align:top}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:none;outline-offset:-2px}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{font-family:Roboto,sans-serif;line-height:1.5}code,pre{font-family:courier new,Courier,monospace}h1,h2,h3,h4,h5,h6,p{color:var(--base90);max-width:50rem}h1{font-size:2.118rem;line-height:1.05;margin-bottom:1.7239rem}h1,h2{font-weight:700}h2{font-size:1.618rem;line-height:1.15;margin:2.1393rem 0 1.5rem}h3{font-size:1.309rem;font-weight:700;line-height:1.25;margin:1.86375rem 0 1rem}h4{margin:1.5rem 0 1rem}h4,h5{font-size:1rem;font-weight:700}h5{margin-top:1.5rem}p{color:var(--base90);font-size:1rem;margin-bottom:1rem}a{color:var(--accent50)}a:visited{color:var(--accent70)}a:hover{color:var(--accent40)}a:visited:hover{color:var(--accent55)}li{color:var(--base90);max-width:50rem}hr{border:0;border-top:1px solid #ccc;margin:1rem 0;width:50rem}#ptr,#ptr-app{bottom:0;left:0;position:absolute;right:0;top:0}.ptr-light{--base0:#fffefc;--base0rgb:255,254,252;--base05:#f8f7f5;--base10:#f3f2f0;--base15:#edecea;--base20:#e5e4e2;--base25:#dad9d7;--base30:#cccbc9;--base35:#bcbbb9;--base40:#abaaa8;--base45:#989896;--base50:#868684;--base50rgb:134,134,132;--base55:#757473;--base60:#666563;--base65:#595856;--base70:#4e4d4b;--base75:#444442;--base80:#3c3c3a;--base85:#343432;--base90:#2b2a28;--base95:#1d1d1b;--base100:#040300;--base100rgb:4,3,0;--accent05:#f2f9f6;--accent10:#e8f5f2;--accent15:#ddf0ed;--accent20:#cee9e6;--accent25:#b9e1dd;--accent30:#9ed6d1;--accent35:#7bc9c4;--accent40:#4ebab5;--accent45:#2aa8a3;--accent50:#2a948f;--accent50rgb:42,148,143;--accent55:#29817d;--accent60:#27706c;--accent65:#25615d;--accent70:#235551;--accent75:#214a47;--accent80:#1f423f;--accent85:#1c3936;--accent90:#192e2b;--accent95:#141f1d}.ptr-dark{--base0:#040300;--base0rgb:4,3,0;--base05:#131313;--base10:#1d1d1d;--base15:#272726;--base20:#323231;--base25:#3e3e3d;--base30:#4b4b4a;--base35:#595858;--base40:#676766;--base45:#767574;--base50:#848483;--base50rgb:132,132,131;--base55:#939291;--base60:#a0a09f;--base65:#aeadac;--base70:#bbbab8;--base75:#c7c6c5;--base80:#d3d2d1;--base85:#dfdedd;--base90:#ebeae8;--base95:#f6f5f3;--base100:#fffefc;--base100rgb:255,254,252;--accent05:#131d1b;--accent10:#172826;--accent15:#1a2f2d;--accent20:#1c3734;--accent25:#1e403d;--accent30:#214c49;--accent35:#245b57;--accent40:#276c68;--accent45:#297e7a;--accent50:#2a908b;--accent50rgb:42,144,139;--accent55:#2ba09b;--accent60:#2aada8;--accent65:#3eb6b1;--accent70:#53bcb7;--accent75:#60c0bb;--accent80:#6cc4bf;--accent85:#7cc9c4;--accent90:#95d3ce;--accent95:#bde3de}.ptr-bo-colours{--base0:#c7c5c2;--base0rgb:199,197,194;--base1:#bebcb9;--base2:#b6b4b1;--base3:#aba9a6;--base4:#989694;--base5:#81807d;--base6:#6a6866;--base7:#565553;--base8:#494846;--base9:#3b3a38;--base10:#2a2927;--base11:#191917;--base12:#040300;--base12rgb:4,3,0;--accent0:#c7c5c2;--accent1:#b9beba;--accent2:#abb7b3;--accent3:#9aaeaa;--accent4:#7b9d99;--accent5:#528a85;--accent6rgb:34,116,112;--accent6:#227470;--accent7:#215e5b;--accent8:#1f504d;--accent9:#1c403d;--accent10:#182d2a;--accent11:#121b19;--accent12:#040300}.ptr-light{--accent0:#fffefc;--accent0rgb:255,254,252;--accent05:#fdf6e5;--accent05rgb:253,246,229;--accent10:#fbefce;--accent10rgb:251,239,206;--accent15:#f8e7b7;--accent15rgb:248,231,183;--accent20:#f6dfa0;--accent20rgb:246,223,160;--accent25:#f4d889;--accent25rgb:244,216,137;--accent30:#f2d072;--accent30rgb:242,208,114;--accent35:#f0c85b;--accent35rgb:240,200,91;--accent40:#eec144;--accent40rgb:238,193,68;--accent45:#ebb92d;--accent45rgb:235,185,45;--accent50:#e9b116;--accent50rgb:233,177,22;--accent55:#d2a014;--accent55rgb:210,160,20;--accent60:#bb8e12;--accent60rgb:187,142,18;--accent65:#a47d0f;--accent65rgb:164,125,15;--accent70:#8e6c0d;--accent70rgb:142,108,13;--accent75:#775a0b;--accent75rgb:119,90,11;--accent80:#604909;--accent80rgb:96,73,9;--accent85:#493707;--accent85rgb:73,55,7;--accent90:#322604;--accent90rgb:50,38,4;--accent95:#1b1402;--accent95rgb:27,20,2;--accent100:#040300;--accent100rgb:4,3,0}.ptr-dark{--accent0:#040300;--accent0rgb:4,3,0;--accent05:#1b1402;--accent05rgb:27,20,2;--accent10:#322604;--accent10rgb:50,38,4;--accent15:#493707;--accent15rgb:73,55,7;--accent20:#604909;--accent20rgb:96,73,9;--accent25:#775a0b;--accent25rgb:119,90,11;--accent30:#8e6c0d;--accent30rgb:142,108,13;--accent35:#a47d0f;--accent35rgb:164,125,15;--accent40:#bb8e12;--accent40rgb:187,142,18;--accent45:#d2a014;--accent45rgb:210,160,20;--accent50:#e9b116;--accent50rgb:233,177,22;--accent55:#ebb92d;--accent55rgb:235,185,45;--accent60:#eec144;--accent60rgb:238,193,68;--accent65:#f0c85b;--accent65rgb:240,200,91;--accent70:#f2d072;--accent70rgb:242,208,114;--accent75:#f4d889;--accent75rgb:244,216,137;--accent80:#f6dfa0;--accent80rgb:246,223,160;--accent85:#f8e7b7;--accent85rgb:248,231,183;--accent90:#fbefce;--accent90rgb:251,239,206;--accent95:#fdf6e5;--accent95rgb:253,246,229;--accent100:#fffefc;--accent100rgb:255,254,252}input{accent-color:var(--accent60)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--base40);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--base50)}.ptr-MapAttribution{color:var(--base50);font-size:.618rem;padding:.1rem .35rem;position:relative;z-index:2}.ptr-MapAttribution a{color:var(--base50)}.ptr-ExpandableLabelsContainer{display:block}.ptr-ExpandableLabelsContainer>.ptr-ExpandableLabel{float:left;margin:0 .35rem .35rem 0}.ptr-ExpandableLabelsContainer.is-right>.ptr-ExpandableLabel{margin:0 0 .35rem .35rem}.ptr-ExpandableLabel{border-radius:.25rem;max-width:20rem;position:relative}.ptr-ExpandableLabel.is-floating{box-shadow:0 3px 3px rgba(0,0,0,.25)}.ptr-ExpandableLabelHeader{border-radius:.25rem;display:flex;width:100%}.ptr-ExpandableLabelHeader-content{flex:1 1}.ptr-ExpandableLabelHeader-controlButton{align-items:center;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;display:flex;height:100%;padding:0 .15rem}.ptr-ExpandableLabelHeader-controlButton .ptr-icon{height:100%;-webkit-transform:rotate(270deg);transform:rotate(270deg);transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:.85rem}.ptr-ExpandableLabelBody{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;height:0;overflow-y:hidden;position:absolute;transition:height .5s ease-in-out;width:100%;z-index:2}.ptr-ExpandableLabel.is-floating .ptr-ExpandableLabelBody{box-shadow:0 3px 3px rgba(0,0,0,.35)}.ptr-ExpandableLabelBody>div{width:100%}.ptr-ExpandableLabel.is-expanded,.ptr-ExpandableLabelHeader.is-expanded{border-bottom-left-radius:0;border-bottom-right-radius:0}.ptr-ExpandableLabelHeader.is-expanded .ptr-ExpandableLabelHeader-controlButton .ptr-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ptr-ExpandableLabelBody.is-expanded{display:flex;height:10rem}.ptr-ExpandableLabelBody>div{height:10rem;overflow-y:auto}.ptr-ModalOverlay{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%);background-color:rgba(var(--base100rgb),.65);z-index:999}.ptr-Modal-header{height:3rem}.ptr-Modal-closeButton{padding:0 .1rem;position:absolute;right:0;top:0}.ptr-Modal-content{max-height:calc(100% - 3rem)}.worldCereal-MetadataInfoItem{max-width:60rem}.worldCereal-MetadataInfoItem:not(:last-child){margin-bottom:3rem}.worldCereal-MetadataInfoItemHeader{display:flex;margin-bottom:.5rem}.worldCereal-MetadataInfoItemHeader-title{flex:1 1;margin:0;word-break:break-word}.worldCereal-MetadataInfoItemHeader-tools{margin-left:1rem;min-width:7rem}.worldCereal-MetadataInfoItemHeader-download.disabled .ptr-icon .line{stroke:var(--base35)}.worldCereal-MetadataInfoItemBasics{-webkit-column-count:2;column-count:2;-webkit-column-gap:3rem;column-gap:3rem}.worldCereal-MetadataInfoItemRec{font-size:.809rem}.worldCereal-MetadataInfoItemRec-label{display:inline-block;font-weight:700;margin-right:.25rem}.worldCereal-MetadataInfoItemRec-label:first-letter{text-transform:uppercase}.worldCereal-MetadataInfoItemRec .worldCereal-MetadataInfoItemRec-value{overflow-wrap:break-word}.worldCereal-MetadataInfoItemUrl{margin-top:.5rem}.worldCereal-MetadataInfoItemTiles-BtnShowTiles{transition:.5s}.worldCereal-MetadataInfoItemTiles-BtnShowTiles>.ptr-IconTool{height:1.3rem;width:1.3rem}.worldCereal-MetadataInfoItemTiles-content{font-size:.809rem;margin:0 .5rem 0 0}.worldCereal-MetadataInfoItemTiles-content:hover{color:#000}.worldCereal-Modal{background:var(--base05)}.worldCereal-MetadataInfoTitle{color:var(--base90);line-height:4rem;margin:0;padding:0 1.5rem}.worldCereal-MetadataInfo{overflow:hidden;padding:1.5rem}.worldCereal-MetadataInfoItemTiles{display:flex;flex-direction:row;flex-wrap:wrap;font-size:.809rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:.5rem}.worldWater-ConfidenceLayerControlHelp{fill:var(--base10);margin-right:.5rem;pointer-events:auto}.worldWater-ConfidenceLayerControlHelp-wrapper{align-items:center;display:flex;justify-content:center}.ptr-Toggle{border:.1rem solid var(--base55);border-radius:.55rem;cursor:pointer;height:1.1rem;position:relative;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;width:1.7rem}.ptr-Toggle-bullet{background:var(--base60);border-radius:.55rem;height:.7rem;left:.1rem;position:absolute;top:.1rem;transition:left .15s ease-in-out,background-color .15s ease-in-out;width:.7rem}.ptr-Toggle.is-on{background:var(--accent10);border:.1rem solid var(--accent45)}.ptr-Toggle.is-on .ptr-Toggle-bullet{background:var(--accent55);left:.7rem}.ptr-Toggle.is-disabled{border-color:var(--base25);pointer-events:none}.ptr-Toggle.is-on.is-disabled{border-color:var(--accent25)}.ptr-Toggle.is-disabled .ptr-Toggle-bullet{background:var(--base25)}.ptr-Toggle.is-on.is-disabled .ptr-Toggle-bullet{background:var(--accent25)}.ptr-OpacitySlider{border-radius:5rem;height:.3rem;margin-right:.25rem;width:5rem}.ptr-OpacitySlider-thumb{align-items:center;background:var(--base70);border:2px solid var(--base70);border-radius:.85rem;color:var(--accent10);cursor:pointer;display:flex;font-size:.809rem;height:1.6rem;justify-content:center;margin-top:-.65rem;width:1.6rem}.ptr-OpacitySlider.disabled .ptr-OpacitySlider-thumb{background:var(--base30);border:2px solid var(--base30);color:var(--base50)}.ptr-OpacitySlider-thumb:hover{background:var(--base50)}.ptr-OpacitySlider-track{border-radius:999px;bottom:0;top:0}.ptr-OpacitySlider-track-0{background:var(--base70)}.ptr-OpacitySlider-track-1,.ptr-OpacitySlider.disabled .ptr-OpacitySlider-track-0{background:var(--base30)}.worldCereal-ProductLabel{background:var(--accent30);min-width:12rem}.worldCereal-ProductLabel.worldCereal-LayerLabel .ptr-ExpandableLabelHeader>div>div.ptr-button{min-height:0;min-height:auto}.worldCereal-ProductLabelHeader{border-right:1px solid rgba(var(--base50rgb),.25);display:flex;font-size:.809rem}.worldCereal-ProductLabelHeader-color{background:var(--base50);border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;width:5px}.ptr-ExpandableLabel.is-expanded .worldCereal-ProductLabelHeader-color{border-bottom-left-radius:0}.worldCereal-ProductLabelHeader-body{padding:.25rem .75rem .25rem .5rem}.worldCereal-ProductLabelHeader-title{align-items:center;display:flex}.worldCereal-ProductLabelHeader-product{font-size:.809rem;font-weight:700;margin-right:.25rem}.worldCereal-ProductLabelHeader-period{font-size:.618rem;line-height:1rem}.worldCereal-ProductLabelHeader-zone{font-size:.618rem}.worldCereal-ProductLabelHeader-productsCount{line-height:1rem}.worldCereal-ProductLabelHeader-productsCount em{font-weight:700}.worldCereal-ProductLabelBody{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%);background:rgba(var(--base100rgb),.75);display:flex;flex-direction:column;width:100%}.worldCereal-ProductLabelBodyItem{align-items:center;border-top:1px solid var(--base80);color:var(--base10);display:flex;font-size:.809rem;height:2rem;padding:0 .5rem}.worldCereal-ProductLabelBodyItem:last-of-type{border-bottom:1px solid var(--base80)}.worldCereal-ProductLabelBodyItem.is-hoverable{cursor:pointer}.worldCereal-ProductLabelBodyItem.is-hoverable:hover{background:rgba(var(--base50rgb),.5)}.worldCereal-ProductLabelBodyItem.is-dangerous{color:#c12123}.worldCereal-ProductLabelBodyItem.is-dangerous:hover{background:#f1d7d8}.worldCereal-ProductLabelBodyItem.is-disabled{color:var(--base50);cursor:auto;pointer-events:none}.worldCereal-ProductLabelBodyItem.is-disabled:hover{background:none}.worldCereal-ProductLabelBodyItem-title{flex:1 1}.worldCereal-ProductLabelBodyItem-tool{align-items:center;display:flex;height:100%;margin-left:1rem}.worldCereal-ProductLabelBodyItem .ptr-icon{height:100%;width:1rem}.worldCereal-ProductLabelBodyItem .ptr-icon .line{fill:var(--base20)}.worldCereal-ProductLabelBodyItem.is-dangerous .ptr-icon .line{fill:#c12123}.worldCereal-ProductLabelLegend{background:var(--base75);border-top:1px solid var(--base80);height:3.5rem;padding:.5rem}.worldCereal-ProductLabelLegendItem{align-items:center;color:var(--base10);display:flex;font-size:.809rem;font-style:italic}.worldCereal-ProductLabelLegendItem>div{border:1px solid var(--base50);border-radius:.15rem;height:1rem;margin-right:.35rem;width:1.25rem}.ptr-LayerLabelTool{align-items:center;border-top:1px solid var(--base80);color:var(--base10);display:flex;font-size:.809rem;height:2rem;padding:0 .5rem;text-decoration:none}.ptr-LayerLabelTool:first-child{border-top:0}.ptr-LayerLabelTool.is-hoverable{cursor:pointer}.ptr-LayerLabelTool.is-hoverable:hover,a.ptr-LayerLabelTool.is-hoverable:hover{background:rgba(var(--base50rgb),.5);color:var(--base85)}.ptr-LayerLabelTool.is-dangerous{color:#c12123}.ptr-LayerLabelTool.is-dangerous:hover{background:#f1d7d8}.ptr-LayerLabelTool.is-disabled{color:var(--base50);pointer-events:none}.ptr-LayerLabelTool-title{color:var(--base10);flex:1 1;white-space:nowrap}.ptr-LayerLabelTool-control{align-items:center;display:flex;height:100%}.worldCereal-MapLegends{bottom:2.2rem;display:flex;flex-direction:column;position:absolute;right:.7rem;z-index:2}.worldCereal-MapLegends.is-left{left:.7rem;right:auto}.worldCereal-ColorClasses{display:flex;flex-direction:column;width:100%}.worldCereal-ColorClassesBar{display:flex;flex-direction:row;height:.5rem;padding:0 1rem;width:100%}.worldCereal-ColorClassesBarItem{flex:1 1}.worldCereal-ColorClassesValues{display:flex;flex-direction:row;margin:.1rem 0 0 .3rem;width:100%}.worldCereal-ColorClassesValues.is-firstAndLast{justify-content:space-between}.worldCereal-ColorClassesValues.without-unit .worldCereal-ColorClassesValue:last-child{flex:.5 1;padding:0}.worldCereal-ColorClassesValue,.worldCereal-ColorClassesValuesUnit{color:var(--base50);display:flex;flex:1 1;font-size:.809rem;padding-left:.3rem;text-align:center}.worldCereal-ColorClassesValue:last-child{flex:0 1;padding-left:0}.worldCereal-ColorClassesValues.is-firstAndLast .worldCereal-ColorClassesValue{flex:0 1}.worldCereal-ColorClassesValuesUnit{color:var(--base50);font-size:.809rem}.worldCereal-MapWrapper{position:relative}.ptr-map-wrapper.worldCereal-MapWrapper.active:after{border:2px dashed var(--accent50);z-index:1}.ptr-map-wrapper.worldCereal-MapWrapper.not-highlight-active.active:after,.ptr-map-wrapper.worldCereal-MapWrapper.one-map.active:after{border:0}.worldCereal-MapProductLabelContainer{left:.4rem;max-width:calc(100% - 2rem);position:absolute;top:.4rem;z-index:2}.worldCereal-MapProductLabelContainer.is-right{left:auto;right:.4rem}.worldCereal-MapProductLabelContainer>div{position:relative}.worldCereal-MapTools{grid-gap:.35rem;display:flex;position:absolute;right:.5rem;top:.5rem;z-index:2}.worldCereal-MapTools .ptr-IconTool.is-floating:hover{background:var(--accent20);color:var(--base100)}.worldCereal-MapTools .ptr-IconTool.is-floating:hover .line{fill:var(--base100)}.worldCereal-MapToolsButton.ptr-button{background:var(--base40);border-radius:0;padding:0 .15rem}.ptr-map-wrapper.worldCereal-MapWrapper.active .worldCereal-MapToolsButton.ptr-button{background:var(--accent30)}.ptr-IconTool.is-floating.worldCereal-toggleDataQuery.active{background:var(--accent50);color:var(--base100)}.ptr-IconTool.is-floating.worldCereal-toggleDataQuery.active:hover{background:var(--accent30)}.ptr-IconTool{align-items:center;border-radius:1.5rem;color:var(--base60);cursor:pointer;display:flex;height:2.25rem;justify-content:center;position:relative;width:2.25rem}.ptr-IconTool:hover{background:rgba(var(--base50rgb),.12);color:var(--base80)}.ptr-dark .ptr-IconTool:hover{background:rgba(var(--base50rgb),.25)}.ptr-IconTool.is-small{height:1.75rem;width:1.75rem}.ptr-IconTool.is-medium .ptr-icon,.ptr-IconTool.is-medium .ptr-react-icon,.ptr-IconTool.is-small .ptr-icon,.ptr-IconTool.is-small .ptr-react-icon{height:1.125rem;width:1.125rem}.ptr-IconTool.is-medium{height:2rem;width:2rem}.ptr-IconTool.is-active{color:var(--accent55)}.ptr-IconTool.is-disabled{color:var(--base25);pointer-events:none}.ptr-IconTool.is-floating{background:var(--base05);box-shadow:0 2px 5px rgba(0,0,0,.35);position:relative;z-index:2}.ptr-dark .ptr-IconTool.is-floating{border:.05rem solid var(--base30)}.ptr-IconTool.is-floating:hover{background:var(--base05)}.ptr-IconTool.is-floating:hover:after{background:rgba(var(--base50rgb),.12);border-radius:1.5rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.ptr-dark .ptr-IconTool.is-floating:hover:after{background:rgba(var(--base50rgb),.25)}.ptr-IconTool.is-rectangular{border-radius:.25rem}.ptr-ZoomControls>.ptr-map-controls{bottom:auto;position:relative;right:auto}.ptr-ZoomControls .zoom-control.control{background:var(--base05);box-shadow:0 2px 5px rgba(0,0,0,.35);display:flex;flex-direction:column}.ptr-ZoomControls.is-horizontal .zoom-control.control{flex-direction:row-reverse}.ptr-dark .ptr-ZoomControls .zoom-control.control{border:.05rem solid var(--base30)}.ptr-ZoomControls.zoom-control.control .ptr-button{align-items:center;background:var(--base05);display:flex;height:2rem;justify-content:center;transition:none;width:2rem}.ptr-ZoomControls .zoom-control.control{border-radius:1rem}.ptr-ZoomControls .zoom-control.control .ptr-button:hover{background:rgba(var(--base50rgb),.12)}.ptr-dark .ptr-ZoomControls .zoom-control.control .ptr-button:hover{background:rgba(var(--base50rgb),.25)}.ptr-ZoomControls.is-horizontal .ptr-map-controls .control>.ptr-button:not(:first-child){border:0}.ptr-ZoomControls .zoom-control.control .ptr-button:first-child,.ptr-ZoomControls .zoom-control.control .ptr-button:first-child:hover{border-radius:1rem 1rem 0 0}.ptr-ZoomControls.is-horizontal .zoom-control.control .ptr-button:first-child,.ptr-ZoomControls.is-horizontal .zoom-control.control .ptr-button:first-child:hover{border-radius:0 1rem 1rem 0}.ptr-ZoomControls .zoom-control.control .ptr-button:last-child,.ptr-ZoomControls .zoom-control.control .ptr-button:last-child:hover{border-radius:0 0 1rem 1rem}.ptr-ZoomControls.is-horizontal .zoom-control.control .ptr-button:last-child,.ptr-ZoomControls.is-horizontal .zoom-control.control .ptr-button:last-child:hover{border-radius:1rem 0 0 1rem}.ptr-ZoomControls .zoom-control.control .ptr-button>.ptr-icon{color:var(--base60);height:1.25rem;width:1.25rem}.ptr-ZoomControls .zoom-control.control .ptr-button:first-child>.ptr-icon{margin-top:.5rem}.ptr-ZoomControls.is-horizontal .zoom-control.control .ptr-button:first-child>.ptr-icon{margin-top:.35rem}.ptr-ZoomControls .zoom-control.control .ptr-button:last-child>.ptr-icon{margin-bottom:.5rem}.ptr-ZoomControls.is-horizontal .zoom-control.control .ptr-button:last-child>.ptr-icon{margin-bottom:.35rem}.ptr-ZoomControls .zoom-control.control .ptr-button:hover>.ptr-icon{color:var(--base80)}.ptr-map-controls{bottom:.5rem;display:flex;flex-direction:column;position:absolute;right:.5rem;z-index:999}.ptr-map-controls .control{background:hsla(0,0%,100%,.8);border-radius:.3rem;box-shadow:0 0 .3rem 0 rgba(0,0,0,.3);margin-bottom:.5rem;z-index:15}.ptr-map-controls .control:last-child{margin-bottom:0}.ptr-map-controls .control>.ptr-button:focus,.ptr-map-controls .menu-control>.ptr-button:focus{outline:none}.ptr-map-controls .control>.ptr-button:focus:after{border:0;box-shadow:none}.ptr-map-controls .control>.ptr-button,.ptr-map-controls .menu-control>.ptr-button{background:none;border:0;border-radius:0;box-shadow:none;color:#666;cursor:pointer;display:block;font-size:1.125rem;height:2rem;padding:0;text-align:center;transition:color .2s ease-in-out,background .2s ease-in-out;-webkit-user-select:none;user-select:none;width:2rem}.ptr-map-controls .control>.ptr-button.disabled .ptr-icon .line,.ptr-map-controls .menu-control>.ptr-button.disabled .ptr-icon .line{fill:#aaa}.ptr-map-controls .control .ptr-button{align-items:center;display:flex;justify-content:center}.ptr-map-controls .control .ptr-icon{height:1.35rem;width:1.35rem}.ptr-map-controls .legend-control .ptr-icon{height:1.6rem;width:1.6rem}.ptr-map-controls .legend-control.open .ptr-icon{color:var(--accent50)}.ptr-map-controls .control>.ptr-button:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.ptr-map-controls .control>.ptr-button:first-child{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.ptr-map-controls .control>.ptr-button:last-child{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.ptr-map-controls .control>.ptr-button:hover,.ptr-map-controls .menu-control>.ptr-button:hover{background-color:#fff;color:var(--accent50)}.ptr-map-controls .control>.ptr-button:not(.ghost):not(.invisible):not(.primary):not(.inverted):hover:after{background:none}.ptr-map-controls .rotate-needle-control i{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ptr-map-controls .tilt-control .ptr-button{background-position:50%;background-repeat:no-repeat;background-size:1.2rem}.worldCereal-LayerControls{position:relative}.worldCereal-LayerControls.open .ptr-IconTool{background:var(--accent50);color:var(--base100)}.worldCereal-LayerControls.open .ptr-IconTool path{fill:var(--base100)}.worldCereal-LayerControls .line{fill:var(--base60)}.worldCereal-LayerControls-menu{background:var(--base05);border-radius:.25rem .25rem 0 .25rem;bottom:0;-webkit-filter:drop-shadow(0 0 .2rem rgba(0,0,0,.2));filter:drop-shadow(0 0 .2rem rgba(0,0,0,.2));height:2rem;position:absolute;right:calc(100% + 1.5rem);transition:width .15s ease-in-out .15s,height .15s ease-in-out,border-radius 0s;width:0}.worldCereal-LayerControls-layersContent{display:flex;flex-direction:row;height:100%;justify-content:center;overflow:hidden;width:100%}.worldCereal-LayerControls-section-label{color:var(--base50);font-size:.809rem;font-weight:700;margin:1.5rem 1.9rem .15rem;text-transform:uppercase}.worldCereal-LayerControls-menu.open{height:20rem;transition:width .15s ease-in-out,height .15s ease-in-out .15s,border-radius 0s ease-in-out .3s;width:34rem}.worldCereal-LayerControls-menu:after{border-bottom:0 solid transparent;border-left:0 solid var(--base05);border-top:0 solid transparent;bottom:0;content:"";position:absolute;right:-1rem;transition:border-bottom-width 0s ease-in-out .3s,border-top-width 0s ease-in-out .3s,border-left-width 0s ease-in-out .3s}.worldCereal-LayerControls-menu.open:after{border-width:1rem;transition:border-bottom-width 0s,border-top-width 0s,border-left-width 0s}.worldCereal-LayerControls-menu:not(.open){border-top-right-radius:0}.worldCereal-LayersControl-layers{grid-gap:15px;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;overflow:hidden;padding:1rem}.worldCereal-LayersControl-layerTile{align-items:flex-start;background-image:none;background-size:cover;border:0;border-radius:0;cursor:pointer;display:flex;flex-direction:column;max-width:6rem}.worldCereal-LayersControl-layerTile.active{border:0}.worldCereal-LayersControl-layerName{background:inherit;color:var(--base50);font-size:.809rem;overflow:hidden;padding:.25rem 0 0;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.worldCereal-LayersControl-layerTile.active .worldCereal-LayersControl-layerName{background:inherit;color:var(--accent50);font-weight:700}.worldCereal-LayersControl-layerPreview{align-self:stretch;border-radius:.05rem;box-shadow:0 0 0 2px var(--base50);object-fit:cover}.worldCereal-LayersControl-layerTile.active .worldCereal-LayersControl-layerPreview{box-shadow:0 0 0 3px var(--accent50)}.ptr-MapScale.ptr-Scale{bottom:auto;left:auto;position:relative;z-index:1}.ptr-Scale>.ptr-MapScale-content{background:none;border-top-width:1px;border:1px solid var(--base50);border-top:0 solid var(--base50)}.ptr-Scale>.ptr-MapScale-content span{color:var(--base50);font-size:.618rem}.ptr-MapScale{bottom:.5rem;left:.5rem;position:absolute;z-index:998}.ptr-MapScale-content{align-items:center;background:rgba(var(--base0rgb),.6);border:2px solid var(--base60);border-top:0;display:flex;justify-content:center}.ptr-MapScale-content>span{color:var(--base80);font-size:.809rem;line-height:1.3}.ptr-OverviewMap{border:0;border-radius:.5rem;box-shadow:0 2px 5px rgba(0,0,0,.35);height:6rem;margin:.25rem;overflow:hidden;pointer-events:all;width:10rem;z-index:2}.ptr-map-controls-wrapper{height:100%;overflow:hidden;position:relative;z-index:1}.ptr-center{display:flex}.ptr-center.horizontally{justify-content:center}.ptr-center.vertically{align-items:center;height:100%}.ptr-map-wrapper{height:100%;position:relative;width:100%}.ptr-map-wrapper:after{border:2px solid transparent;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.ptr-map-wrapper.active:after{border-color:var(--accent50)}.ptr-map-wrapper-header{align-items:center;background:rgba(var(--base100rgb),.6);color:var(--base0);display:flex;left:0;max-width:100%;min-height:2rem;position:absolute;top:0;z-index:3}.ptr-map-wrapper.active .ptr-map-wrapper-header{background:var(--accent50)}.ptr-map-wrapper-header>div:not(:last-child){border-right:1px solid rgba(var(--base0rgb),.25)}.ptr-map-wrapper-title{overflow:hidden;padding:0 .75rem;text-overflow:ellipsis;white-space:nowrap}.ptr-map-wrapper-header .ptr-button{border-radius:0;padding:0 .15rem}.ptr-map-wrapper-header .ptr-button:focus:after{border-radius:0}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:rgba(0,0,0,0)}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{-webkit-filter:inherit;filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(../../static/media/layers.416d91365b44e4b4f477.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../../static/media/layers-2x.8f2c4d11474275fbc161.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../../static/media/marker-icon.2b3e1faf89f94a483539.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ptr-ReactLeafletMap,.ptr-ReactLeafletMap-wrapper{height:100%;width:100%}.ptr-ReactLeafletMap{isolation:isolate;position:relative;z-index:1}.ptr-ReactLeafletMap .leaflet-div-icon{background:none;border:0}.ptr-ReactLeafletMap .leaflet-marker-icon{height:auto!important;width:auto!important;will-change:transform;z-index:0!important}.ptr-ReactLeafletMap .leaflet-pane{will-change:transform}.ptr-ReactLeafletMap .leaflet-overlay-pane{z-index:500}.ptr-ReactLeafletMap .hoverable-pane:hover{z-index:497}.ptr-ReactLeafletMap .selected-features-pane{z-index:498}.ptr-ReactLeafletMap .hoverable-pane.selected-features-pane:hover{z-index:499}.ptr-GeonamesSearchBox{position:absolute;right:3rem;top:0}.ptr-GeonamesSearchBox.ptr-GeonamesSearch>div>.wrapper{box-shadow:0 2px 5px rgba(0,0,0,.35)}.worldCereal-MapLegendTitle{line-height:1}.worldCereal-MapLegendTitle-name{color:var(--base85);font-size:.809rem;font-weight:700}.worldCereal-MapLegendTitle-unit{color:var(--base65);font-size:.809rem;margin-left:.25rem}.worldCereal-MapLegendContent{grid-gap:1rem;align-items:center;display:flex;margin-top:.35rem;padding-right:.25rem;width:100%}.worldCereal-MapLegendContent.is-expanded{grid-gap:.5rem;align-items:flex-start;flex-direction:column}.worldCereal-MapLegendClassItem,.worldCereal-MapLegendValueItem{grid-gap:.35rem;display:flex}.worldCereal-MapLegendClassItem>div{height:.75rem;width:1.25rem}.worldCereal-MapLegendValueItem>div{border-radius:.5rem;height:.75rem;width:.75rem}.worldCereal-MapLegendClassItem>span,.worldCereal-MapLegendValueItem>span{color:var(--base65);font-size:.809rem;line-height:1}.worldCereal-MapLegendClassesBar{align-items:center;display:flex;flex:1 1;width:100%}.worldCereal-MapLegendClassesBar-label{color:var(--base65);font-size:.809rem;line-height:1}.worldCereal-MapLegendClassesBar-bar{display:flex;flex:1 1;height:100%;margin:0 .25rem}.worldCereal-MapLegendClassesBar-bar>div{flex:1 1;height:.75rem}.worldCereal-MapLegendClassesBar .worldCereal-MapLegendClassItem{margin-right:.75rem}.worldCereal-MapLegend-AttributeClasses{display:flex;flex:1 1}.worldCereal-MapLegend-AttributeClasses.is-expanded{grid-gap:.25rem;flex-direction:column}.worldCereal-MapLegend-AttributeValues{grid-gap:.35rem;display:flex;flex:1 1;flex-wrap:wrap}.worldCereal-MapLegend-AttributeValues.is-expanded{flex-direction:column}.worldCereal-MapLegend-AttributeScale{display:flex;flex:1 1}.worldCereal-MapLegend-AttributeScale.is-expanded{width:100%}.worldCereal-MapLegend-AttributeScale>span{color:var(--base65);font-size:.809rem;line-height:1}.worldCereal-MapLegend-AttributeScale>div{flex:1 1;height:.75rem;margin:0 .25rem}.worldCereal-StyleBasedLegend{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%);background:rgba(var(--base0rgb),.8);border-radius:.25rem;box-shadow:0 2px 5px rgba(0,0,0,.35);display:flex;flex-direction:column;padding:.35rem .5rem .5rem .35rem;width:20rem}.worldCereal-StyleBasedLegend.expandable{cursor:pointer}.worldCereal-StyleBasedLegend.is-expanded{padding:.5rem .75rem .75rem .5rem}.ptr-DeckTooltip{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%);background-color:rgba(17,25,40,.75);border:1px solid hsla(0,0%,100%,.125);border-left:none;border-radius:.25rem;box-shadow:0 2px 5px rgba(0,0,0,.35);color:var(--base30);max-width:25rem}.ptr-DeckTooltip .worldCereal-ProductLabelHeader-body{width:100%}.ptr-DeckTooltip .worldCereal-ProductLabelLegendItem{color:var(--base20)}.ptr-DeckTooltip .worldCereal-ProductLabelHeader{border-right:none}.ptr-DeckTooltip .worldCereal-ProductLabelHeader-color{border-bottom-left-radius:0;border-top-left-radius:0}.ptr-DeckTooltip .ptr-FeatureTooltip-content:first-of-type .worldCereal-ProductLabelHeader-color{border-top-left-radius:.25rem}.ptr-DeckTooltip .ptr-FeatureTooltip-content:last-of-type .worldCereal-ProductLabelHeader-color{border-bottom-left-radius:.25rem}.ptr-DeckTooltip .info{display:flex;font-size:.809rem;font-style:italic;padding:.5rem}.ptr-DeckTooltip .VectorMapTooltip-layer{display:flex;flex-direction:column;padding:.75rem 1rem .75rem .75rem}.ptr-DeckTooltip .VectorMapTooltip-layer h4{color:var(--base20);margin:0 0 .2rem}.ptr-DeckTooltip .VectorMapTooltip-layer>div{align-items:flex-end;display:flex}.ptr-DeckTooltip .VectorMapTooltip-attribute{color:var(--base25);font-size:.809rem;margin-right:.2rem}.ptr-DeckTooltip .VectorMapTooltip-value{color:var(--base25);font-size:.809rem;font-weight:700}.worldCereal-ProductViewer .ptr-map-set{margin-top:-1px;position:relative;z-index:2}.worldCereal-ProductViewer .ptr-map-grid .ptr-map-grid-cell .ptr-map{border:0}.worldCereal-ProductViewer .ptr-map-grid .ptr-map-grid-cell:not(.row1) .ptr-map{border-top:.05rem solid var(--base50)}.worldCereal-ProductViewer .ptr-map-grid .ptr-map-grid-cell:not(.col1) .ptr-map{border-left:.05rem solid var(--base50)}.worldCereal-CompareSlider{height:100%;margin-top:-1px}div[data-rcs=handle-container]{z-index:3}div[data-rcs=clip-item]{z-index:2}.ptr-map-controls-wrapper{z-index:auto}.worldCereal-MapInfoElements{grid-gap:.35rem;bottom:.35rem;display:flex;flex-direction:column;left:.35rem;pointer-events:none;position:absolute;z-index:9}.worldCereal-AttributionScaleContainer{grid-gap:.35rem;display:flex;position:relative}.worldCereal-AttributionScaleContainer.is-shifted{left:2.75rem}.worldCereal-MapSetControls{grid-gap:.5rem;bottom:.5rem;display:flex;flex-direction:column;position:absolute;right:.5rem;z-index:9}.worldCereal-MapSetControls .ptr-IconTool.is-active{background:var(--accent50);color:var(--base100)}.worldCereal-MapSetControls .ptr-IconTool.is-floating:hover,.worldCereal-MapSetControls .ptr-ZoomControls .zoom-control.control .ptr-button:hover{background:var(--accent20);color:var(--base100)}.worldCereal-MapSetControls .ptr-IconTool.is-floating:hover .line,.worldCereal-MapSetControls .ptr-ZoomControls .zoom-control.control .ptr-button:hover .line{fill:var(--base100)}.ptr-map-set{position:relative}.ptr-map-grid,.ptr-map-set,.ptr-map-set-maps{height:100%;width:100%}.ptr-map-grid{display:flex;flex-wrap:wrap}.ptr-map-grid,.ptr-map-grid .ptr-map{position:relative}.ptr-map-grid :not(.row1)>.ptr-map{border-top:1px solid #888}.ptr-map-grid :not(.col1)>.ptr-map{border-left:1px solid #888}.ptr-deckGl-map,.ptr-map-grid-cell{overflow:hidden;position:relative}.ptr-deckGl-map{height:100%;width:100%}.ptr-DeckTooltip{left:0;pointer-events:none;position:absolute;top:0;z-index:50000}.worldCereal-IntroCard{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%);background:hsla(0,0%,100%,.65);border-bottom:5px solid var(--accent55);cursor:pointer;display:flex;flex-direction:column;font-family:Sen,Roboto,sans-serif;height:11rem;justify-content:flex-end;padding:1.5rem;width:22rem}@media(max-width:767.98px){.worldCereal-IntroCard{height:9rem;padding:1rem;width:21rem}}.worldCereal-IntroCard.is-disabled{background:hsla(0,0%,61%,.75);border-bottom:5px solid var(--base55);pointer-events:none}.worldCereal-IntroCard:hover{background:rgba(var(--accent50rgb),.65)}@media(max-width:767.98px){.worldCereal-IntroCard>svg{height:35px;width:35px}}.worldCereal-IntroCard-title{color:var(--base90);font-weight:700;letter-spacing:-.5px;margin:.75rem 0 0}@media(max-width:767.98px){.worldCereal-IntroCard-title{font-size:1.309rem}}.worldCereal-IntroCard:hover .worldCereal-IntroCard-title{color:var(--base10)}.worldCereal-IntroCard-text,.worldCereal-IntroCard.is-disabled .worldCereal-IntroCard-title{color:var(--base70)}.worldCereal-IntroCard:hover .worldCereal-IntroCard-text{color:var(--base25)}.worldCereal-IntroCard.is-disabled .worldCereal-IntroCard-text{color:var(--base65)}.worldCereal-esaLogo{align-items:center;display:flex;justify-content:center}.worldCereal-esaLogo svg>path{fill:var(--base10)}.worldCereal-esaLogo:hover svg>path{fill:var(--accent30)}.worldCereal-Intro{background-image:url(../../static/media/cereals.709981fd75acc46ec206.jpg);background-position:top;background-size:cover;height:100%;overflow-y:auto;position:relative}.worldCereal-Intro-content{align-items:center;background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.8));display:flex;flex-direction:column;justify-content:space-between;min-height:100%;position:relative;z-index:2}.worldCereal-Intro-topSection{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:7.5rem 1.5rem 0}@media(max-width:1599.98px){.worldCereal-Intro-topSection{padding:6rem 1.5rem 0}}@media(max-width:1399.98px){.worldCereal-Intro-topSection{padding:4.5rem 1.5rem 0}}@media(max-width:1199.98px){.worldCereal-Intro-topSection{padding:3rem 1.5rem 0}}@media(max-width:767.98px){.worldCereal-Intro-topSection{padding:2rem 1.5rem 0}}.worldCereal-Intro-header{grid-gap:1rem;align-items:center;display:flex}@media(max-width:767.98px){.worldCereal-Intro-header{flex-wrap:wrap;justify-content:center}}.worldCereal-Intro-logo{margin:0;max-width:8rem}@media(max-width:767.98px){.worldCereal-Intro-logo{max-width:6rem}}.worldCereal-Intro-title{display:flex;flex-direction:column}@media(max-width:767.98px){.worldCereal-Intro-title{align-items:center}}.worldCereal-Intro-title h1{color:var(--base10);font-family:Sen,Roboto,sans-serif;font-size:5.545rem;font-weight:700;letter-spacing:2px;margin:0 0 -.25rem;max-width:50rem}@media(max-width:1199.98px){.worldCereal-Intro-title h1{font-size:4.236rem}}@media(max-width:767.98px){.worldCereal-Intro-title h1{font-size:3.427rem}}.worldCereal-Intro-title h1>em{color:var(--accent50);font-weight:700}.worldCereal-Intro-title p{color:var(--base30);font-family:Sen,Roboto,sans-serif;font-size:1.618rem;letter-spacing:-.5px;margin-bottom:0}@media(max-width:1199.98px){.worldCereal-Intro-title p{font-size:1.309rem}}.worldCereal-Intro-header .worldCereal-esaLogo{margin-left:1rem}@media(max-width:767.98px){.worldCereal-Intro-header .worldCereal-esaLogo{display:none}}.worldCereal-Intro-cards{grid-gap:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;margin:6rem 0;width:100%}@media(max-width:1599.98px){.worldCereal-Intro-cards{margin:4.5rem 0}}@media(max-width:1399.98px){.worldCereal-Intro-cards{margin:3rem 0}}@media(max-width:1199.98px){.worldCereal-Intro-cards{margin:2.5rem 0 3rem}}@media(max-width:767.98px){.worldCereal-Intro-cards{margin:1.5rem 0 3rem}}.worldCereal-Intro-tourIcon{color:#fff;position:absolute;right:.8rem;top:.8rem}.worldCereal-Intro-tourIcon:hover{background-color:transparent;color:var(--accent50)}.worldCereal-Intro-tourIcon .ptr-react-icon{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:.65s;animation-duration:.65s;-webkit-animation-iteration-count:15;animation-iteration-count:15;-webkit-animation-name:tourAnimationIcon;animation-name:tourAnimationIcon;-webkit-animation-timing-function:ease;animation-timing-function:ease;border-radius:50%;height:2rem;width:2rem}@-webkit-keyframes tourAnimationIcon{0%{box-shadow:0 1px 2px 0 rgba(0,0,0,.3);-webkit-transform:scale(1);transform:scale(1)}to{box-shadow:0 4px 8px 0 rgba(0,0,0,.3);-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes tourAnimationIcon{0%{box-shadow:0 1px 2px 0 rgba(0,0,0,.3);-webkit-transform:scale(1);transform:scale(1)}to{box-shadow:0 4px 8px 0 rgba(0,0,0,.3);-webkit-transform:scale(1.3);transform:scale(1.3)}}.worldCereal-Intro-footer{align-items:center;-webkit-backdrop-filter:blur(6px) saturate(180%);backdrop-filter:blur(6px) saturate(180%);background-color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;min-height:4rem;opacity:.65;position:relative;width:100%}.worldCereal-Intro-footer-logo{height:3.5rem;margin:.5rem;width:7rem}.worldCereal-IntroOverlay{background:var(--base05);bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out;z-index:9999}.worldCereal-IntroOverlay.is-open{opacity:1;pointer-events:auto;transition:opacity .2s ease-in-out}.worldCereal-Title{cursor:pointer}.worldCereal-Title,.worldCereal-Title>div{align-items:center;display:flex}.worldCereal-Title img{height:1.75rem}.worldCereal-Title h1{color:var(--accent30);font-family:Sen,Roboto,sans-serif;font-size:1.0725rem;letter-spacing:0;margin:.2rem 0 0}.worldCereal-Title h1 span{font-weight:800;padding:0 .5rem}.worldCereal-Title h1 span:first-child{border-right:2px solid var(--base40);color:var(--base10)}.visat-AppConfigurationSwitcher{padding:.25rem 0}.ptr-Switcher{align-items:center;display:flex;justify-content:space-between}.ptr-Switcher-title{align-items:center;color:var(--base80);display:flex}.ptr-Switcher .ptr-icon .line{fill:var(--base80)}.ptr-Switcher .ptr-icon,.ptr-Switcher .ptr-react-icon{height:1rem;margin-right:.35rem;width:1rem}.ptr-Switcher-name{color:var(--base80);font-size:1rem}.ptr-Switcher-toggle{display:flex;flex-direction:column;margin-left:.5rem}.ptr-Switcher.is-interactive{cursor:pointer}.ptr-Switcher.is-active .ptr-Switcher-title{color:var(--accent55)}.ptr-Switcher.is-active .ptr-Switcher-name{color:var(--accent55);font-weight:500}.ptr-Switcher.is-active .ptr-icon .line{fill:var(--accent55)}.ptr-Switcher.is-disabled{pointer-events:none}.ptr-Switcher.is-disabled .ptr-Switcher-title{color:var(--base25)}.ptr-Switcher.is-disabled .ptr-icon .line{fill:var(--base25)}.ptr-Switcher.is-disabled .ptr-Switcher-name{color:var(--base25)}.worldCereal-AppConfiguration{background:var(--base0);padding:1.5rem}.worldCereal-AppConfiguration-title{align-items:center;color:var(--base85);display:flex;margin-bottom:1.5rem}.worldCereal-AppConfiguration-title>h2{color:var(--base85);margin:0 0 0 .5rem}.worldCereal-AppConfiguration-title>.ptr-react-icon{height:1.5rem;width:1.5rem}.worldCereal-AppConfigurationSection:not(:last-child){margin-bottom:1.5rem}.worldCereal-AppConfigurationSection-title{color:var(--base85);font-size:1.309rem;margin:0 0 .25rem}.worldCereal-AppConfigurationModal{max-width:50rem;width:70%}.ptr-IconTool.worldCereal-AppTool{color:var(--base10)}.ptr-IconTool.worldCereal-AppTool:hover{background:hsla(0,0%,100%,.25);color:var(--base10)}.ptr-ModalOverlay{align-items:center;background-color:rgba(var(--base100rgb),.75);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.ptr-Modal{background:var(--base0);border-radius:.25rem;max-height:90%;max-width:90%;min-height:15rem;min-width:20rem;outline:none;overflow-y:auto;position:relative}.ptr-IconTool.ptr-Modal-closeButton{position:absolute;right:.25rem;top:.25rem}.ptr-Modal-content{overflow:auto}.worldCereal-Header{align-items:center;background:var(--base100);border-bottom:1px solid var(--base70);box-shadow:0 0 5px rgba(var(--base100rgb),.25);display:flex;justify-content:space-between;min-height:3rem;padding:0 .5rem;position:relative;z-index:3}.worldCereal-Header-esaLogo{margin-right:.5rem}.worldCereal-Header-esaLogo>svg{width:3rem}.worldCereal-Header-tools{grid-gap:1rem;align-items:center;color:var(--base10);display:flex}.worldCereal-MapsModeOption-compare.ptr-button.small .ptr-icon{margin-right:.25rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.worldCereal-Header-tourIcon{color:var(--base10)}.worldCereal-Header-tourIcon:hover{background-color:hsla(0,0%,100%,.25);color:var(--base10)}.ptr-RetractableWindow{align-items:flex-start;border-radius:.25rem .25rem 0 0;display:flex;flex-direction:column;left:0;pointer-events:none;position:absolute;transition:top .5s ease-in-out;width:100%}.ptr-RetractableWindowControlBar{align-items:center;background:var(--base0);border-radius:.25rem .25rem 0 0;box-shadow:0 0 3px rgba(0,0,0,.3);cursor:pointer;display:flex;pointer-events:auto;position:relative;z-index:2}.ptr-RetractableWindowControlBar.is-centered{align-self:center}.ptr-dark .ptr-RetractableWindowControlBar{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%);background:rgba(var(--base0rgb),.75)}.ptr-RetractableWindowControlBar:after{background:var(--base0);bottom:-4px;content:"";height:4px;left:0;max-width:100%;position:absolute;width:calc(100% + 4px)}.ptr-dark .ptr-RetractableWindowControlBar:after{background:transparent}.ptr-RetractableWindowControlBar .ptr-icon .line{fill:var(--base90)}.ptr-RetractableWindow .ptr-RetractableWindowControlBar .ptr-icon.retract{cursor:pointer;height:1.75rem;padding:0 .5rem;-webkit-transform:rotate(270deg);transform:rotate(270deg);transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:1.75rem}.ptr-RetractableWindow.is-retracted .ptr-RetractableWindowControlBar .ptr-icon.retract{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ptr-RetractableWindowControlBar>div{flex:1 1}.ptr-RetractableWindowBody{background:var(--base0);border-top-right-radius:.25rem;box-shadow:0 0 3px rgba(0,0,0,.3);overflow-y:auto;pointer-events:auto;position:relative;transition:box-shadow .1s ease-in-out;width:100%;z-index:1}.ptr-RetractableWindowBody.is-centered{border-top-left-radius:.25rem}.ptr-dark .ptr-RetractableWindowBody{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%);background:rgba(var(--base0rgb),.75)}.ptr-RetractableWindow.is-retracted .ptr-RetractableWindowBody{box-shadow:none;transition:box-shadow .1s ease-in-out .4s}.ptr-RemovableLabelContainer{grid-gap:.35rem;display:flex;flex-wrap:wrap}.ptr-RemovableLabel{background:var(--base35);border-radius:.15rem;color:var(--base90);cursor:default;display:flex;font-size:.809rem}.ptr-RemovableLabel.is-small{height:1.35rem}.ptr-RemovableLabel.is-active{background:var(--accent30)}.ptr-RemovableLabel.is-floating{box-shadow:0 0 5px rgba(0,0,0,.7)}.ptr-RemovableLabel.has-strip{border-left:5px solid}.ptr-RemovableLabel-content{display:flex;flex-direction:column;padding:.25rem .5rem}.ptr-RemovableLabel.is-small .ptr-RemovableLabel-content{padding:.05rem .35rem}.ptr-RemovableLabel.is-clickable .ptr-RemovableLabel-content{cursor:pointer}.ptr-RemovableLabel.is-clickable .ptr-RemovableLabel-content:hover{background:var(--base25)}.ptr-RemovableLabel-removeButton.ptr-button{align-items:center;border-left:1px solid rgba(var(--base50rgb),.25);display:flex;height:100%;justify-content:center;min-height:.5rem}.ptr-RemovableLabel-removeButton.ptr-button:hover{background:var(--base25)}.worldCereal-ActiveFilterInfo{align-items:center;display:flex;min-height:2.05rem;position:relative}.worldCereal-ActiveFilterInfo.disabled:after{align-items:center;background:#000;color:var(--accent30);content:"";cursor:default;display:flex;font-style:italic;height:100%;justify-content:center;left:0;letter-spacing:.5px;position:absolute;top:0;width:100%;z-index:1}.worldCereal-ActiveFilterInfo-summary{color:var(--accent70);font-size:.809rem;margin:0 .5rem 0 .15rem;white-space:nowrap}.worldCereal-ActiveFilterInfo-summary em{font-size:1rem;font-weight:700}.worldCereal-ActiveFilterInfo-filters{margin:.35rem}.worldCereal-ActiveFilterInfo-clearAllButton.small{height:1.35rem;min-height:auto}.worldCereal-ActiveFilterInfo-clearAllButton.small .ptr-button-caption{line-height:1.35rem;padding:0}.worldCereal-ActiveFilterInfo-clearAllButton.small .ptr-icon{margin:.15rem 0}.ptr-PageSwitcher{color:var(--base100);display:flex}.ptr-PageSwitcherMenuItem{cursor:pointer}.ptr-PageSwitcherMenuItem:hover{background:rgba(var(--accent50rgb),.5)}.ptr-PageSwitcherMenuItem.is-active{background:var(--accent50);color:var(--accent0)}.ptr-PageSwitcherMenuItem.is-disabled{color:var(--base30);pointer-events:none}.worldCereal-ProductFilterOption{align-items:center;display:flex;margin:0 .5rem .25rem 0}.worldCereal-ProductFilterOption input{margin-right:.25rem}.worldCereal-ProductFilterOption input:disabled+label{color:var(--base40)}.worldCereal-ProductFilterOption label span{color:var(--base60);font-size:.809rem}.worldCereal-ProductFilterOption input:disabled+label span{color:var(--base40)}.worldCereal-ProductFilterParameter{display:flex;flex-wrap:wrap}.worldCereal-Filter{height:100%}.worldCereal-Filter.disabled:after{align-items:center;background:#000;color:var(--accent30);content:"";cursor:default;display:flex;font-style:italic;height:100%;justify-content:center;left:0;letter-spacing:.5px;position:absolute;top:0;width:100%;z-index:1}.worldCereal-Filter .ptr-PageSwitcherMenuItem{border-bottom:1px solid var(--base30);padding:.5rem 3rem .5rem 1.5rem}.worldCereal-Filter .ptr-PageSwitcherMenuItem:first-child{border-top:1px solid var(--base30)}.worldCereal-Filter .ptr-PageSwitcherContent{border-left:1px solid var(--base30);border-top:1px solid var(--base30);padding:1rem 1.5rem;width:100%}.ptr-RetractableWindow.worldCereal-FilterWindow{max-width:60rem;z-index:3}.ptr-RetractableWindow.worldCereal-FilterWindow.is-hidden{display:none}.worldCereal-TimelineControlButton{background:var(--base30);border:solid var(--base30);border-radius:1rem 1rem 0 0;border-width:1px 1px 0;color:var(--base80);cursor:pointer;display:flex;height:1.25rem;justify-content:center;left:.5rem;margin-top:-1.25rem;padding-top:.1rem;position:absolute;top:0;width:2rem;z-index:99}.worldCereal-TimelineControlButton:hover{background:var(--base35)}.worldCereal-TimelineControlButton:hover:after{background:rgba(var(--base50rgb),.12);border-radius:1rem 1rem 0 0;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.worldCereal-TimelineControlButton.is-collapsed>.ptr-react-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.worldCereal-ProductViewer .worldCereal-Timeline{background:var(--base100);border-top:1px solid var(--base70);max-width:100%;min-height:10rem;position:relative;z-index:4}.worldCereal-ProductViewer .worldCereal-Timeline .ptr-timeline-x-titles{height:1.75rem}.worldCereal-ProductViewer .worldCereal-Timeline .ptr-timeline-x-titles svg{width:100%}.worldCereal-ProductViewer .worldCereal-Timeline .ptr-timeline-content{background:rgba(var(--base50rgb),.1)}.worldCereal-ProductViewer .worldCereal-Timeline .ptr-maptimeline-scrollable{height:8rem;overflow-x:hidden;overflow-y:auto}.worldCereal-ProductViewer .worldCereal-Timeline.is-collapsed{height:0;min-height:0}.worldCereal-ProductViewer .worldCereal-Timeline.is-collapsed.disabled:after{display:none}.worldCereal-ProductViewer .worldCereal-Timeline.disabled{border-top:1px solid var(--base95)}.worldCereal-ProductViewer .worldCereal-Timeline.disabled:after{align-items:center;background:#000;color:var(--accent30);content:"Zoom in the map to work with layers.";cursor:default;display:flex;font-style:italic;height:100%;justify-content:center;left:0;letter-spacing:.5px;position:absolute;top:0;width:100%;z-index:1}.worldCereal-ProductViewer .ptr-maptimeline-legenditem{color:var(--base40);font-size:.618rem;overflow:hidden;padding:0 1rem;text-overflow:ellipsis;white-space:nowrap}.worldCereal-ProductViewer .ptr-maptimeline-legenditem>em{color:var(--base10);font-size:.809rem}.worldCereal-ProductViewer .ptr-maptimelinelegend,.worldCereal-ProductViewer .ptr-timeline-legend-placeholder{display:flex;flex:0 1 auto;flex-flow:column;min-width:18rem}.worldCereal-ProductViewer .ptr-maptimelinelegend{font-size:.809rem;line-height:.809rem;width:18rem}.worldCereal-ProductViewer .ptr-maptimelinelegend span{height:1rem}.worldCereal-ProductViewer .ptr-timeline-year>line,.worldCereal-ProductViewer g.ptr-timeline-day,.worldCereal-ProductViewer g.ptr-timeline-hour,.worldCereal-ProductViewer g.ptr-timeline-hour>line,.worldCereal-ProductViewer g.ptr-timeline-minute,.worldCereal-ProductViewer g.ptr-timeline-minute>line,.worldCereal-ProductViewer g.ptr-timeline-month,.worldCereal-ProductViewer g.ptr-timeline-month>line,.worldCereal-ProductViewer g.ptr-timeline-year{stroke:var(--accent80);fill:var(--base95)}.worldCereal-ProductViewer .ptr-timeline-month-label{font-size:.618rem}.worldCereal-ProductViewer .ptr-timeline-year>line,.worldCereal-ProductViewer g.ptr-timeline-year{stroke-width:2px;stroke:var(--accent65)}.worldCereal-ProductViewer g.ptr-timeline-month.secondary>line{stroke:var(--accent85);stroke-dasharray:0}.worldCereal-ProductViewer .worldCereal-Timeline-noDataInfo{align-items:center;background:#000;color:var(--accent30);cursor:default;display:flex;font-style:italic;height:100%;justify-content:center;left:0;letter-spacing:.5px;position:absolute;top:0;width:100%;z-index:1}.ptr-maptimeline .ptr-popup{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%);background-color:rgba(17,25,40,.75);border:1px solid hsla(0,0%,100%,.125);border-radius:.25rem;color:var(--base30)}.ptr-maptimeline .ptr-popup .ptr-timeline-tooltip-layer{color:var(--base30)}.ptr-maptimeline .ptr-popup .ptr-timeline-tooltip-layer>div:nth-child(2){color:var(--base50)}.ptr-maptimeline .ptr-popup .ptr-timeline-tooltip-layer>div:nth-child(2) em{color:var(--base30)}.ptr-maptimeline{display:flex}.ptr-maptimeline .ptr-maptimeline-wrapper{display:flex;flex:1 1 auto;overflow:hidden}.ptr-maptimeline-scrollable{overflow-x:hidden;overflow-y:auto}.ptr-maptimelinelegend{display:flex;flex:0 1 auto;flex-flow:column;min-width:10rem;width:10rem}.ptr-maptimeline-legenditem{color:var(--base90);font-size:.809rem;overflow:hidden;padding:0 1rem;text-overflow:ellipsis;white-space:nowrap}.ptr-timeline-tooltip-time{white-space:nowrap}.ptr-timeline-tooltip-time :first-child{margin-left:1.5rem}.ptr-timeline-tooltip-layer{display:flex;margin:2px 0;white-space:nowrap;width:100%}.ptr-timeline-tooltip-layer>div{flex-grow:1}.ptr-timeline-tooltip-layer>div:first-child{flex-grow:0;margin-right:.5rem;position:relative;width:1rem}.ptr-timeline-tooltip-layer span.dot{background-color:#bbb;border-radius:50%;display:inline-block;height:10px;width:10px}.ptr-timeline-tooltip-layer>div:nth-child(2){color:var(--base60);display:flex;flex-flow:column;font-size:.618rem}.ptr-timeline-tooltip-layer>div:nth-child(2) em{color:var(--base100);font-size:.809rem}.ptr-timeline-x-axe{display:flex}.ptr-events-wrapper{height:100%;width:100%}.ptr-timeline-content{background:rgba(var(--base50rgb),.1);-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-user-select:none;user-select:none;width:100%;z-index:1000}.ptr-timeline{height:100%;width:100%}.ptr-timeline-x-titles{height:1.75rem;width:100%}.ptr-timeline-x-titles svg{width:100%}.ptr-timeline-legend-placeholder{display:flex;flex:0 1 auto;flex-flow:column;min-width:10rem}.ptr-timeline-x-axe .ptr-timeline-content{background-color:initial}.ptr-timeline-month-label.large{font-size:.85rem}.ptr-timeline-day-label{stroke:none;fill:var(--accent30);font-size:.618rem}.ptr-timeline-day.background>line{stroke:rgba(0,0,0,.2)}.ptr-timeline-overlay-label{fill:hsla(0,0%,86%,.9);font-size:.8rem}.ptr-timeline-overlay rect,.ptr-timeline-overlay text{cursor:pointer}.ptr-timeline-year>line,g.ptr-timeline-year{stroke-width:1;stroke:var(--accent20);fill:var(--base10)}.ptr-timeline-year-label{stroke:none;fill:var(--accent30);font-size:.85rem;font-weight:700}.ptr-timeline-year.background>line{stroke:rgba(0,0,0,.2)}.ptr-timeline-month>line,g.ptr-timeline-month{stroke-width:1;stroke:var(--accent20);fill:var(--base10)}.ptr-timeline-month-label{stroke:none;fill:var(--accent30);font-size:.618rem}.ptr-timeline-month.background>line{stroke:rgba(0,0,0,.2)}g.ptr-timeline-month.secondary>line{stroke:var(--accent20);stroke-dasharray:2 4}.ptr-timeline-mouse>rect{fill:rgba(76,177,204,.15)}.ptr-timeline-mouse>line{stroke-width:1;stroke:rgba(76,177,204,.7)}.worldCereal-GlobalProductsCell{align-items:center;color:var(--base0);display:flex;font-size:.809rem;height:1.75rem}.worldCereal-GlobalProductsCell:nth-child(2n){background:var(--base90)}.worldCereal-LegendCell{align-items:center;display:flex;padding:0 2rem 0 .7rem}.worldCereal-LegendCell-icon{border-radius:.5rem;height:.8rem;margin:0 .5rem .1rem 0;width:.8rem}.ptr-button.small.worldCereal-Product{background:var(--base60);color:var(--base0);min-height:1.2rem;transition:background-color 0s,color 0s}.ptr-button.small.primary.worldCereal-Product{background:var(--accent40);color:var(--base100)}.ptr-button.small.worldCereal-Product .ptr-button-caption{font-size:.75rem;padding:.2rem 0 0}.worldCereal-YearColumn{border-left:2px dashed var(--base70)}.worldCereal-YearColumn:nth-last-child(2){border-right:2px dashed var(--base70)}.worldCereal-YearHeader{color:var(--accent30);display:flex;font-size:1rem;font-weight:700;justify-content:center}.worldCereal-YearCell{grid-gap:.5rem;display:flex;padding:0 1.5rem}.worldCereal-GlobalProducts{background:var(--base95);display:flex;flex-flow:row;padding:.25rem 0;position:relative}.worldCereal-GlobalProducts.is-collapsed{height:0;padding:0}.worldCereal-GlobalProductsColumn-placeholder{flex:1 1}.worldCereal-StatisticsSelect{width:100%}.worldCereal-StatisticsSelect svg{width:16px}.worldCereal-StatisticsSelect-label{color:var(--base85);font-size:.75rem;letter-spacing:0;line-height:1;margin-bottom:.3rem}.worldCereal-StatisticsConfigurationItem{display:flex;flex:1 1;flex-direction:column}.worldCereal-StatisticsConfigurationItem-label{color:var(--base45);font-family:Sen,Roboto,sans-serif;font-size:.809rem;font-weight:700;letter-spacing:.5px;line-height:1.5;text-transform:uppercase}.worldCereal-LevelSwitch{font-family:Sen,Roboto,sans-serif}.worldCereal-ButtonSwitch{height:2.2rem}.worldCereal-ButtonSwitch.ptr-button-switch .ptr-button{border:0;border-radius:.1rem}.worldCereal-ButtonSwitch.ptr-button-switch .ptr-button .ptr-button-caption{padding:.6rem .3rem .5rem}.worldCereal-ButtonSwitch.ptr-button-switch .ptr-button.active{background:var(--accent65)}.worldCereal-ButtonSwitch.ptr-button-switch .ptr-button.active .ptr-button-caption{font-weight:700}.worldCereal-ButtonSwitch.ptr-button-group .ptr-button:not(:last-child),.worldCereal-ButtonSwitch.ptr-button-group .ptr-button:not(:last-child):after{border-bottom-right-radius:0;border-top-right-radius:0}.worldCereal-ButtonSwitch.ptr-button-group .ptr-button:not(:first-child),.worldCereal-ButtonSwitch.ptr-button-group .ptr-button:not(:first-child):after{border-bottom-left-radius:0;border-top-left-radius:0}.ptr-ChartTooltip-content{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%);background-color:rgba(var(--base0rgb),.75);border:1px solid var(--base35);border-radius:.25rem;box-shadow:0 2px 5px rgba(0,0,0,.35);color:var(--base85);min-width:15rem;padding:.75rem}.ptr-ChartTooltip-header{font-size:1rem;font-weight:700}.ptr-ChartTooltip-item{color:var(--base75);display:flex;font-size:.809rem}.ptr-ChartTooltip-item-attribute{margin-right:.2rem}.ptr-ChartTooltip-item-value{font-weight:700}.ptr-ChartWrapper{background:var(--base10);padding:1rem;width:100%}.ptr-ChartWrapper.is-small{display:flex}.ptr-ChartWrapper:last-child{border-bottom:0}.ptr-ChartWrapper-header{display:flex;flex-direction:column}.ptr-ChartWrapper.is-small .ptr-ChartWrapper-header{flex:1 1}.ptr-ChartWrapper-header>div:first-child{align-items:center;display:flex;justify-content:space-between}.ptr-ChartWrapper-title{color:var(--base90);font-size:1rem;font-weight:600}.ptr-ChartWrapper-subtitle{color:var(--base70);font-size:.8rem}.ptr-ChartWrapper-body{height:12rem;padding-top:.5rem}.ptr-ChartWrapper.is-small .ptr-ChartWrapper-body{height:5rem;padding:0;width:6rem}.worldCereal-Visualizations{grid-gap:1rem;color:var(--base100);display:flex;flex-direction:row;flex-wrap:wrap}.worldCereal-Visualizations-noDataInfo{color:var(--base70);text-align:center}.worldCereal-StatisticsPanel{background:var(--base100);display:flex;flex-direction:column;height:100%;padding:0;width:36.5rem}.worldCereal-StatisticsPanel-header{border-bottom:1px solid var(--base90);display:flex;justify-content:space-between;min-height:3rem;padding:0 .75rem}.worldCereal-StatisticsPanel-header-isRight{grid-gap:1rem;align-items:center;display:flex;flex-direction:row;justify-content:center}.worldCereal-StatisticsPanel-body{height:100%;overflow-x:hidden;overflow-y:auto}.worldCereal-StatisticsPanel-configurations{grid-gap:1rem;display:flex;flex-direction:column;padding:1rem 1rem .5rem .75rem}.worldCereal-StatisticsPanel-configurations>div{grid-gap:.75rem;display:flex;flex-direction:row;justify-content:space-between}.worldCereal-StatisticsPanel-visualizations{flex:1 1;padding:1rem 1rem 1rem .75rem}.worldCereal-ProductViewer{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.worldCereal-statistics{display:flex;height:100%}.worldCereal-statistics>.ptr-map-set{flex:1 1}.worldCereal-tour-steps-Container{padding:.5rem}.worldCereal-tour-steps-SectionsContainer{display:flex;flex-direction:row}.worldCereal-tour-steps-Section.is-right{margin-left:1rem}.worldCereal-tour-steps-descriptionSections{align-items:center;display:flex;justify-content:left;margin-bottom:1rem}.worldCereal-tour-steps-mapIcons .ptr-IconTool{cursor:default}.worldCereal-tour-steps-mapIconsDescription{margin-bottom:0}.worldCereal-tour-steps-mapIcons{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}
/*# sourceMappingURL=main.198876d0.css.map*/