h1,h2,h3,h4,h5{font-family:Oswald,sans-serif;color:#001742;text-transform:uppercase}.logo{display:flex;align-items:center;gap:5px}.logo h1{color:#001742;font-size:28px}@media(max-width:700px){.logo img{width:100px;height:auto}.logo h1{font-size:19px}}.index{scroll-behavior:smooth;flex-direction:column;overflow-x:hidden;width:100vw}.index,.index .navbar{display:flex;align-items:center}.index .navbar{padding:30px 40px;box-sizing:border-box;width:100%;justify-content:space-between}.index .navbar .navigate{display:flex;gap:35px}.index .navbar .navigate a{padding:5px 0;text-decoration:none;color:#001742}.index .navbar .navigate a:hover{border-bottom:1px solid #ff7930;color:#ff7930;cursor:pointer}.index .navbar .action-buttons{display:flex;gap:10px}.index .navbar .action-buttons button{padding:0 20px;height:40px}.index .navbar .action-buttons button:first-child{color:#ff7930;border:1px solid #ff7930!important}@media(max-width:1200px){.index .navbar .action-buttons{display:none}}@media(max-width:1000px){.index .navbar{display:flex;flex-direction:column;padding-bottom:10px}.index .navbar .action-buttons,.index .navbar .navigate{display:none}}.index .title{margin-top:70px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 30px}.index .title h1{font-size:43px;color:#001742;line-height:55px}.index .title h1 span{color:#ff7930;opacity:0;transform:translateX(-20px);animation:slideInLeft .5s normal forwards}.index .title h1 span.s1{animation-delay:.3s}.index .title h1 span.s2{animation-delay:.9s}.index .title h1 span.s3{animation-delay:1.5s}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.index .title p{margin-top:60px;font-size:22px;color:#697386;max-width:750px;text-align:center;opacity:0;animation:fade .7s ease-out forwards;animation-delay:1.7s}@media(max-width:700px){.index .title{margin:40px 20px}.index .title h1{font-size:27px;line-height:29px}.index .title p{font-size:17px}}.index .call-to-action{margin-top:80px;gap:20px;display:flex;justify-content:center;opacity:0;transform:translateY(20px);animation:fade .5s ease-out forwards;animation-delay:3.9s}.index .call-to-action .get-it{display:flex;flex-direction:column;align-items:center;gap:10px}.index .call-to-action .get-it a{color:#ff7930;font-weight:500;text-decoration:none;padding-bottom:3px;border-bottom:1px solid transparent}.index .call-to-action .get-it a:hover{border-bottom:1px solid #ff7930}.index .call-to-action button{padding:0 20px;height:45px;width:auto}.index .call-to-action button:last-child{color:#ff7930;border:1px solid #ff7930!important}@media(max-width:700px){.index .call-to-action{flex-direction:column-reverse;margin:15px 20px}.index .call-to-action h1{font-size:27px;line-height:29px}.index .call-to-action p{font-size:17px}}@keyframes fade{0%{opacity:0}to{opacity:1}}.index .preview-section{margin-top:70px;transform:translateY(40vh);animation:slideInUp 2.5s ease-out forwards;animation-delay:1.6s}@keyframes slideInUp{0%{transform:translateY(40vh)}to{transform:translateY(0)}}.index .preview-section .preview-menu{padding:0 7px;display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.index .preview-section .preview-menu .pages .options{display:flex;align-items:end;gap:15px;padding-top:20px;transition:gap .2s ease-in-out}.index .preview-section .preview-menu .pages .options:hover{gap:25px}.index .preview-section .preview-menu .pages .options a{font-size:16px;text-decoration:none;color:#000}.index .preview-section .preview-menu .pages .options a:first-child{font-weight:600;font-size:20px!important}.index .preview-section .preview-menu .pages .options a:hover{font-weight:600;font-size:18px;cursor:pointer}.index .preview-section .preview-menu .pages .options a:not(:first-child){transition:font-size .1s ease-in-out,transform .1s ease-in-out}.index .preview-section .preview-menu .pages .options a:not(:first-child):hover{transform:scale(1.1)}.index .preview-section .preview-menu .pages .arrow{display:flex;gap:20px;position:relative;bottom:20px;left:210px;opacity:0;animation:fade 1s ease-in 3s forwards,moveArrow1 5s ease-in-out infinite}.index .preview-section .preview-menu .pages .arrow img{opacity:.5}.index .preview-section .preview-menu .pages .arrow p{opacity:.5;font-size:18px}@keyframes moveArrow1{0%,to{transform:translate(0)}50%{transform:translate(-10px,10px)}}.index .preview-section .preview-menu .watch-demo{justify-items:end}.index .preview-section .preview-menu .watch-demo .option{display:flex;align-items:center;color:#ff7930;gap:5px;font-size:18px;transition:color .3s ease,font-size .3s ease}.index .preview-section .preview-menu .watch-demo .option:hover{cursor:pointer}.index .preview-section .preview-menu .watch-demo .option:hover svg{font-size:30px;transform:rotate(90deg);color:#001742}.index .preview-section .preview-menu .watch-demo .option svg{transition:font-size .3s ease,transform .3s ease}.index .preview-section .preview-menu .watch-demo .arrow{display:flex;position:relative;gap:10px;bottom:30px;right:100px;opacity:0;animation:fade 1s ease-in 3s forwards,moveArrow2 5s ease-in-out infinite}.index .preview-section .preview-menu .watch-demo .arrow img{opacity:.5}.index .preview-section .preview-menu .watch-demo .arrow p{opacity:.5;font-size:18px}@keyframes moveArrow2{0%,to{transform:translate(0)}50%{transform:translate(-10px,-8px)}}@media(max-width:1400px){.index .preview-section .preview-menu .pages,.index .preview-section .preview-menu .watch-demo .option{display:none}.index .preview-section .preview-menu .watch-demo .arrow{bottom:0;right:0;left:30px}.index .preview-section .preview-menu .watch-demo .arrow p{font-size:14px}.index .preview-section .preview-menu .watch-demo .arrow img{width:40px;height:50px}}.index .preview .view{animation:fade .5s ease-out forwards;margin-top:15px;display:flex;justify-content:center;transition:width .5s ease,margin-top .5s ease;width:80vw}.index .preview .view:hover{margin-top:25px;width:85vw}@media(max-width:1600px){.index .preview .view{width:90vw}.index .preview .view:hover{width:95vw}}@media(max-width:1300px){.index .preview .view{width:95vw}.index .preview .view:hover{width:98vw}}@media(max-width:1400px){.index .preview .view{width:100vw}}.index .preview .view .page-view .explain{padding:0 5px;font-size:0;margin-top:10px;font-weight:300;line-height:0;transition:opacity .3s ease,visibility 2.5s ease,font-weight .4s ease,line-height .6s ease,font-size .6s ease;visibility:hidden}.index .preview .view .page-view:hover{-moz-column-gap:30px;column-gap:30px;row-gap:50px}.index .preview .view .page-view:hover .explain{opacity:1;font-size:16px;line-height:16px;visibility:visible}.index .preview .view.video.hidden{display:none}.index .preview .view.video .page-view iframe{border-radius:10px;width:75vw;height:70vh;transition:width .5s ease,height .5s ease}.index .preview .view.video .page-view iframe:hover{width:85vw;height:80vh}@media(max-width:1400px){.index .preview .view.video.hidden,.index .preview .view.video.show{display:block}.index .preview .view.video .page-view iframe,.index .preview .view.video .page-view iframe:hover{width:90vw;height:50vw}}.index .preview .view.imports .page-view{display:flex;flex-direction:column;border-radius:8px;gap:20px;width:100%}.index .preview .view.imports .page-view .importation-card{background-color:#fff;display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#000;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-radius:8px;padding:15px}.index .preview .view.imports .page-view .importation-card:hover{cursor:pointer;background-color:#f5f5f5}.index .preview .view.imports .page-view .importation-card .import-title{font-size:20px;font-weight:600;margin-bottom:7px;color:#001742}.index .preview .view.imports .page-view .importation-card .last-update{color:#4f4f4f;font-size:13px}.index .preview .view.imports .page-view .importation-card .documents{display:flex;gap:20px}.index .preview .view.imports .page-view .importation-card .documents .document{display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:8px;border:1px solid #efefef;text-wrap:nowrap}.index .preview .view.imports .page-view .importation-card .documents .document .go-to-icon,.index .preview .view.imports .page-view .importation-card .documents .document .icon{width:20px}.index .preview .view.imports .page-view .importation-card .documents .document .go-to-icon{display:none}.index .preview .view.imports .page-view .importation-card .documents .document:hover{cursor:pointer;opacity:.9}.index .preview .view.imports .page-view .importation-card .documents .document:hover .icon{display:none}.index .preview .view.imports .page-view .importation-card .documents .document:hover .go-to-icon{display:block}.index .preview .view.report .page-view{width:100%}.index .preview .view.report .page-view .table{border-radius:10px}.index .preview .view.report .page-view .columns-settings{display:flex;flex-wrap:wrap;margin:20px 0;gap:5px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.index .preview .view.report .page-view .columns-settings label{font-size:13px;line-height:30px;border:1px solid #cdcdcd;padding:4px 13px;border-radius:5px;color:#001742}.index .preview .view.report .page-view .columns-settings label:hover{cursor:pointer}.index .preview .view.report .page-view .columns-settings input:checked+label{border:0;background:#001742;color:#fff}.index .preview .view.report .page-view .filters{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px;position:relative;top:5px}.index .preview .view.report .page-view .filters .input{width:100%;border:0;border-bottom:1px solid hsla(0,0%,49%,.1)}.index .preview .view.report .page-view .filters .option{display:flex;align-items:center;font-size:13px;width:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding-bottom:2px;position:relative;bottom:2px;border-bottom:2px solid hsla(0,0%,49%,.1)}.index .preview .view.report .page-view .filters .option img{position:relative;bottom:1px}.index .preview .view.report .page-view .filters .option:hover{opacity:.8;cursor:pointer;border-bottom:2px solid #cdcdcd}.index .preview .view.rastreio .leaflet-container{background:#aad3df!important}.index .preview .view.rastreio .page-view{width:85vw;height:77vh}.index .preview .view.rastreio .page-view .map{border-radius:10px!important}.index .preview .view.dashboard .page-view{width:100%;display:grid;grid-template-areas:"d1 d1 d1 d1 d1 d1 d2 d2" "d3 d3 d3 d3 d3 d3 d3 d3" "d4 d4 d4 d5 d5 d6 d6 d6";grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:180px 380px 300px;-moz-column-gap:10px;column-gap:10px;transition:gap .5s ease,column-gap .5s ease,row-gap .5s ease,grid-template-rows .5s ease;transition:gap .5s ease,column-gap .5s ease,row-gap .5s ease,grid-template-rows .5s ease,-moz-column-gap .5s ease}.index .preview .view.dashboard .page-view .metrics{padding:20px;background-color:#fff;border-radius:10px;height:68%;overflow:auto}.index .preview .view.dashboard .page-view .metrics h6{margin-bottom:14px}.index .preview .view.dashboard .page-view .metrics .cards{display:flex;gap:20px}.index .preview .view.dashboard .page-view .metrics .cards .metric-card{padding:15px}.index .preview .view.dashboard .page-view .ranking{overflow:auto;background-color:#fff;border-radius:10px;padding:20px;height:100%}.index .preview .view.dashboard .page-view .ranking h6{margin-bottom:14px}.index .preview .view.dashboard .page-view .map{background-color:#fff;border-radius:10px;padding:20px;height:100%}.index .preview .view.dashboard .page-view .map h6{margin-bottom:14px;z-index:10}.index .preview .view.dashboard .page-view .map .map-chart{position:relative;bottom:17px}.index .preview .view.dashboard .page-view .bar{background-color:#fff;height:80%;padding:25px 30px;border-radius:10px}.index .preview .view.dashboard .page-view .bar h6{margin-bottom:20px}.index .preview .view.dashboard .page-view .bar .bar-chart{padding-bottom:25px}.index .preview .view.dashboard .page-view .doughnut{box-sizing:border-box;height:90%;padding:20px 0 30px 25px;background-color:#fff;border-radius:10px}.index .preview .view.dashboard .page-view .doughnut .donuts-chart{margin-top:10px}.index .preview .view.dashboard .page-view .d1{grid-area:d1}.index .preview .view.dashboard .page-view .d2{grid-area:d2}.index .preview .view.dashboard .page-view .d3{grid-area:d3}.index .preview .view.dashboard .page-view .d4{grid-area:d4}.index .preview .view.dashboard .page-view .d5{grid-area:d5}.index .preview .view.dashboard .page-view .d6{grid-area:d6}.index .preview .view.benchmark .page-view{width:100%;display:grid;grid-template-areas:"b1 b1 b2 b2 b3 b3 b4 b4" "b5 b5 b5 b5 b5 b6 b6 b6" "b5 b5 b5 b5 b5 b7 b7 b7" "b5 b5 b5 b5 b5 b8 b8 b8" "b9 b9 b9 b10 b10 b10 b10 b10" "b11 b11 b11 b11 b11 b11 b11 b11";grid-template-columns:1.2fr 1fr 1fr 1.2fr 1.2fr 1fr 1fr 1.2fr;grid-template-rows:180px 130px 130px 130px 380px auto;-moz-column-gap:10px;column-gap:10px;transition:gap .5s ease,column-gap .5s ease,row-gap .5s ease,grid-template-rows .5s ease;transition:gap .5s ease,column-gap .5s ease,row-gap .5s ease,grid-template-rows .5s ease,-moz-column-gap .5s ease}@media(max-width:700px){.index .preview .view.benchmark .page-view{display:flex;flex-direction:row}}.index .preview .view.benchmark .page-view .doughnut{box-sizing:border-box;height:90%;padding:20px 0 30px 25px;background-color:#fff;border-radius:10px}.index .preview .view.benchmark .page-view .doughnut .donuts-chart{margin-top:10px}.index .preview .view.benchmark .page-view .bar{background-color:#fff;height:80%;padding:25px 30px;border-radius:10px}.index .preview .view.benchmark .page-view .bar h6{margin-bottom:20px}.index .preview .view.benchmark .page-view .bar .bar-chart{padding-bottom:25px}.index .preview .view.benchmark .page-view .line{display:flex;box-sizing:border-box;align-items:center;justify-content:space-between;background-color:#fff;height:80%;padding:13px 20px;border-radius:10px}.index .preview .view.benchmark .page-view .line .description{display:flex;flex-direction:column;align-items:start;position:relative;bottom:8px}.index .preview .view.benchmark .page-view .line .description p{margin-top:0;text-align:start;display:block}.index .preview .view.benchmark .page-view .line .description p.complement{font-size:12px}.index .preview .view.benchmark .page-view .line .description p.chart-title{font-size:13px}.index .preview .view.benchmark .page-view .line .description p.value{font-family:Oswald,sans-serif;color:#001742;text-transform:uppercase;font-size:25px;margin:5px 0 7px}.index .preview .view.benchmark .page-view .line .description p.value span{font-size:15px}.index .preview .view.benchmark .page-view .line .bar-chart{width:60%!important}.index .preview .view.benchmark .page-view .radar{height:85%;background-color:#fff;border-radius:10px;padding:20px}.index .preview .view.benchmark .page-view .radar .radar-chart{height:200px;padding-bottom:20px}.index .preview .view.benchmark .page-view .heatmap{background-color:#fff;border-radius:10px;padding:20px;height:85%}.index .preview .view.benchmark .page-view .summary{border-radius:10px;padding:20px;background-color:#fff;display:flex;box-sizing:border-box;align-items:center}.index .preview .view.benchmark .page-view .summary .score{width:18%}.index .preview .view.benchmark .page-view .summary .score .number{font-family:Oswald,sans-serif;font-size:55px;color:#ff7930;margin-bottom:10px}.index .preview .view.benchmark .page-view .summary .score .number .max-number{color:#001742;font-size:18px}.index .preview .view.benchmark .page-view .summary .score .description{text-align:start;font-size:12px;color:#939393}.index .preview .view.benchmark .page-view .summary .divider{background-color:#efefef;border-radius:15px;height:90px;width:3px;margin:5px 40px 5px 0}.index .preview .view.benchmark .page-view .summary table{width:100%;border-collapse:collapse}.index .preview .view.benchmark .page-view .summary table td{padding:6px 5px}.index .preview .view.benchmark .page-view .summary table td img{position:relative;top:2px}.index .preview .view.benchmark .page-view .summary table thead td{font-size:14px;color:#939393}.index .preview .view.benchmark .page-view .summary table tbody td:first-child,.index .preview .view.benchmark .page-view .summary table thead td:first-child{width:100px;text-align:right;padding-right:25px}.index .preview .view.benchmark .page-view .summary table tbody tr:first-child{font-weight:500;color:#ff7930}.index .preview .view.benchmark .page-view .summary table tbody tr:last-child{font-weight:500;color:#001742}.index .preview .view.benchmark .page-view img{border-radius:10px}.index .preview .view.benchmark .page-view .b1{grid-area:b1}.index .preview .view.benchmark .page-view .b2{grid-area:b2}.index .preview .view.benchmark .page-view .b3{grid-area:b3}.index .preview .view.benchmark .page-view .b4{grid-area:b4}.index .preview .view.benchmark .page-view .b5{grid-area:b5}.index .preview .view.benchmark .page-view .b6{grid-area:b6}.index .preview .view.benchmark .page-view .b7{grid-area:b7}.index .preview .view.benchmark .page-view .b8{grid-area:b8}.index .preview .view.benchmark .page-view .b9{grid-area:b9}.index .preview .view.benchmark .page-view .b10{grid-area:b10}.index .preview .view.benchmark .page-view .b11{grid-area:b11}.index .preview .view.benchmark .description{max-width:70vw;display:flex;text-align:center;margin-top:15px;font-size:18px}.index .preview .view.benchmark .description span{font-weight:600;color:#ff7930;margin-right:5px}@media(max-width:1400px){.index .preview .view{display:flex;justify-content:center;width:90vw;margin-top:0;padding-top:0}.index .preview .view:not(.video){display:none}.index .preview .view:hover{width:90vw}}@keyframes moveGradient{0%{background-position:0 0}50%{background-position:1000% 0}to{background-position:0 0}}@keyframes bounceVertical{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.index .decorator-space{padding:1px .7px .7px;width:100vw;border-radius:50px;margin:100px 0 0;background:linear-gradient(90deg,#fff,#ff7930 50%,#fff);background-size:200% 100%;animation:moveGradient 50s ease-in-out infinite,bounceVertical 5s ease-in-out infinite}@media(max-width:700px){.index .decorator-space{border-radius:50px}}.index .metrics-band{display:flex;background-color:#fff;flex-direction:column;border-radius:50px;align-items:center;z-index:10;padding:60px;gap:40px}.index .metrics-band h2{font-size:20px;font-weight:500}.index .metrics-band h2 img{position:relative;top:2px;left:4px}.index .metrics-band h2 img:hover{opacity:.6;cursor:pointer}.index .metrics-band .metrics{text-align:center;padding:20px;width:100%;display:flex;justify-content:center;gap:40px}.index .metrics-band .metrics .metric{text-align:start}.index .metrics-band .metrics .metric h3{font-size:2em;margin:0;transition:color .3s ease}.index .metrics-band .metrics .metric h3 span{position:relative;bottom:5px;margin-left:2px;color:#ff7930}.index .metrics-band .metrics .metric p{margin-top:10px;color:#666;font-size:17px}@media(max-width:1000px){.index .metrics-band{border-radius:50px}.index .metrics-band h2{font-size:20px;line-height:22px;text-align:center}.index .metrics-band .metrics{display:flex;flex-direction:column;align-items:center;gap:50px}.index .metrics-band .metrics .metric{text-align:center}.index .metrics-band .metrics .metric h3{font-size:26px}}.index .bg-blue{background-color:rgba(244,247,254,.522);width:100%;padding-bottom:100px}.index .bg-blue .what-is-vision{padding:130px 20px 100px;display:flex;align-items:center;flex-direction:column}.index .bg-blue .what-is-vision h2{font-size:25px}.index .bg-blue .what-is-vision p{text-align:center;margin-top:40px;max-width:1200px;font-size:18px;color:#001742}@media(max-width:700px){.index .bg-blue .what-is-vision{padding:60px 0 40px}.index .bg-blue .what-is-vision h2{font-size:20px;line-height:22px;text-align:center}.index .bg-blue .what-is-vision p{font-size:16px;padding:0 20px}}.index .bg-blue .use-cases{margin-top:50px;display:flex;flex-direction:column;align-items:center}.index .bg-blue .use-cases h2{font-size:25px;margin-bottom:60px}.index .bg-blue .use-cases .progress{display:flex;height:700px}.index .bg-blue .use-cases .progress .cases-line{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.index .bg-blue .use-cases .progress .cases-line .step{display:flex;flex-direction:column;align-items:center;height:100%}.index .bg-blue .use-cases .progress .cases-line .step .circle{width:35px;height:35px;border-radius:50%;background-color:#fff;transition:width .5s ease,height .5s ease,background-color .5s ease}.index .bg-blue .use-cases .progress .cases-line .step .empty-line,.index .bg-blue .use-cases .progress .cases-line .step .line{width:10px;height:40%;background:#fff}.index .bg-blue .use-cases .progress .cases-line .step .empty-line{background-color:transparent}.index .bg-blue .use-cases .progress .cases-line .step.hovered .circle{width:45px;height:50px;background-color:#ff7930}.index .bg-blue .use-cases .progress .cases-line .step.hovered .line:first-child{background:linear-gradient(0deg,#ff7930 0,#fff 90%)}.index .bg-blue .use-cases .progress .cases-line .step.hovered .line:last-child{background:linear-gradient(180deg,#ff7930 0,#fff 90%)}.index .bg-blue .use-cases .progress .cases-column{width:30vw}@media(max-width:1600px){.index .bg-blue .use-cases .progress .cases-column{width:40vw}}.index .bg-blue .use-cases .progress .cases-column.mobile{display:none}.index .bg-blue .use-cases .progress .cases-column .insight{height:50%}.index .bg-blue .use-cases .progress .cases-column .insight .solution{display:block;color:#001742;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.index .bg-blue .use-cases .progress .cases-column .insight .description,.index .bg-blue .use-cases .progress .cases-column .insight .solution{font-size:17px}.index .bg-blue .use-cases .progress .cases-column .insight .head{margin-bottom:10px}.index .bg-blue .use-cases .progress .cases-column .insight.hovered .head{color:#ff7930}.index .bg-blue .use-cases .progress .cases-column .insight.hovered .description{color:#939393}.index .bg-blue .use-cases .progress .cases-column .insight.hovered .solution{opacity:1;transform:translateY(0);margin-top:40px}.index .bg-blue .use-cases .progress .cases-column:first-child .insight p{text-align:end}.index .bg-blue .use-cases .progress .cases-column:first-child .insight:first-child{margin-top:50px}.index .bg-blue .use-cases .progress .cases-column:last-child .insight p{text-align:start}.index .bg-blue .use-cases .progress .cases-column:last-child .insight:first-child{margin-top:210px}.index .bg-blue .use-cases .progress .cases-column .insight .head{font-weight:600;color:#001742;font-size:18px}.index .bg-blue .use-cases .progress .cases-line{width:10vw}@media(max-width:700px){.index .bg-blue .use-cases{display:grid}.index .bg-blue .use-cases h2{padding:0 18px;font-size:20px;line-height:22px;text-align:center;margin-bottom:0}.index .bg-blue .use-cases .progress{height:1200px}.index .bg-blue .use-cases .progress .cases-column{width:80vw}.index .bg-blue .use-cases .progress .cases-column:not(.mobile){display:none}.index .bg-blue .use-cases .progress .cases-column.mobile{display:block}.index .bg-blue .use-cases .progress .cases-column .insight{height:300px}.index .bg-blue .use-cases .progress .cases-column .insight .description,.index .bg-blue .use-cases .progress .cases-column .insight .solution{font-size:16px}.index .bg-blue .use-cases .progress .cases-column .insight .solution{margin-top:10px!important}.index .bg-blue .use-cases .progress .cases-column .insight:first-child{margin-top:70px}.index .bg-blue .use-cases .progress .cases-line{position:relative;right:20px}.index .bg-blue .use-cases .progress .cases-line .step .empty-line,.index .bg-blue .use-cases .progress .cases-line .step .line{height:120px}}.index .bg-blue .siscomex{display:flex;flex-direction:column;align-items:center;padding-top:130px;gap:25px}.index .bg-blue .siscomex .logos{gap:30px;display:flex;align-items:center}.index .bg-blue .siscomex .logos p{font-size:40px;font-weight:700}.index .bg-blue .siscomex p{font-size:17px}@media(max-width:1100px){.index .bg-blue .siscomex{padding-top:190px}}@media(max-width:700px){.index .bg-blue .siscomex{padding-top:75px}.index .bg-blue .siscomex .logos{display:flex;flex-direction:column;gap:5px}.index .bg-blue .siscomex .logos p{position:relative;top:10px}.index .bg-blue .siscomex p{text-align:center;padding:0 10px}.index .bg-blue{padding-bottom:50px}}.index .bg-white{width:100vw;background-color:rgba(244,247,254,.522)}.index .bg-white .plans-and-prices{display:flex;flex-direction:column;align-items:center;border-radius:300px 300px 0 0;border-top:1px solid #ff7930;background-color:#fff;padding-top:35px}.index .bg-white .plans-and-prices .title h2{font-size:25px}.index .bg-white .plans-and-prices .title p{text-align:center;margin-top:30px;max-width:1200px;font-size:17px;color:#001742}.index .bg-white .plans-and-prices .set-cif{margin-top:100px;width:760px}.index .bg-white .plans-and-prices .set-cif .how-much{display:flex;justify-content:space-between;align-items:end;gap:40px;padding:0 20px}.index .bg-white .plans-and-prices .set-cif .how-much .question{font-size:25px}.index .bg-white .plans-and-prices .set-cif .how-much .value{align-items:end;display:flex;gap:5px}.index .bg-white .plans-and-prices .set-cif .how-much .value .amount{display:flex;font-size:40px;font-family:Oswald,sans-serif;color:#001742;text-transform:uppercase;font-weight:500;gap:3px}.index .bg-white .plans-and-prices .set-cif .how-much .value .amount span{font-size:25px;position:relative;vertical-align:top;top:4px}.index .bg-white .plans-and-prices .set-cif .how-much .value .unit{color:#939393}.index .bg-white .plans-and-prices .set-cif .inputRange{margin-top:30px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:12px;border-radius:9999px;background:linear-gradient(90deg,#ff7930 30%,#ddd 0);cursor:pointer}.index .bg-white .plans-and-prices .set-cif .inputRange::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:9999px;background:#ff7930;box-shadow:none}.index .bg-white .plans-and-prices .set-cif .inputRange::-moz-range-thumb{border:none;width:24px;height:24px;border-radius:9999px;background:#ff7930;box-shadow:none}.index .bg-white .plans-and-prices .plans{margin-top:90px;width:80vw}@media(max-width:1700px){.index .bg-white .plans-and-prices .plans{width:85vw}}@media(max-width:1500px){.index .bg-white .plans-and-prices .plans{width:90vw}}.index .bg-white .plans-and-prices .plans table{table-layout:fixed;width:100%;border-spacing:0}.index .bg-white .plans-and-prices .plans table thead tr:first-child{text-align:center;height:20px;font-weight:500;color:#ff7930}.index .bg-white .plans-and-prices .plans table thead tr:first-child td:not(.better) p{display:none}.index .bg-white .plans-and-prices .plans table thead tr:nth-child(n+2) td{margin-top:15px}.index .bg-white .plans-and-prices .plans table thead tr:nth-child(n+2) td.better{border-radius:20px 20px 0 0;border:1px solid #ff7930;border-bottom:none}.index .bg-white .plans-and-prices .plans table tbody tr{height:43px}.index .bg-white .plans-and-prices .plans table tbody tr:last-child td{border:0}.index .bg-white .plans-and-prices .plans table tbody tr:last-child td.better{border-radius:0 0 20px 20px;border:1px solid #ff7930;border-top:none}.index .bg-white .plans-and-prices .plans table tbody tr td{vertical-align:middle;font-size:15px;border-bottom:1px solid hsla(0,0%,85%,.8)}.index .bg-white .plans-and-prices .plans table tbody tr td:first-child{padding-left:10px}.index .bg-white .plans-and-prices .plans table tbody tr td:not(:first-child){text-align:center}.index .bg-white .plans-and-prices .plans table tbody tr td.better{border-left:1px solid #ff7930;border-right:1px solid #ff7930}.index .bg-white .plans-and-prices .plans table tbody tr td.category-title{height:50px;font-weight:600;font-size:17px;color:#001742;vertical-align:bottom;padding-bottom:13px}.index .bg-white .plans-and-prices .plans table .plan-name{padding:20px 30px 10px}.index .bg-white .plans-and-prices .plans table .plan-name h4{font-size:20px}.index .bg-white .plans-and-prices .plans table .plan-name.better h4{color:#ff7930}.index .bg-white .plans-and-prices .plans table .plan-name .price{margin-top:10px}.index .bg-white .plans-and-prices .plans table .plan-name .price .amount,.index .bg-white .plans-and-prices .plans table .plan-name .price .prefix{font-family:Oswald,sans-serif;color:#001742;text-transform:uppercase}.index .bg-white .plans-and-prices .plans table .plan-name .price .amount{font-size:40px;font-weight:500}.index .bg-white .plans-and-prices .plans table .plan-name .price .prefix{margin-right:4px;font-size:20px;position:relative;vertical-align:top;top:4px}.index .bg-white .plans-and-prices .plans table .plan-name .price .recurrency{margin-left:5px;color:#4f4f4f;opacity:.8}.index .bg-white .plans-and-prices .plans table .plan-name .description{margin-top:13px;color:#4f4f4f}.index .bg-white .plans-and-prices .plans table .plan-name:not(.better):not(.custom) button{background-color:rgba(255,121,48,.188);color:#ff7930}.index .bg-white .plans-and-prices .plans table .plan-name button{margin-top:15px}.index .bg-white .plans-and-prices .plans table .plan-name .try-details{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#939393;font-size:14px;margin-top:10px}.index .bg-white .plans-and-prices .plans table .plan-name .try-details .try-action{width:-moz-fit-content;width:fit-content;margin-bottom:3px;color:#ff7930;padding-bottom:1px;border-bottom:1px solid transparent;text-decoration:none}.index .bg-white .plans-and-prices .plans table .plan-name .try-details .try-action:hover{border-bottom:1px solid #ff7930;cursor:pointer}.index .bg-white .plans-and-prices .plans table .plan-name.custom{display:flex;flex-direction:column;justify-content:space-between}.index .bg-white .plans-and-prices .plans table .plan-name.custom .lets-talk{margin-top:20px;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:25px;color:#ff7930}.index .bg-white .plans-and-prices .plans table .plan-name.custom button{margin-top:25px;position:relative;vertical-align:bottom;color:#ff7930;border:1px solid #ff7930!important}.index .bg-white .plans-and-prices .plans table .plan-info h4{font-size:25px;line-height:28px}.index .bg-white .plans-and-prices .plans table .plan-info p{margin-top:20px;color:#939393}.index .bg-white .plans-and-prices .plans table td:first-child,.index .bg-white .plans-and-prices .plans table th:first-child{width:350px;font-size:16px}@media(max-width:1300px){.index .bg-white .plans-and-prices{border-radius:50px 50px 0 0}.index .bg-white .plans-and-prices .title p{font-size:14px}.index .bg-white .plans-and-prices .set-cif{margin-top:40px;width:90vw}.index .bg-white .plans-and-prices .set-cif .how-much{display:flex;flex-direction:column;gap:15px;align-items:center}.index .bg-white .plans-and-prices .set-cif .how-much .question{font-size:20px}.index .bg-white .plans-and-prices .set-cif .how-much .value .amount{font-size:25px}.index .bg-white .plans-and-prices .set-cif .how-much .value .amount span{font-size:20px}.index .bg-white .plans-and-prices .set-cif .how-much .value .amount .unit{font-size:18px}.index .bg-white .plans-and-prices .plans{margin-top:50px;width:90vw}.index .bg-white .plans-and-prices .plans table thead tr td.custom,.index .bg-white .plans-and-prices .plans table thead tr td:not(.better):not(:first-child){display:none!important}.index .bg-white .plans-and-prices .plans table thead tr td:first-child{width:45vw}.index .bg-white .plans-and-prices .plans table thead tr td.plan-name{padding:20px}.index .bg-white .plans-and-prices .plans table thead tr td.plan-name .price h4{font-size:16px}.index .bg-white .plans-and-prices .plans table thead tr td.plan-name .price .amount{font-size:30px}.index .bg-white .plans-and-prices .plans table thead tr td.plan-name .description,.index .bg-white .plans-and-prices .plans table thead tr td.plan-name .price .recurrency,.index .bg-white .plans-and-prices .plans table thead tr td.plan-name .try-details{font-size:13px}.index .bg-white .plans-and-prices .plans table thead tr td.plan-info h4{font-size:20px}.index .bg-white .plans-and-prices .plans table tbody tr td{font-size:16px}.index .bg-white .plans-and-prices .plans table tbody tr td.custom,.index .bg-white .plans-and-prices .plans table tbody tr td:not(.better):not(:first-child){display:none!important}}.index .q-and-a{display:flex;flex-direction:column;align-items:center;background-color:#001742;width:100%}.index .q-and-a .border-end{background-color:#fff;height:200px!important;width:100vw;border-radius:0 0 300px 300px;border-bottom:1px solid #ff7930;margin-bottom:50px}@media(max-width:1300px){.index .q-and-a .border-end{border-radius:0 0 50px 50px}}.index .q-and-a h2{font-size:25px;color:#fff}.index .q-and-a .cards{display:flex;align-items:center;flex-direction:column;gap:20px;margin-top:45px;padding-bottom:160px;width:100%}.index .q-and-a .cards .question-card{width:1000px;border-radius:15px;background-color:#fff;padding:20px 50px}.index .q-and-a .cards .question-card .question{display:flex;align-items:center;justify-content:space-between;gap:50px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.index .q-and-a .cards .question-card .question .q{font-size:18px}.index .q-and-a .cards .question-card .question .arrow{display:flex;justify-content:center;align-items:center;background-color:#f4f7fe;border-radius:50%;width:40px;height:40px}.index .q-and-a .cards .question-card .question .arrow.open{cursor:pointer}.index .q-and-a .cards .question-card .question .arrow.open svg{font-size:30px;transform:rotate(-180deg);color:#001742}.index .q-and-a .cards .question-card .question .arrow svg{transition:font-size .3s ease,transform .3s ease}.index .q-and-a .cards .question-card .answer{height:0;margin:0;line-height:20px;font-size:0;overflow:hidden;transition:height .5s ease,font-size .5s ease,padding .5s ease}.index .q-and-a .cards .question-card .answer .detail{margin-top:15px;color:#939393;font-size:0;transition:font-size .5s ease}.index .q-and-a .cards .question-card .answer.opened{height:auto;padding:35px 0 20px;font-size:17px;transition:max-height .5s ease,font-size .5s ease}.index .q-and-a .cards .question-card .answer.opened .detail{font-size:13px}@media(max-width:1200px){.index .q-and-a{width:100%}.index .q-and-a .cards .question-card{box-sizing:border-box;padding:20px;width:95%}.index .q-and-a .cards .question-card .arrow{width:30px!important;height:30px!important}.index .q-and-a .cards .question-card .question .q{width:80%}}.index footer{width:100%;height:500px;background-color:#001742}.backgroundGray{z-index:-1;position:fixed;width:100vw;height:100vh;top:0;left:0;background:#f4f7fe;overflow:hidden}.backgroundGray span{width:37vmin;height:37vmin;border-radius:37vmin;backface-visibility:hidden;position:absolute;animation:move;animation-duration:10;animation-timing-function:linear;animation-iteration-count:infinite}.backgroundGray span:nth-child(0){color:#f4f7fe;top:20%;left:43%;animation-duration:37s;animation-delay:-112s;transform-origin:2vw -14vh;box-shadow:-74vmin 0 9.5909308098vmin currentColor}.backgroundGray span:first-child{color:#dbe3f5;top:90%;left:9%;animation-duration:222s;animation-delay:-235s;transform-origin:18vw -7vh;box-shadow:-74vmin 0 9.5881304556vmin currentColor}.backgroundGray span:nth-child(2){color:#fff6f0;top:26%;left:67%;animation-duration:207s;animation-delay:-323s;transform-origin:20vw 22vh;box-shadow:74vmin 0 9.8761815648vmin currentColor}.backgroundGray span:nth-child(3){color:#fff6f0;top:28%;left:9%;animation-duration:393s;animation-delay:-378s;transform-origin:-3vw 23vh;box-shadow:-74vmin 0 9.3756553815vmin currentColor}.backgroundGray span:nth-child(4){color:#f4f7fe;top:56%;left:27%;animation-duration:211s;animation-delay:-13s;transform-origin:-3vw -10vh;box-shadow:74vmin 0 9.6499876084vmin currentColor}.backgroundGray span:nth-child(5){color:#dbe3f5;top:39%;left:66%;animation-duration:338s;animation-delay:-53s;transform-origin:-11vw -7vh;box-shadow:74vmin 0 9.3802621653vmin currentColor}.backgroundGray span:nth-child(6){color:#fff6f0;top:43%;left:19%;animation-duration:383s;animation-delay:-182s;transform-origin:21vw -17vh;box-shadow:74vmin 0 9.9848470087vmin currentColor}.backgroundGray span:nth-child(7){color:#dbe3f5;top:81%;left:41%;animation-duration:202s;animation-delay:-393s;transform-origin:11vw -18vh;box-shadow:74vmin 0 10.0868363685vmin currentColor}.backgroundGray span:nth-child(8){color:#dbe3f5;top:94%;left:55%;animation-duration:337s;animation-delay:-185s;transform-origin:2vw -4vh;box-shadow:-74vmin 0 9.3795757316vmin currentColor}.backgroundGray span:nth-child(9){color:#dbe3f5;top:10%;left:73%;animation-duration:29s;animation-delay:-269s;transform-origin:-19vw 25vh;box-shadow:74vmin 0 9.6641663968vmin currentColor}.backgroundGray span:nth-child(10){color:#dbe3f5;top:23%;left:64%;animation-duration:36s;animation-delay:-124s;transform-origin:0 8vh;box-shadow:-74vmin 0 9.6565342776vmin currentColor}.backgroundGray span:nth-child(11){color:#f4f7fe;top:27%;left:31%;animation-duration:264s;animation-delay:-353s;transform-origin:-12vw 14vh;box-shadow:-74vmin 0 9.7793010486vmin currentColor}.backgroundGray span:nth-child(12){color:#dbe3f5;top:13%;left:86%;animation-duration:191s;animation-delay:-81s;transform-origin:2vw 3vh;box-shadow:-74vmin 0 10.2017731633vmin currentColor}.backgroundGray span:nth-child(13){color:#fff6f0;top:99%;left:60%;animation-duration:358s;animation-delay:-155s;transform-origin:13vw 4vh;box-shadow:-74vmin 0 9.9004172048vmin currentColor}.backgroundGray span:nth-child(14){color:#f4f7fe;top:22%;left:23%;animation-duration:204s;animation-delay:-230s;transform-origin:-9vw 13vh;box-shadow:74vmin 0 10.0856213744vmin currentColor}.backgroundGray span:nth-child(15){color:#dbe3f5;top:8%;left:26%;animation-duration:238s;animation-delay:-279s;transform-origin:11vw -12vh;box-shadow:-74vmin 0 10.0720000909vmin currentColor}.backgroundGray span:nth-child(16){color:#fff6f0;top:44%;left:80%;animation-duration:370s;animation-delay:-140s;transform-origin:-16vw -3vh;box-shadow:-74vmin 0 9.5424041859vmin currentColor}.backgroundGray span:nth-child(17){color:#dbe3f5;top:59%;left:3%;animation-duration:190s;animation-delay:-35s;transform-origin:25vw 14vh;box-shadow:-74vmin 0 9.9520590952vmin currentColor}.backgroundGray span:nth-child(18){color:#f4f7fe;top:80%;left:29%;animation-duration:170s;animation-delay:-370s;transform-origin:-11vw -8vh;box-shadow:-74vmin 0 9.3010703456vmin currentColor}.backgroundGray span:nth-child(19){color:#dbe3f5;top:81%;left:5%;animation-duration:328s;animation-delay:-236s;transform-origin:-7vw -7vh;box-shadow:74vmin 0 9.615161933vmin currentColor}.backgroundGray span:nth-child(20){color:#f4f7fe;top:56%;left:94%;animation-duration:223s;animation-delay:-128s;transform-origin:19vw 9vh;box-shadow:74vmin 0 9.7365213681vmin currentColor}.metric-card{flex:1;border-radius:9px;padding:20px;box-sizing:border-box;height:125px;display:grid;grid-template-areas:"icon" "value" "description"}.metric-card:hover{opacity:.85;transition:opacity .5s ease}.metric-card .icon-circle{width:28px;height:28px;border-radius:50%;margin-bottom:13px;grid-area:icon;display:flex;justify-content:center;align-items:center}.metric-card .icon-circle img{width:18px;height:18px}.metric-card .value{font-size:18px;font-weight:600;grid-area:value}.metric-card .value .unit{font-size:14px;margin-bottom:3px;color:#4f4f4f}.metric-card .details{grid-area:description;margin-top:8px}.metric-card .details .description{font-size:12px;font-weight:500}.metric-card .details .info{margin-top:5px;font-size:11px;color:#ff7930;font-weight:500}.ranking-chart{overflow:auto}.ranking-chart::-webkit-scrollbar{width:5px}.ranking-chart::-webkit-scrollbar-thumb{background-color:#efefef;border-radius:8px}.ranking-chart::-webkit-scrollbar-thumb:hover{background-color:#939393;cursor:pointer}.ranking-chart table{width:100%;border-collapse:collapse;font-size:.8em;color:#4f4f4f}.ranking-chart table thead{color:#939393}.ranking-chart table tbody tr:hover{background-color:#f5f5f5}.ranking-chart table td{padding:9px 0}.ranking-chart table tbody td:first-child,.ranking-chart table thead td:first-child{padding-left:20px}.ranking-chart table tbody td:last-child,.ranking-chart table thead td:last-child{padding-right:20px}.ranking-chart table tbody td{padding:9px 0;border-top:1px solid #efefef}.ranking-chart table tbody td .percent{background-color:rgba(255,121,48,.1);border:1px solid rgba(255,121,48,.7);color:#ff7930;padding:6px 5px 4px;display:inline-block;border-radius:5px;font-size:.8em;font-weight:600}.ranking-chart table tbody td .percent:hover{background-color:#ff7930;color:#fff}.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{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.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,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{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-bottom,.leaflet-top{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-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{border:2px dotted #38f;background:hsla(0,0%,100%,.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 rgba(0,0,0,.65);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: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-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 rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.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(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.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:focus,.leaflet-control-attribution a:hover{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:hsla(0,0%,100%,.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-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{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:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.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: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{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=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.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{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}}