@font-face{font-family:Pangram-Black;src:url(Pangram-Black.2f044f21e688bca7.otf) format("opentype")}@font-face{font-family:Pangram-Bold;src:url(Pangram-Bold.1de6ea5e41b9c1cd.otf) format("opentype")}@font-face{font-family:Pangram-ExtraBold;src:url(Pangram-ExtraBold.0d26df0edeecf466.otf) format("opentype")}@font-face{font-family:Pangram-ExtraLight;src:url(Pangram-ExtraLight.9a1057239ae2fa0e.otf) format("opentype")}@font-face{font-family:Pangram-Light;src:url(Pangram-Light.558081c675ad45cd.otf) format("opentype")}@font-face{font-family:Pangram-Medium;src:url(Pangram-Medium.62941cbdb9707204.otf) format("opentype")}@font-face{font-family:Pangram-Regular;src:url(Pangram-Regular.0e6f27ca0d9f6ce1.otf) format("opentype")}@font-face{font-family:Pangram-Rounded;src:url(pp-pangram-sans-rounded.01b2fcac71b4f1c9.ttf) format("ttf")}*{box-sizing:border-box;margin:0;padding:0}strong{font-family:Pangram-Bold,sans-serif}body{font-family:Pangram-Regular,Helvetica,sans-serif;font-size:14px;cursor:url(coin.e6c5a676976162da.png),auto;scroll-behavior:smooth}.container{position:relative;width:100%;max-width:1400px;margin:0 auto}.main-content--small .container{max-width:1200px}.page{width:100%;min-height:calc(100vh - 300px);padding:32px 16px}.feature-text{color:#37a126;font-family:Pangram-Medium}@keyframes slideInDown{0%{transform:translate3d(0,-20%,0);visibility:visible}to{transform:translateZ(0)}}dialog{padding:2rem 1rem 1rem;background:white;max-width:90%;border-radius:16px;border:0;box-shadow:0 5px 30px #0000001a;animation:fadeIn .5s ease both;position:fixed;inset:0;margin:auto}dialog::backdrop{animation:fadeIn .5s ease both;background:rgba(20,85,41,.1);z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed}dialog h2.title{font-weight:600;font-size:2rem;padding-bottom:1rem;text-align:center}dialog h2.title--danger{color:#dc3545}dialog h2.title--warning{color:#ffc107}dialog h2.title--info{color:#084298}dialog p{font-size:1rem;line-height:1.3rem;padding:.5rem 0;text-align:center}dialog .close-dialog{position:absolute;top:5px;right:8px;font-size:1.5rem;color:#869ab8;cursor:pointer;z-index:9999}.button-container{padding:32px 5px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.button-container--small{padding:16px 16px 0}.button-container .buttons-set{display:flex;align-items:center;justify-content:center;gap:32px;width:100%;max-width:823px}.button-container .buttons-set--space-between{justify-content:space-between}.button-container .buttons-set--flex-end{justify-content:flex-end}.button-container .buttons-set--small-gap{gap:16px}.button-container .buttons-set__button{background:none;border:2px solid #ea9800;border-radius:5px;padding:10px 32px;color:#ea9800;font-weight:600;font-size:16px;letter-spacing:1px;min-width:90px;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-family:Pangram-Regular}.button-container .buttons-set__button:hover{background-color:#ea9800;color:#fff}.button-container .buttons-set__button:focus-visible{outline:0}.button-container .buttons-set__button--second{border:1px solid #999;color:#999}.button-container .buttons-set__button--second:hover{background-color:#999;color:#fff}.button-container .buttons-set__button--third{border:2px solid #20843e;background-color:#20843e;color:#fff}.button-container .buttons-set__button--third:hover{background:none;color:#20843e}.button-container .buttons-set__button--small{padding:8px}.button-container .buttons-set__button--fit-content{min-width:inherit}.button-container .buttons-set__button--small-width{min-width:50px}.button-container .buttons-set__button--cancel{color:#dc3545;border-color:#dc3545}.button-container .buttons-set__button--cancel:hover{background-color:#dc3545}.button-container .buttons-set__button--warning{color:#ffc107;border-color:#ffc107}.button-container .buttons-set__button--warning:hover{background-color:#ffc107}.button-container .buttons-set__button:disabled{opacity:.5;-moz-filter:grayscale(1);-ms-filter:grayscale(1);-o-filter:grayscale(1);filter:grayscale(1);cursor:not-allowed}.button-container .buttons-set__button-span{display:flex;align-items:flex-start;justify-content:center;position:relative;top:2px}.button-container__link{text-decoration:none;font-size:15px}.button-container__link--cancel{color:#dc3545}.container-form{padding:16px 0;display:flex;flex-direction:column;gap:16px}.input-group{display:flex;flex-direction:column;gap:5px}.input-group--checkbox{flex-direction:row;align-items:center;gap:7px}.input-group__label{color:#666;font-size:12px;font-weight:700;font-family:Pangram-Regular}.input-group__label--error{color:red}.input-group__label span{color:red;font-size:14px}.input-group__input{border:0;height:35px;border-radius:5px;width:350px;max-width:100%;border:1px solid #eee;padding:0 10px;color:#666;box-shadow:-2px 2px 2px #0000001a}.input-group__input--error{border-color:red}.input-group__input:focus-visible{outline:0}.input-group__input--checkbox{width:auto;height:20px;width:20px}.input-group__input--textarea{height:auto;padding:10px}.error-loading-data{color:red}app-cookies-policy{display:block!important}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted black}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#000000b3;color:#fff;text-align:center;padding:5px 0;border-radius:6px;position:absolute;z-index:1;bottom:calc(100% + 8px);left:50%;margin-left:-60px}.tooltip .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgba(0,0,0,.7) transparent transparent transparent}.tooltip:hover .tooltiptext{visibility:visible}.raspagames-table{width:100%;border-collapse:collapse;margin:25px 0;font-size:.9em;font-family:sans-serif;box-shadow:0 0 20px #00000026}.raspagames-table thead tr{background-color:#028614;color:#fff;text-align:left;font-family:Pangram-Medium;font-size:1rem}.raspagames-table th,.raspagames-table td{padding:12px 15px}.raspagames-table tbody tr{border-bottom:1px solid #dddddd}.raspagames-table tbody tr:nth-of-type(2n){background-color:#f3f3f3}.raspagames-table tbody tr:last-of-type{border-bottom:2px solid #028614}.raspagames-table tbody tr.active-row{font-weight:700;color:#009879}.policy-page-content{min-height:calc(100vh - 200px);font-family:Pangram-Regular;font-size:1rem;line-height:1.5;padding:100px;position:relative}.policy-page-content:before{content:"";position:absolute;top:50px;left:50px;width:calc(100% - 100px);height:calc(100% - 100px);border:1px solid rgba(134,154,184,.5);border-radius:5px;box-shadow:5px 5px 10px #0003}.policy-page-content p{margin-bottom:16px}.policy-page-content strong{color:#028614;font-family:Pangram-Bold}.policy-page-content ol,.policy-page-content ul{padding-left:16px}.policy-page-content ol li{margin-bottom:16px}.policy-page-content ol li::marker{color:#028614}.policy-page-content ul li{margin:5px 0}.policy-page-content ul li::marker{color:#028614}.policy-page-content ol li ul li{list-style-type:disc}.policy-page-content small{margin-top:32px;display:block;text-align:right}.policy-page-content a{color:#fcb216;text-decoration:none}.policy-page-content .decimal-number{color:#028614}@media (max-width: 768px){.policy-page-content{padding:48px 32px 32px;margin-bottom:32px}.policy-page-content:before{top:16px;left:16px;width:calc(100% - 32px);height:calc(100% - 32px)}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.content-routes{padding:32px}.form-container{display:flex;flex-direction:column;gap:1.5rem}.form-container__button{padding:8px 16px;font-size:1rem;color:#fff;background-color:#028614;border:none;border-radius:4px;cursor:pointer;width:-moz-fit-content;width:fit-content;margin-top:32px;align-self:flex-end}.form-container__button:hover{background-color:#015e0e}.form-container__button--danger{background-color:#dc3545}.form-container__button--danger:hover{background-color:#c62232}.form-container__button--outline{background-color:#fff;outline:1px solid #333;outline-offset:-1px;color:#333}.form-container__button--outline:hover{background-color:#fff;color:#333}.form-container__button--warning{background-color:#ffc107}.form-container__button--warning:hover{background-color:#dda600}.container-form{background-color:#fff;padding:50px 32px;border-radius:16px}.form-group{position:relative;display:flex;gap:2rem}.form-group--column{flex-direction:column;gap:1rem}.form-group__label{width:20%;min-width:200px;display:flex;align-items:center;justify-content:flex-end;position:relative}.form-group__label--align-left{justify-content:flex-start}.form-group__label i.label-icon{padding-right:5px}.form-group__icon-select{font-size:.7rem;color:#666;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.form-group__icon-select--rounded{right:20px}.form-group__input--error{border-color:red!important}.form-group__input--video{padding-left:10px!important;margin-bottom:1rem;width:100%!important}.form-group__input--no-padding-left{padding-left:10px!important}.form-group select{-moz-appearance:none;-webkit-appearance:none}.form-group select,.form-group__input[type=text],.form-group__input[type=date],.form-group__input[type=number]{width:80%;height:35px;border:1px solid #ccc;border-radius:5px;padding:0 10px 0 45px}.form-group select:focus-visible,.form-group__input[type=text]:focus-visible,.form-group__input[type=date]:focus-visible,.form-group__input[type=number]:focus-visible{outline:none;border-color:#028614}.form-group__input[type=file]{padding-left:0!important}.form-group__input[type=date]{width:auto}.form-group__input[type=checkbox]{position:relative}.form-group__input[type=checkbox]:before{content:"\f00c";font-family:FontAwesome;font-size:13px;color:transparent;display:flex;justify-content:center;align-items:center;position:absolute;width:18px;height:18px;border-radius:2px;background:#fff;border:1px solid #ccc;left:0;top:50%;transform:translateY(-50%)}.form-group__input[type=checkbox]:checked:before{color:#028614}.form-group textarea{width:80%;height:100px;border:1px solid #ccc;border-radius:5px;padding:10px;resize:none}.form-group textarea:focus-visible{outline:none;border-color:#028614}.form-group__editor--error{box-shadow:0 0 0 1px red;border-radius:10px}.content-form{padding:32px}.input-icon{position:absolute;right:-60px;font-size:1rem;color:#666}.input-icon--slim{right:-55px}.input-icon--mobile{right:-55px;font-size:1.4rem}.actions{display:flex;align-items:flex-start;gap:8px}.actions__btn{font-size:1.2rem;color:#130186;padding:4px 8px;border:1px solid #eee;border-radius:4px}.actions__btn--delete{color:#fc5f16}.form-buttons-set{display:flex;align-items:center;justify-content:space-between}.form-buttons-set--one-button{justify-content:flex-end}@keyframes rotating{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.required-indicator{color:red}.form-inputs-set{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.filter-select{position:relative}.filter-select__select{height:35px;width:100%;max-width:400px;border-radius:35px;border:1px solid #869ab8;background-color:transparent;padding:0 32px 0 16px;appearance:none;-webkit-appearance:none}.filter-select__icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#028614}.search-container{height:35px;width:100%;max-width:400px;border-radius:35px;border:1px solid #869ab8;padding:0 2px 0 16px;display:flex;align-items:center;position:relative}.search-container--small{max-width:300px}.search-container__clear-filters{color:#028614;cursor:pointer}.search-container__select{width:100%;height:30px;border:0;background-color:transparent;-moz-appearance:none;-webkit-appearance:none;position:relative;left:-8px;padding:0 10px}.search-container__select:focus-visible{border:0;outline:none}.search-container__icon-select{font-size:.7rem;color:#666;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.search-container__icon-select--clear{z-index:9999;cursor:pointer}.search-container__separator{height:100%;width:1px;background-color:#869ab8}.search-container__input{flex-grow:1;height:30px;border:0;background-color:transparent}.search-container__input:focus-visible{border:0;outline:none}.search-container__button{height:30px;width:30px;background:transparent;font-size:1.2rem;border-radius:50%;border:0;display:flex;justify-content:center;align-items:center;color:#028614;cursor:pointer}ul,ol{padding-left:16px}h3,h4,h5,h6{margin-top:1rem;margin-bottom:.5rem}p,li{margin-bottom:.5rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.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:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;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{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.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{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-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-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.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{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height: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{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(layers.ef6db8722c2c3f9a.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(layers-2x.9859cd1231006a4a.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height: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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;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{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(marker-icon.d577052aa271e13f.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.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{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
