@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;outline:none}body,html{overflow-x:hidden;font-family:Inter,sans-serif;background:#f8f8f8;color:#fff}a{color:#fff;text-decoration:none}.flicker{animation-duration:.8s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right,#d5d5d5 8%,#f2f2f2 38%,#d5d5d5 54%);background-size:1000px 640px;position:relative}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.flick.flicker{height:20px}.btn{cursor:pointer;transition:all ease .5s}.btn_text{transition:all .2s}.btn-load{position:relative}.btn-load img,.btn-load .btn_text{visibility:hidden;opacity:0}.btn-load:after{content:"";position:absolute;width:16px;height:16px;top:0;left:0;right:0;bottom:0;margin:auto;border:4px solid transparent;border-top-color:#fff;border-radius:50%;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.load-container{display:flex;align-items:center;justify-content:center;width:calc(100% - 60px);margin:30px}.lds-ring{display:inline-block;position:relative;width:30px;height:30px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:25px;height:25px;margin:2px;border:2px solid #18a0fb;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#18a0fb transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nav{width:17vw;background:#fff;padding:20px;position:fixed;height:100vh;top:0;left:0;transition:all ease .5s}.nav-container{display:flex;flex-direction:column;justify-content:space-between;height:100%}.nav .nav-item{display:flex;margin:15px 0;padding:10px 5px;cursor:pointer;align-items:center;text-decoration:none;border-radius:6px}.nav .nav-item.active{background:#002461}.nav .header{display:flex;margin:15px 0;align-items:center;padding:0;justify-content:space-between}.nav .header-mob{display:none}.nav .header .icon img{width:125px}.nav .icon{margin:0 10px}.nav .header .icon{margin-right:20px;background:none}.nav .icon img{width:14px}.nav .text{color:#a4a4a4;font-weight:300;font-size:13px}.nav .active .text{color:#fff}.nav .text.active{font-weight:600}.nav .header .text{font-weight:700;color:#8f1e1d;font-size:13px}.nav .up{position:relative}.nav .up .tag.undefined{opacity:0}.nav .up .tag{position:absolute;width:9px;border-radius:0 5px 5px 0;height:40px;background:#002461;left:-20px;transition:all ease .5s}.nav .up .tag.over{background:rgba(20,147,42,.5)}.nav .up .tag.one{top:98px}.nav .up .tag.two{top:153px}.nav .up .tag.three{top:208px}.nav .up .tag.four{top:265px}.nav .up .tag.five{top:321px}.nav-helm{display:none}@media (max-width: 1200px){.nav{width:204px}}@media (max-width: 600px){.nav{left:-234px;z-index:100;width:220px}.nav-mob.open,.nav.open{left:0}.nav-mob{background:rgba(0,0,0,.49);width:100vw;height:100vh;position:fixed;top:0;left:-1000px;z-index:10}.nav-helm{z-index:1;display:flex;position:fixed;top:0;left:0;width:100%;padding:20px 20px 15px;justify-content:space-between;align-items:center;background:white}.nav-helm.ex{margin-bottom:-85px;position:relative;background:unset;border-bottom:1px solid rgba(247,163,162,.25);justify-content:center}.nav-helm.ex img{position:absolute;left:30px}.nav-helm.ex .title{font-size:16px;font-weight:500;color:#8f1e1d}.nav-helm .text{font-weight:700;font-size:14px;color:#002461}.nav-helm .bottom{display:none}.nav-helm .logo{width:40px;margin:0 20px 0 30px;position:relative;top:2px}.nav-helm .bottom .btn{cursor:pointer;text-align:center;color:#fff8f8;border:1px solid #ef2e2c;border-radius:5px;padding:5px 20px;height:40px;font-size:10px;display:flex;align-items:center;background:#ef2e2c;font-weight:600;transition:all ease .5s}.nav-helm .bottom .btn:hover{border:1px solid #bd2624;background:#bd2624}.nav-helm .bottom .icon{width:60px;height:60px;border-radius:50%;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.nav-helm .bottom .icon svg{width:40px}.nav-helm .bottom .icon svg text{font-size:123px;font-weight:700;transform:translateY(-75px)}.nav-helm .up{display:flex;align-items:center}.nav .header{display:none}.nav .header-mob{display:block;border-bottom:1px solid #e2dfdf;margin:20px -20px;padding:0 20px 20px;position:relative}.nav .header-mob .img{width:79px;height:79px;background:#c4c4c4;border-radius:50%}.nav .header-mob img{position:absolute;top:0;right:25px}.nav .header-mob .name{font-weight:600;font-size:18px;line-height:22px;color:#4e4e4e;margin:20px 0 5px}.nav .header-mob .role{font-weight:400;font-size:12px;line-height:15px;color:#a4a4a4}.nav .up .tag.one{top:175px}.nav .up .tag.two{top:230px}.nav .up .tag.three{top:288px}.nav .up .tag.four{top:333px}.nav .up .tag.five{top:378px}}.landing{background:#010213}.header{display:flex;align-items:center;justify-content:space-between;padding:10px 65px;position:relative}.header a{font-size:13px;font-weight:300;z-index:2}.header .blur{position:absolute;width:60vw;height:60vw;border-radius:50%;background:#14153a;filter:blur(250px);left:35%;top:-400px}.hero{height:calc(100vh - 84px);min-height:570px;padding:65px;display:flex;z-index:11;position:relative}.hero .img{width:45%;position:relative}.hero .img img{position:absolute;width:100%;top:-12vw}.hero .content{width:50%;margin-top:20px}.hero .content .up-title{font-size:13px;font-weight:700;color:#4afe9a;margin-bottom:10px}.hero .content h1{font-weight:700;font-size:53px;line-height:70px}.hero .content p{font-size:15px;line-height:25px;font-weight:300;margin:10px 0 45px}.hero .content .btn-group{display:flex}.hero .content .btn-group a{padding:10px 40px;text-transform:uppercase;font-weight:700;font-size:11px;border:1px solid #fff;color:#fff;background:#010213;transition:all ease .5s}.hero .content .btn-group a:nth-child(1){border:1px solid #e52527;background:#e52527;margin-right:20px}.hero .content .btn-group a:nth-child(1):hover{border:1px solid #e90105;background:#e90105}.hero .content .btn-group a:hover{background:#000002}.nfc{margin-top:50px;padding:65px}.nfc .img-group{position:relative;display:flex;align-items:center;justify-content:center;z-index:2}.nfc .icon{position:absolute;top:-75px;transform:translate(210px)}.why{padding:65px;position:relative}.why .gif{position:absolute;width:300px;top:-195px;left:50%;transform:translate(-50%)}.why .title{text-align:center;font-size:20px;margin-top:10px}.why .reasons{display:flex;justify-content:center;margin:100px 0 30px}.reasons .item{margin:0 20px;text-align:center}.reasons .item .sub{font-weight:300;font-size:12px}.item .icon{border:1px solid #56587e;background:#07071e;padding:20px;width:90px;margin-top:10px;border-radius:20px;height:38px;display:flex;align-items:center;justify-content:center}.why p{width:500px;margin:10px auto;text-align:center;font-size:13px;line-height:20px;font-weight:300}.endorse{margin:100px 0 20px;position:relative}.endorse .gif{width:calc(100vw + 95px);top:-30vw}.endorse h4{text-align:center;font-weight:400;font-size:15px;margin-bottom:20px;position:relative;z-index:2}.endorse .slide{width:600px;margin:50px auto 10px;padding:25px 70px;display:flex;justify-content:space-between;background:rgba(35,35,92,.2);border:1px solid rgba(255,255,255,.15);border-radius:7px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #0003;z-index:2;position:relative}.investor{padding:65px;margin:0 50px}.investor .sub{color:#2e49db;font-size:13px;margin-bottom:10px}.investor .say{display:flex}.say p{width:60%;font-size:15px;line-height:36px}.say .img{width:40%;display:flex;justify-content:center}.say img{margin:auto}.investor .struc{display:flex;margin:60px 0 0}.struc .left{width:60%}.struc a{width:40%;text-align:center;color:#3480f3;text-decoration:underline;font-weight:600;font-size:15px}.investor .name{color:#4afd97;font-weight:700;font-size:15px;margin-bottom:15px}.investor .left p{font-weight:300;font-size:14px;margin-bottom:15px}.configure{margin:20px 65px;padding:55px 45px 0;position:relative;display:flex;border-radius:20px;overflow:hidden;justify-content:space-between}.endorse .blur,.configure .blur{position:absolute;width:calc(100% - 90px);height:332px;border-radius:50%;background:#1b2072;filter:blur(90px);z-index:1;top:-85px}.endorse .blur{width:700px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(180px)}.configure .content{z-index:2;position:relative;width:40%}.configure .img{position:relative;z-index:2;width:50%;display:flex;flex-direction:column;align-items:center}.configure .content .title{font-size:52px;font-weight:700;width:325px;line-height:57px;margin:20px 0 60px}.configure .content .item{margin:60px 0}.configure .content .item h3{font-weight:700;font-size:20px;margin-bottom:15px}.configure .content .item p{font-size:14px;line-height:23px}.configure .img p{margin:110px 0 50px -40px;font-weight:300}.pricing{padding:65px}.pricing .sub{color:#9394af;text-align:center;font-weight:700;font-size:15px;margin-bottom:10px}.pricing h1{width:500px;text-align:center;font-size:40px;margin:0 auto}.pricing .item{width:800px;border:1px solid #56587e;border-radius:30px;padding:30px;display:flex;justify-content:end;margin:40px auto 10px;background:linear-gradient(to bottom left,#16173a 0%,#040410 63%)}.pricing .tile{background:#010213;padding:30px;display:flex;flex-direction:column;align-items:center;border-radius:20px}.tile .amount{color:#4afd97;font-weight:700;font-size:50px;position:relative}.tile .amount span{font-size:30px;position:relative;top:-13px}.tile h6{color:#9394af;font-size:8px;margin:0 0 10px}.tile a{background:#181940;font-size:8px;padding:7px 15px;border-radius:10px;margin:0 auto}hr{width:600px;margin:100px auto;border-top:1px solid #30324e;border-bottom:none;border-left:none;border-right:none}.event{padding:65px 65px 20px}.event .main{border:1px solid #56587e;border-radius:20px;padding:65px 90px;display:flex;justify-content:space-between;position:relative;overflow:hidden;margin:0 30px}.event .main .blur{position:absolute;width:calc(100% - 90px);height:400px;border-radius:50%;background:#1b2072;filter:blur(90px);z-index:1;top:-85px;right:-200px}.event .main .img{width:40%;background:#000000;border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.event .main .content{width:50%;position:relative;z-index:2}.event h1{font-size:35px;width:300px;margin:50px 0 30px}.entity .main p,.event p{line-height:30px;margin-bottom:20px}.event .duo{margin:80px 0;display:flex;justify-content:space-between}.event .duo .item{border:1px solid #56587e;border-radius:20px;padding:40px;width:calc(50% - 40px);background:url(/assets/tap2.png) center center / cover no-repeat}.event .duo .item:nth-child(1){background:url(/assets/tap.png) center center / cover no-repeat}.event .duo h1{margin:200px 0 40px}.entity{margin:10px 105px;padding:80px;background:url(/assets/entity.png) center center / cover no-repeat;border-radius:30px}.entity .title{font-size:54px;font-weight:700;margin:20px 0;width:600px}.entity .tab{padding:10px 90px 10px 10px;border-radius:10px;background:#090a25;display:flex;justify-content:space-between;width:500px}.entity .tab .tile{padding:10px;font-size:10px;border-radius:10px;font-weight:600}.entity .tab .tile.active{background:#4cfd9a;color:#090a25}.entity .main{display:flex;margin-top:100px;justify-content:space-between}.entity .main .content{width:calc(45% - 20px)}.entity .main .img{width:calc(55% - 20px)}.entity .main .img img{width:100%}.entity .main h1{font-size:35px;margin:40px 0}.how,.choose{padding:65px;margin:0 100px}.how .title,.choose h1{width:300px;margin:30px 0;font-size:45px;font-weight:700}.choose .main{display:flex;padding:60px 0;border-bottom:1px solid #30324e;justify-content:space-between}.choose .main .item{width:calc(33% - 35px)}.choose .main .item .title{font-weight:600}.choose .main .item .title{margin-bottom:10px}.choose .main .item img{margin-right:10px}.choose .main .item p{font-weight:300;font-size:14px;line-height:24px}.how .main{display:flex;justify-content:space-between;margin:70px 0;position:relative;z-index:3}.how .item{width:calc(33% - 30px);border-radius:30px;padding:20px;background:url("/assets/Card (1).png") center center / cover no-repeat}.how .item:nth-child(2){background:url("/assets/Card (3).png") center center / cover no-repeat}.faq p,.how .item p{font-weight:300;font-size:14px;line-height:24px;margin:50px 0 70px}.how .item h3{color:#4bfe9a;font-weight:600;margin:80px 0 30px;width:100px;height:46px;display:flex;align-items:end}.faq{padding:25px 65px;margin:0 100px;background:#010213;position:relative}.faq:before{content:"";background:#010213;position:absolute;display:block;width:100vw;height:100%;z-index:2;left:-100px;top:0}.faq .blur{position:absolute;width:100vw;height:200%;border-radius:50%;background:#1b2072;filter:blur(90px);z-index:1;top:-85px;left:50%;transform:translate(-50%)}.faq .title{font-weight:700;font-size:40px;text-align:center;width:500px;margin:10px auto 40px;z-index:3;position:relative}.faq .slick-slider{width:80%;margin:80px auto;z-index:3}.slick-prev{left:-75px}.slick-next{right:-75px!important}.slick-dots li button:before,.slick-dots li.slick-active button:before{color:#fff!important}.faq h3{font-size:18px;margin-bottom:10px}.faq p{margin:10px 0}.cta{padding:65px;margin-top:20px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:3}.cta .title{font-weight:700;text-align:center;font-size:35px}.cta a{background:#e52527;padding:10px 20px;font-size:14px;text-transform:uppercase;margin:40px 0 20px}.footer{padding:65px;background:#fff;color:#42a5f0;position:relative;z-index:3}.footer img.icon{width:24px;height:24px;cursor:pointer;margin-left:15px}.footer .top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:30px}.footer .bottom{display:flex;padding-top:60px;justify-content:space-between;align-items:center}.footer .links{display:flex}.footer a{color:#42a5f0;margin-left:30px}@media (max-width: 1150px){.endorse .gif{top:-27vw}}@media (max-width: 960px){.how .main,.event .duo,.event .main,.configure,.hero{flex-direction:column;min-height:unset;height:unset}.entity .main{flex-direction:column-reverse}.pricing .item,.entity .main .img,.entity .main .content,.event .duo .item,.event .main .content,.event .main .img,.configure .img,.configure .content,.hero .content{width:100%}.how .main .item{margin:20px auto;width:300px}.event .duo .item:nth-child(1){margin-bottom:50px}.configure .img p{margin:55px 0}.configure{margin:20px 65px 45px}.entity .title{width:100%}.how,.choose{margin:0}.how .item h3{margin:70px 0 40px}.faq{margin:0}.faq:before{left:0}.faq .title{width:unset}.entity .tab{width:100%;padding:10px}.entity{margin:10px 15px}.investor{margin:0}.hero .img img{display:none}}@media (max-width: 600px){.header{padding:10px 20px}.footer,.how,.choose,.event,.pricing,.investor,.nfc,.why,.hero{padding:50px 20px}.nfc .icon{transform:translate(161px)}.pricing h1,.configure .content .title,.nfc img:nth-child(1),.endorse .slide,.why p{width:100%}.reasons .item{margin:0 10px;display:flex;flex-direction:column;align-items:center}.item .icon{padding:15px;width:65px}.endorse{margin:75px 0 20px}.endorse .slide{padding:25px 15px}.investor .say{flex-direction:column}.say p{width:100%;margin-bottom:20px}.say .img{width:250px;margin:auto}.configure{margin:20px 20px 25px;padding:25px 25px 0}hr{width:90%;margin:70px auto}.event .main{padding:45px;margin:0}.event .duo{margin:55px 0}.entity{padding:30px}.choose .main .item img{display:block}.choose .main .item{width:calc(33% - 15px)}.choose .main .item .title{display:flex;align-items:start}.faq{padding:25px 20px}.faq img.next{right:-50px!important}.faq img.prev{left:-50px!important}.cta{padding:50px 35px}.footer .bottom{flex-direction:column-reverse;align-items:start}.footer .links{flex-direction:column;margin-bottom:30px}.footer a{margin:10px 0}.endorse .gif{top:-24vw}}@media (max-width: 480px){.hero .content h1{font-size:35px;line-height:48px}.hero .content .btn-group a{padding:10px 25px}.nfc{padding:50px 15px 35px}.nfc .icon{width:100px;top:-50px;transform:translate(100px)}.endorse .slide{flex-wrap:wrap;justify-content:center}.endorse .slide img{margin:10px 5px}.faq .title,.how .title,.choose h1,.entity .title,.pricing h1,.configure .content .title{font-size:35px;line-height:48px}.event .duo .item,.event .main{padding:20px}.entity .main h1,.event h1{font-size:30px}.entity{padding:20px}.entity .tab .tile:nth-child(5){display:none}.entity .main{margin-top:70px}.choose .main{flex-direction:column}.choose .main .item{width:100%;margin:20px 0}.faq img.next,.faq img.prev{width:24px!important;height:24px!important}.endorse .gif{top:-12vw}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-e7b44c86.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-12459f22.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.auth-container{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#010213;position:relative}.auth-container .blur{position:absolute;width:60vw;height:60vw;border-radius:50%;background:#14153a;filter:blur(250px);left:35%;top:-400px;z-index:1}.auth-container .auth{background:#fff;width:600px;margin:120px 0;padding:30px 50px;z-index:3;border-radius:8px;box-shadow:0 2px 4px 2px #0003}.auth-container .auth .header{flex-direction:column;justify-content:center;align-items:center;margin:10px 0;padding-bottom:25px}.auth-container .auth .header img{width:70px}.auth-container .auth .header a{text-align:center;font-weight:700;font-size:16px;max-width:120px;color:#8f1e1d;margin-top:10px;text-decoration:none}.auth-container .auth .trouble{font-weight:300;font-size:14px}.auth-container .auth .trouble span{color:#002461;cursor:pointer}.auth-container .auth .trouble:nth-child(3){margin-top:5px}.auth-container .auth .alert-danger{background:rgba(255,0,0,.2);border-radius:4px;padding:15px;font-weight:500;font-size:14px;color:red;line-height:19px;margin:15px 0}.auth .group{display:flex;flex-direction:column;margin:20px 0}.auth .group label{font-family:Inter;font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#373232;margin-bottom:8px}.auth input{border:.868085px solid #dad8d8;border-radius:4px;padding:10px 15px;height:45px}.auth button{background:#002461;border-radius:10px;border:none;width:100%;height:60px;font-size:18px;font-weight:500;color:#fff;cursor:pointer;margin:20px 0}.auth-container .auto-overlay{position:fixed;top:-300px;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);visibility:hidden;opacity:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.auth-container .auto-overlay.vis{visibility:visible;opacity:1;top:0}.auth-container .auto-popup{padding:20px;background:#fff;border-radius:5px;width:600px;position:relative;transition:all 5s ease-in-out}.auth-container .auto-popup h2{margin-top:0;color:#333;margin-bottom:20px}.auth-container .auto-popup p{margin:10px 0;color:#333}.auth-container .auto-popup .close{position:absolute;top:20px;right:30px;transition:all .2s;font-size:30px;font-weight:700;text-decoration:none;color:#333}.auth-container .auto-popup .close:hover{color:#ef2e2c;transform:rotate(90deg)}.auth-container .auto-popup .content{max-height:30%;overflow:auto}.auth-container .top{position:absolute;top:10px;display:flex;align-items:center;justify-content:center;left:80px}.top a{text-decoration:none}.top h1{color:#002461;font-size:21px;font-weight:600}.header h2{background-image:linear-gradient(to right,#002461 0%,#002461 100%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:32px;margin-bottom:10px;font-weight:500}.header span{font-size:13px;color:#16181bb3}@media (max-width: 768px){.auth-container .auto-popup{width:90%}.auth-container .top{left:10px;width:calc(100% - 25px)}.top h1{font-size:16px}.auth-container .auth .header{text-align:center}}@media (max-width: 400px){.auth-container .auto-popup h2{margin-right:30px}}.home{width:83vw;margin-left:17vw;padding:0 0 15px}.header .bottom,.header{justify-content:space-between;display:flex;align-items:center;z-index:10}.header .nav-link{margin-right:15px}.home .header{background-color:#fff;padding:25px 30px;margin-right:10px;box-shadow:0 2px 14px #32313112}.home .header.alter{display:flex;justify-content:end}.header h1.title{color:#002461;font-weight:600;font-size:20px}.header .subtitle{color:#453e3e;opacity:.8;font-weight:500;font-size:13px}.header .icon,.home .icon{background:#fdeaea;border-radius:50%;display:flex;align-items:center;justify-content:center}.header .bottom .icon{width:30px;height:30px;border-radius:5px;cursor:pointer;position:relative;background:#002461;margin-right:6px}.header .bottom .icon img{width:17px}.header .bottom .icon svg text{font-size:123px;font-weight:700;transform:translateY(-75px)}.header .bottom .info{display:flex}.header .bottom .info .img{width:30px;height:30px;background:#8f1e1d;border-radius:50%;margin-right:10px}.header .bottom .info .name{color:#373232;font-weight:600;font-size:13px}.header .bottom .info .desc{color:#8f8b8b;font-weight:400;font-size:12px}.header .bottom .select{padding:10px 6px 10px 15px;width:max-content;display:flex;border-radius:5px;background:#e6efff;height:fit-content;cursor:pointer;align-items:center;font-size:13px;color:#504f4d}.header .bottom .select .iad{font-weight:500;margin:0 5px}.header .bottom .select select{color:#002461;border:none;cursor:pointer;font-size:13px;background:#e6efff;font-weight:700}.header .btn{cursor:pointer;text-align:center;color:#fff8f8;border:1px solid #ef2e2c;border-radius:5px;padding:5px 20px;height:40px;font-size:10px;display:flex;align-items:center;background:#ef2e2c;font-weight:600;transition:all ease .5s}.header .btn:hover{border:1px solid #bd2624;background:#bd2624}.header .filter{position:relative;display:flex}.header .filter .mob-filter{display:none}.header .filter input{width:380px;height:33px;padding:5px 15px 5px 30px;background:#ffffff;border:1px solid #fac0c0;border-radius:30px;color:#231f1f;font-weight:400;font-size:13px}.header.alt .filter input{width:100%;height:40px;padding:5px 15px 5px 40px}.header .filter input::placeholder{font-size:13px;color:#b5b2b2}.header .filter img{position:absolute;left:11px;width:11px;top:11px}.header.alt .filter img{left:15px;width:13px;top:13px}.header.alt{margin:0 0 20px}.header.alt .filter{width:600px}.tabs{margin:20px 35px 20px 20px;display:flex;justify-content:space-between;overflow-x:scroll}.tabs::-webkit-scrollbar{display:none}.tabs .card{border-radius:10px;background:url(../assets/card-back.png) no-repeat center;background-size:cover;box-shadow:0 4px 4px #ffeeee78;padding:20px;min-width:200px;width:calc(33.3% - 10px)}.tabs .card.alt{background:url(../assets/card-front.png) no-repeat center;background-size:cover}.tabs .card.alt{display:flex;align-items:end;padding:10px 20px}.tabs .card.alt .title{margin:3px 0;color:#fff;font-weight:600;font-size:12px}.tabs .card.blt .title{margin:15px 0 5px}.tabs .card.blt .top{margin:20px 0 0}.tabs .card.blt .top .btn{background:#002461;color:#fff;padding:7px 25px;font-size:12px}.tabs .card .title{color:#453e3e;font-weight:500;font-size:13px}.tabs .card .state{display:flex;margin:15px 0;justify-content:space-between;align-items:center}.card .top{display:flex;justify-content:space-between;align-items:center;margin:7px 0 3px}.tabs .icon{width:35px;height:35px;border-radius:5px;background-color:#e6efff}.tabs .icon img{width:16px}.tabs .top .state{margin:0;color:#002461;font-weight:600}.tabs .card .title{color:#a4a4a4;font-size:12px;margin:25px 0 3px}.tabs .bottom{display:flex;justify-content:space-between;align-items:center}.tabs .card .no{color:#002461;font-weight:600;font-size:24px}.tabs .card .no.gr{color:#34c759;font-size:20px}.tabs .card .no.rd{color:#931414;font-size:20px}.tabs .card .no span{color:#a4a4a4;font-weight:600;font-size:14px;margin-left:5px}.tabs .card .no.od span{margin-left:0}.tabs .bottom img{width:40px}.tabs .report{display:flex;align-items:center}.tabs .report .stat{background:#deffee;border-radius:6px;padding:3px 8px 4px;color:#66cb9f;font-weight:700;font-size:10px;margin-right:5px}.tabs .report .stat.neg{background:#fdeaea;color:#ef2e2c}.tabs .report .desc{color:#3e0e0e7d;font-weight:500;font-size:10px}.tabs .btn{cursor:pointer;background:#fff8f8;border:1px solid #fdeaea;border-radius:5px;padding:5px 10px;font-size:10px;display:flex;align-items:center;color:#ef2e2c;font-weight:600;width:fit-content;text-decoration:none}.graph{box-shadow:0 4px 4px #ffeeee78;background:#ffffff;border:1px solid #fdeaea;border-radius:10px;margin:15px 35px 15px 20px;height:440px;padding:20px;position:relative}.graph .top{display:flex;justify-content:space-between;align-items:center}.graph .top .title{color:#16192c;font-size:20px;font-weight:700;position:relative;top:unset;left:unset}.graph.azh .top .title{top:0}.graph.azh .switch{display:none}.graph.azh .line{margin:35px 20px 20px -20px}.graph .top select{box-shadow:0 3px 8px -1px #3232470d,0 0 1px #0c1a4b3d;width:150px;padding:11px 15px;font-size:13px;color:#8f8e89;font-weight:700;border-radius:10px;cursor:pointer;border:1px solid #e9e8e7}.graph .top .export{border:1px solid #edf2f7;font-size:12px;padding:5px 10px;border-radius:3px;cursor:pointer}.graph .top .export.nil{border:none;width:180px}.graph .top .export .key{position:absolute;padding:0 30px}.graph .top .export .key .item{margin-bottom:10px;display:flex;align-items:center}.graph .top .export .key .item .col{width:8px;height:8px;border-radius:50%;margin-right:8px}.graph .top .export .key .item .name{color:#81807b}.dobs .title,.graph .title{font-weight:600;font-size:18px;color:#002461;position:absolute;z-index:2500;top:10px;left:20px}.leaflet-container{border-radius:10px}.leaflet-tooltip.custom-tooltip{background-color:#e6efff;color:#000;font-size:14px;padding:10px;border-radius:4px;box-shadow:1px 1px 4px 4px #00000040}.leaflet-tooltip.custom-tooltip .item .top,.leaflet-tooltip.custom-tooltip .item .bottom .lines,.leaflet-tooltip.custom-tooltip .item{display:flex;justify-content:space-between;align-items:center}.leaflet-tooltip.custom-tooltip .item .top img{margin-right:10px}.leaflet-tooltip.custom-tooltip .item .top{margin-right:20px}.leaflet-tooltip.custom-tooltip .item .top .name{color:#002461;font-size:13px;font-weight:700}.leaflet-tooltip.custom-tooltip .item .top .pen{color:#002461;font-size:16px;font-weight:700}.leaflet-tooltip.custom-tooltip .item .bottom{color:#00000080;font-weight:300;font-size:13px}.leaflet-tooltip.custom-tooltip .item .bottom .lines{min-width:140px}.leaflet-tooltip.custom-tooltip .item .bottom .lines .no{color:#ff3b30}.leaflet-tooltip.custom-tooltip .item .bottom .lines:nth-child(1) .no{color:#34c759}.leaflet-tooltip.custom-tooltip:before{border-top-color:#e6efff}.graph .key{display:flex;margin:10px 0 20px}.graph .key .item{display:flex;align-items:center;margin-right:25px}.graph .key .item .cir{width:8px;height:8px;background:#fac0c0;border-radius:50%;margin-right:8px}.graph .key .item:nth-child(2) .cir{background:#ef2e2c}.graph .key p{color:#453e3e;font-size:12px}.dobs{display:flex;justify-content:space-between;margin:15px 0}.home .charts{display:flex;width:calc(100% - 30px);margin:15px 35px 15px 20px}.charts .top{width:100%;margin-right:25px}.charts .graph{margin:0;border:none;height:440px}.charts .graph .title{top:40px}.charts .ranking{box-shadow:0 3px 8px -1px #3232470d,0 0 1px #0c1a4b3d;padding:20px;background:white;border-radius:10px;width:calc(30% - 25px);height:440px;overflow:scroll}.charts .ranking::-webkit-scrollbar{display:none}.charts .ranking .title{font-weight:600;font-size:18px;color:#002461}.ranking .items{margin-top:15px}.ranking .deet{display:flex;margin:15px 0;justify-content:space-between;align-items:center}.deet .outer{width:calc(100% - 130px);height:20px;background:linear-gradient(to left,#e0e0e0,#c2c2c2);border-radius:3px;box-shadow:0 3px 8px -1px #3232470d,0 0 1px #0c1a4b3d;overflow:hidden}.deet .inner{background:linear-gradient(to right,#002461 0%,#0041b3 39%,#80aeff 70%);height:100%}.deet .inner.red{background:linear-gradient(to right,#4e1515 0%,#931414 39%,#b15e5e 70%)}.deet .name{color:#a4a4a4;font-size:12px;width:50px;cursor:default}.deet .rate{cursor:default;color:#002461;font-weight:600;font-size:15px;width:51px}.graph .switch{display:flex;margin:20px 0 30px;box-shadow:0 3px 8px -1px #3232470d,0 0 1px #0c1a4b3d;padding:10px 0;width:max-content;border:1px solid #e9e8e7;border-radius:10px;position:relative;overflow:hidden;top:25px;left:calc(100% - 245px)}.graph .switch .item{font-size:13px;color:#8f8e89;font-weight:700;padding:5px 20px;text-align:center;cursor:pointer;z-index:1}.graph .switch .item.active{color:#002461}.graph .switch .bord{background:#e6efff;width:2px;margin:-10px 0;z-index:1}.graph .switch .activ{position:absolute;height:100%;width:100px;background:#e6efff;top:0;z-index:0;transition:all ease .5s;left:0}.graph .switch .activ.bt{width:127px;left:97px}.graph .recharts-surface{height:320px!important}.graph .line{margin:25px 25px 25px 20px}.graph .line.area{margin:25px 25px 25px -25px}.dobs .ongoing{width:100%;box-shadow:0 4px 4px #ffeeee78;background:#ffffff;border:1px solid #fdeaea;border-radius:10px}.dobs .ongoing .switch{display:flex;box-shadow:0 3px 8px -1px #3232470d,0 0 1px #0c1a4b3d;padding:7px 0;width:max-content;border:1px solid #fdeaea;border-radius:10px;position:relative;overflow:hidden}.dobs .ongoing .switch .item{font-size:13px;color:#8f8e89;font-weight:500;padding:5px 20px;text-align:center;cursor:pointer;border:none;z-index:1;margin:0!important}.dobs .ongoing .switch .item.active{color:#8f1e1d}.dobs .ongoing .switch .bord{background:#fdeaea;width:2px;margin:-10px 0;z-index:1}.dobs .ongoing .switch .activ{position:absolute;height:100%;width:113px;background:#fdeaea;top:0;z-index:0;transition:all ease .5s;left:0}.dobs .ongoing .switch .activ.bt{width:95px;left:113px}.dobs .fulfil{width:calc(30% - 10px);box-shadow:0 4px 4px #ffeeee78;background:#ffffff;border:1px solid #fdeaea;border-radius:10px;padding:20px;display:flex;flex-direction:column}.dobs .ongoing .item{border:1px solid #fdeaea;border-bottom:none;border-left:none;border-right:none;justify-content:space-between;display:flex;align-items:center;padding:15px 20px;text-decoration:none}.dobs .ongoing .item.bod div{margin:0 5px}.dobs .ongoing .item:nth-child(1){border:none;margin:5px 0}.dobs .ongoing .btn{cursor:pointer;background:#fff8f8;border:1px solid #fdeaea;border-radius:5px;padding:5px 10px;font-size:10px;display:flex;align-items:center;color:#ef2e2c;font-weight:500;text-decoration:none}.dobs .ongoing .item{color:#373232;font-size:14px;position:relative;cursor:pointer}.dobs .ongoing .item.bod{cursor:pointer}.dobs .ongoing .item.bod:hover{background:#fff8f8}.dobs .ongoing .item.head{font-weight:500}.dobs .ongoing .item .status.pro{background:#fff3e8;padding:4px 8px;border-radius:15px;color:#b94f00;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;height:23px}.dobs .ongoing .item .status{width:11%;min-width:81px;justify-content:center;background:#b94f00;color:#fff3e8}.dobs .ongoing .item .status.dis{background:#66cb9f}.dobs .ongoing .item .status.comp{background:black}.dobs .ongoing .item .status.sent{opacity:.5}.dobs .ongoing .item .status.flicker{background:#f6f7f8}.dobs .ongoing .item .group,.dobs .ongoing .item .type,.dobs .ongoing .item .ref{width:6%}.dobs .ongoing .item.bod .ref{text-transform:uppercase}.dobs .ongoing .item .name{width:20%}.dobs .ongoing .item .phone{width:125px}.dobs .ongoing .item .pints{width:5%}.dobs .ongoing .item .time{width:147px}.dobs .ongoing .item img{position:absolute;right:19px;top:18px}.dobs p{font-weight:400;font-size:14px;color:#6a6565;margin:15px 0}.dobs .fulfil .pie{height:100%;display:flex}.dobs .fulfil .pie .stat{display:flex;flex-direction:column;justify-content:center;min-width:88px}.dobs .fulfil .pie .stat .val .cir{background:#f14341;width:8px;height:8px;border-radius:50%;margin-right:8px}.dobs .fulfil .pie .stat .val:nth-child(3) .cir{background:#fdeaea}.dobs .fulfil .pie .stat .val:nth-child(2) .cir{background:#fca5a5}.dobs .fulfil .pie .stat .val .no{color:#27272e;font-size:13px}.dobs .fulfil .pie .deet{display:flex;align-items:center}.dobs .fulfil .pie .text{font-size:12px;color:#8f8b8b;margin:5px 0}.dobs .fulfil .pie .val{margin:10px 0}.powered{color:#bf2523;font-size:14px;text-align:center;width:calc(100% + 17vw);margin-left:-17vw;margin-top:20px}.cont{overflow-x:scroll}.cont::-webkit-scrollbar{display:none}.line{margin:25px 0;min-width:500px}.line text{color:#8f8b8b;font-size:12px}.line .recharts-dot.recharts-line-dot,.line .recharts-cartesian-axis-tick-line,.line .recharts-cartesian-grid-vertical,.line .recharts-cartesian-axis-line{display:none}.line text[orientation=bottom]{transform:translateY(15px)}.line text[orientation=left]{transform:translate(-2px)}.line .recharts-curve.recharts-tooltip-cursor{stroke:#002461}.line .recharts-default-tooltip{background:linear-gradient(180deg,#e6efff 0%,rgba(240,255,238,.72) 100%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px;padding:20px!important;border:none!important}.line .recharts-tooltip-wrapper:focus-visible,.line .recharts-tooltip-wrapper{outline:none!important}.line .recharts-default-tooltip p{font-weight:500;font-size:14px;color:#002461;margin-bottom:10px!important}.line .recharts-default-tooltip ul li{font-size:10px;line-height:12px;color:#27272e!important}.pie .chart{position:relative;width:calc(100% - 88px);height:100%}.pie .chart svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pie .chart circle{transition:all ease 2s}.pie .chart .perc{font-weight:600;font-size:26px;color:#002461;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.search{display:flex;justify-content:space-between;margin:20px 35px 20px 20px}.search .input{width:500px;position:relative}.search .input input{width:100%;outline:none;height:40px;padding:10px 0 10px 20px;background:#fff;border-radius:5px;border:none}.search .input input::placeholder{color:#aaa;font-size:12px}.search .input label{position:absolute;right:17px;top:10px;cursor:pointer}.search .regis{background:#002461;display:flex;align-items:center;border-radius:5px;padding:0 20px;color:#fff;cursor:pointer;transition:all .5s ease}.search .regis span{font-size:14px;margin-left:10px}.search .regis:hover{background:#083f11}.popup{width:100vw;height:100vh;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25);z-index:10000;transition:all ease .5s}.popup.hide .lin,.popup.hide{z-index:0;background:rgba(0,0,0,0);pointer-events:none}.popup .lin{width:100vw;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.25)}.popup .inner{width:500px;background:white;max-height:calc(100vh - 20px);border-radius:10px;color:#27272e;padding:30px;z-index:101;position:relative;overflow:scroll;transform:scale(1);transition:all ease .5s}.popup .inner::-webkit-scrollbar{display:none}.popup.hide .inner{transform:scale(0);transition:all ease .1s}.popup .inner .cancel{position:absolute;right:25px;cursor:pointer;width:17px;margin:0;top:25px}.popup .inner .input{width:100%;display:flex;flex-direction:column;margin:15px 0}.popup .inner .input.pig{margin:0}.popup .inner .category{display:flex;flex-wrap:wrap;margin-top:10px}.popup .inner .category .item{display:flex;align-items:center;padding:10px 20px;border-radius:10px;margin:0 10px 10px 0;border:1px solid #083f11}.popup .inner .category .item P{width:unset;margin:0 15px 0 0}.popup .inner .category .item img{width:10px;height:10px;margin:0;cursor:pointer}.popup .inner .input.pig .ins{flex-direction:row;display:flex}.popup .inner .input.pig img{width:40px;height:40px;margin:0 0 0 15px;cursor:pointer}.popup .inner .input label{font-size:13px;margin:0 0 10px}.popup .inner .duo .input{width:48%}.popup .inner .duo{display:flex;justify-content:space-between}.popup .inner .input select,.popup .inner .input input{width:100%;outline:none;height:40px;padding:10px 0 10px 20px;background:#fff;border-radius:5px;border:1px solid #0d3114}.popup .inner .pig p{margin:10px 0 5px;text-align:left;color:#000}.popup .inner .pig .items{display:flex;flex-wrap:wrap;margin:0 -5px}.popup .inner .input{width:100%}.popup .inner .duo .input{width:calc(50% - 10px)}.popup .inner img{width:100px;margin:30px 0 10px}.popup .inner .title{font-weight:500;margin:10px 0;font-size:18px;text-align:center;color:#002461}.popup .inner p{font-size:14px;width:300px;text-align:center;margin:5px 0 10px;color:#453e3e}.popup .inner p span{font-weight:600;color:#000}.popup .inner .regis{background:#002461;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;padding:10px;width:400px;border-radius:6px;margin:25px auto;transition:all ease .5s}.popup .inner .regis:hover{background:#0d3114}.popup .inner .regis img{width:30px;margin:0}.popup .inner .btn-cover{display:flex;justify-content:center;margin-top:50px}.popup .inner .btn-cover .btn{background:#002461;color:#fff;min-width:250px;text-align:center;padding:10px 30px;border-radius:10px}.chat{position:fixed;bottom:45px;right:45px;z-index:10000;height:70px;width:70px;background:white;border-radius:5px;box-shadow:0 2px 4px 1px #00000040;transition:all ease .5s}.chat.open{width:500px;height:500px;max-height:calc(100vh - 60px)}.chat .icon{padding:15px;cursor:pointer;background:#fff}.chat .icon img{width:40px;height:40px}.chat .input img{width:30px;height:30px;cursor:pointer}.chat .inner{position:relative;display:none;height:100%}.chat.open .inner{display:block}.chat .input{position:absolute;bottom:0;width:100%;padding:20px;align-items:center;display:flex;justify-content:space-between}.chat input{width:calc(100% - 50px);padding:10px 15px;border-radius:5px;border:1px solid rgb(129,129,129);height:40px}.chat .canc{position:absolute;top:20px;right:20px;cursor:pointer}.chat .ins{display:flex;align-items:center;justify-content:center;height:calc(100% - 65px);overflow:scroll}.chat .ins::-webkit-scrollbar{display:none}.chat .ins.ch{display:block;padding:50px 20px 20px}.chat .ins .lien{display:flex;justify-content:end;margin:10px 0}.chat .ins .lien.cp{justify-content:start}.chat .ins .comp.btn-load{padding:25px}.chat .ins .user{background:#042464;padding:10px 15px;border-radius:5px;color:#fff;width:fit-content;max-width:50%}.chat .ins .comp{background:#04b8f4;padding:10px 15px;border-radius:5px;color:#042464;width:fit-content;max-width:50%}.dona .empty{padding:20px;width:100%;text-align:center;font-weight:600;color:#002461}@media (max-width: 1200px){.dobs .ongoing .item .group,.dobs .ongoing .item .pints,.dobs .ongoing .item .ref,.dobs .ongoing .item .status.pro{display:none}.dobs .ongoing .item .type,.dobs .ongoing .item .name{width:33%;padding-right:10px}.home{width:calc(100vw - 204px);margin-left:204px}.header h1.title{margin-bottom:10px}.header .filter img{top:15px}}@media (max-width: 1152px){.tabs .card.alt:nth-child(1){display:none}.tabs .card{width:calc(50% - 10px)}}@media (max-width: 960px){.header.mob{margin-bottom:20px}.home .header.alter{display:none}.header .filter img{top:11px}.header .filter.tin .mob-filter{width:30px;height:30px;position:relative;right:0;background:#fdeaea;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header .filter.tin{justify-content:space-between}.header .filter.tin input{width:calc(100% - 50px)}.dona .item .retailer{display:none!important}.header .filter{display:none}}@media (max-width: 768px){.dobs .fulfil{width:100%}.dobs .ongoing .item .phone{display:none}.dobs .ongoing .item{overflow:scroll}.dobs .ongoing .item::-webkit-scrollbar{display:none}.dobs .ongoing .item.head div,.dobs .ongoing .item.bod div{margin:0 10px}.dobs .ongoing .item.head div:nth-child(1),.dobs .ongoing .item.bod div:nth-child(1){margin:0 10px 0 0}.dobs .ongoing .item .name,.dobs .ongoing .item .status{width:103px;min-width:103px}.nav{width:170px}.home{width:calc(100vw - 170px);margin-left:170px}.dona .item .details{display:none}}@media (max-width: 600px){.header .bottom .select .iad{display:none}.header .top{padding-right:10px}.popup .inner{width:calc(100vw - 30px)}.popup .inner .internal .regis{width:100%}.home{width:100vw;margin:40px 0 0;padding:30px 15px 15px}.tabs{margin:0 -20px 0 0;flex-direction:column}.tabs .card .no{font-size:24px}.tabs .icon img{width:13px}.tabs .icon{width:37px;height:37px}.tabs .card .state{display:flex;margin:10px 0}.tabs .card{min-width:235px;margin:10px 0;width:calc(100% - 20px)}.home .header{padding:13px;display:none}.home .charts{flex-direction:column-reverse;margin:0}.graph{margin:0}.charts .ranking{width:calc(100% + 30px)!important;height:275px;margin-bottom:20px}.charts .top{width:calc(100% + 30px)!important}.cont{margin-top:80px}.graph .switch{top:80px;left:unset;right:-21px;opacity:0;margin:0;height:0;padding:0}.charts .graph{height:490px}.chat{bottom:20px;right:15px}.chat.open{width:calc(100vw - 30px);max-height:calc(100vh - 50px)}.chat .ins .comp,.chat .ins .user{max-width:70%}.chat .ins .lien{margin:15px 0}.tabs .card.alt:nth-child(1){display:block;min-height:calc((100vw - 30px)*.3)}.dona .item .farm{width:50%!important;max-width:250px!important}.dona .item .state{width:120px!important;margin:0 10px}.dona .item .size{width:55px!important;margin-right:0!important}.search,.dona{margin:25px 0!important}}@media (max-width: 400px){.dobs .fulfil .pie{flex-direction:column;height:unset}.dobs .fulfil .pie .stat{flex-direction:row;justify-content:space-around;min-width:unset}.pie .chart{width:100%;height:145px}.dobs .title{display:none}}.dona{border-radius:16px;margin:25px 40px 20px 20px;border:1px solid #e9e8e7;overflow:hidden;background:#fff;box-shadow:0 4px 4px #c4c4c42e}.dona .item{display:flex;justify-content:space-between;padding:7px 20px;color:#484745;font-size:12px;font-weight:400;cursor:pointer;align-items:center;text-decoration:none;border-bottom:1px solid #f1f5f7}.dona .item.head{text-transform:uppercase;color:#fff;background:#002461;padding:15px 20px;font-weight:500;cursor:auto}.dona .item:hover{color:#81807b;background:#f8f8f8}.dona .item.head:hover{color:#fff;background:#002461}.dona .item .retailer{display:flex;align-items:center}.dona .item .retailer .name{height:15px}.dona .item .retailer .name.flick.flicker{width:calc(100% - 40px);height:20px;display:block;border-radius:5px}.dona .item .retailer .logo{margin-left:45px;width:35px;height:35px;background:#e6efff;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#002461;text-transform:uppercase}.dona .item .retailer .logo{margin:0 15px 0 0}.dona .item .retailer{width:18%}.dona .item .donor{width:22%}.dona .item .farm,.dona .item .state{width:20%;border-radius:10px}.dona .item.head .details{border:none;padding:0}.dona .item .size,.dona .item .details{width:80px;border-radius:8px;margin-right:20px}
