/*! CSS Used from: https://kingcatbsc.io/css/bootstrap.min.css */
*,::after,::before{box-sizing:border-box;}
body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;}
h2,h3,h5{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h2{font-size:calc(1.325rem + .9vw);}
@media (min-width:1200px){
h2{font-size:2rem;}
}
h3{font-size:calc(1.3rem + .6vw);}
@media (min-width:1200px){
h3{font-size:1.75rem;}
}
h5{font-size:1.25rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{padding-left:2rem;}
ul{margin-top:0;margin-bottom:1rem;}
a{color:#0d6efd;text-decoration:underline;}
a:hover{color:#0a58ca;}
img{vertical-align:middle;}
[role=button]{cursor:pointer;}
.img-fluid{max-width:100%;height:auto;}
.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1200px;}
}
@media (min-width:1400px){
.container{max-width:1200px;}
}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);}
.g-0{--bs-gutter-x:0;}
.g-0{--bs-gutter-y:0;}
@media (min-width:768px){
.col-md-6{flex:0 0 auto;width:50%;}
}
@media (min-width:992px){
.col-lg-4{flex:0 0 auto;width:33.33333333%;}
.col-lg-5{flex:0 0 auto;width:41.66666667%;}
.col-lg-6{flex:0 0 auto;width:50%;}
.col-lg-7{flex:0 0 auto;width:58.33333333%;}
}
.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out;}
@media (prefers-reduced-motion:reduce){
.offcanvas{transition:none;}
}
.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem;}
.offcanvas-title{margin-bottom:0;line-height:1.5;}
.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto;}
.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%);}
.overflow-hidden{overflow:hidden!important;}
.d-flex{display:flex!important;}
/*! CSS Used from: https://unpkg.com/aos@2.3.1/dist/aos.css */
body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s;}
body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease;}
[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform;}
[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0);}
[data-aos=fade-up]{transform:translate3d(0,100px,0);}
[data-aos=fade-right]{transform:translate3d(-100px,0,0);}
[data-aos=fade-left]{transform:translate3d(100px,0,0);}
[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform;}
[data-aos=zoom-in]{transform:scale(.6);}
[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6);}
/*! CSS Used from: https://kingcatbsc.io/style.css */
/*! @import https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&family=Sigmar+One&display=swap */
/*! CSS Used from: https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&family=Sigmar+One&display=swap */
/*! end @import */
body{font-family:'Baloo Bhai 2', sans-serif;font-size:20px;font-weight:500;background:#fff;color:#000;}
a{-o-transition:all .2s ease;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;}
a,a:hover{text-decoration:none;}
ul{list-style-type:none;padding:0;margin:0;}
p{margin-bottom:0;}
h2,h3,h5{margin-bottom:0;}
.scrolltotop{width:40px;height:40px;border-radius:20px 20px 0 0;background:#f0c000;display:block;text-align:center;padding-top:8px;font-size:22px;color:#ffffff;position:fixed;right:5px;bottom:5px;display:none;-o-transition:0.2s all ease;transition:0.2s all ease;-webkit-transition:0.2s all ease;-moz-transition:0.2s all ease;}
.scrolltotop:hover{background:#FFD942;color:#fff;box-shadow:0px 0px 5px rgba(0, 0, 0, .5);-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, .5);-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, .5);}
header{width:100%;padding:20px 0;background:transparent;position:absolute;top:0px;left:0px;width:100%;z-index:999;}
nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.logo{max-width:300px;display:inline-block;margin-right:50px;}
.menu-item{display:flex;align-items:center;}
.menu-item ul li{margin-left:10px;}
.menu-item ul li a{font-size:15px;font-weight:600;color:#fff;display:inline-block;padding:10px 20px;text-transform:capitalize;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:45px;background:rgba(6, 0, 71, 0.18);}
.menu-item ul li a:hover{background:#FFD942;color:#000;}
.active a{background:#FFD942!important;color:#000!important;}
.menu-bar{display:none;}
.menu-bar a{font-size:30px;color:#fff;cursor:pointer;}
.offcanvas-header{background-color:#3BAFD9;border-bottom:1px solid #DE0100;}
.offcanvas-header h5 img{max-width:100px;}
.offcanvas-body{background-color:#3BAFD9;padding:0px!important;}
.clloss-x{font-size:25px;cursor:pointer;color:#fff;}
.clloss-x:hover{color:#fff!important;}
.offcanvas-start{top:0;left:0;width:340px;z-index:11111111111111;}
.mobile-menu-item ul li a{font-size:16px;font-weight:600;color:#fff;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;padding:15px 20px;display:block;transition:.2s;}
.mobile-menu-item ul li a:hover{background-color:#FFD942;color:#000;}
.m-active{background:#FFD942;color:#000!important;}
.hero-area{background-color:#3BAFD9;background-image:url(https://kingcatbsc.io/img/h-f.png);background-repeat:no-repeat;background-size:contain;background-position:bottom center;position:relative;padding:40px 0 300px;}
.hero-title h2{font-family:'Sigmar One', sans-serif;padding:20px 10px;color:#fff;font-size:110px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:4px;-webkit-text-fill-color:#FFD942;text-shadow:3px 5px 0px #000;-webkit-text-stroke-width:3;-webkit-text-stroke-color:#000;margin-top:200px;line-height:80px;}
.hero-area p{color:#FFF;font-family:"Baloo Bhai 2";font-size:20px;font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase;margin-bottom:70px;margin-top:10px;margin-left:13px;}
.hero-title ul{display:flex;align-items:center;}
.hero-title ul li a{color:#000;font-family:"Baloo Bhai 2";font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;display:inline-block;padding:15px 20px;transition:.3s;text-align:center;width:180px;display:flex;align-items:center;justify-content:center;}
.hero-title ul li a:hover{transform:scale(1.1);}
.hero-title ul li:first-of-type a{border-radius:30px;border:1.5px solid #000;background:#FFD942;box-shadow:3px 3px 0px 0px #000;}
.hero-title ul li:last-of-type a{border-radius:30px;border:1.5px solid #000;background:#FFF;box-shadow:3px 3px 0px 0px #000;margin-left:10px;display:flex;align-items:center;}
.hero-title ul li a span{display:block;margin-left:8px;}
.hero-right{margin-top:100px;text-align:center;position:relative;}
.hero-right img{max-width:1200px;position:absolute;left:-350px;top:-300px;}
.about-area{padding:66px  0;background:#fff;background-image:url(https://kingcatbsc.io/img/about-bg.png);background-repeat:no-repeat;background-size:cover;background-position:left;}
.about-right{padding:30px;border-radius:22px;background:#3EDBAC;}
.about-right h2{font-family:'Sigmar One', sans-serif;padding:20px 10px;color:#fff;font-size:80px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-fill-color:#FFD942;text-shadow:3px 5px 0px #000;-webkit-text-stroke-width:3;-webkit-text-stroke-color:#000;line-height:80px;margin-bottom:20px;margin-left:-10px;}
.about-right p{color:#000;font-family:"Baloo Bhai 2";font-size:20px;font-style:normal;font-weight:500;line-height:120%;margin-bottom:40px;}
.partners-area{padding:155px 0px;border-bottom:3px solid #000;background:#C9F1FF;}
.partners-title h2{font-family:'Sigmar One', sans-serif;padding:20px 10px;color:#fff;font-size:80px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-fill-color:#FFD942;text-shadow:3px 5px 0px #000;-webkit-text-stroke-width:3;-webkit-text-stroke-color:#000;line-height:80px;margin-bottom:20px;margin-left:-10px;text-align:center;margin-bottom:48px;}
.pretners-items a{display:block;text-align:center;margin-bottom:20px;height:91px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.mas-pra{max-width:800px;margin:auto;}
.tokenomics-area{padding:50px 0;background:#E3F1FC;}
.tokenomic-title h2{font-family:'Sigmar One', sans-serif;padding:20px 10px;color:#fff;font-size:80px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-fill-color:#FFD942;text-shadow:3px 5px 0px #000;-webkit-text-stroke-width:3;-webkit-text-stroke-color:#000;line-height:80px;margin-bottom:20px;margin-left:-10px;text-align:center;margin-bottom:48px;}
.token-left-item{padding:20px 25px;border-radius:20px;border:2px solid #000;background:linear-gradient(180deg, #B6ECFF 31.89%, #B6FFE9 100%), #FFF;box-shadow:5px 5px 0px 0px #000;backdrop-filter:blur(2px);}
.token-left-item:last-of-type{margin-top:30px;}
.token-left-item h2{font-family:'Sigmar One', sans-serif;padding:20px 10px;color:#fff;font-size:20px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-fill-color:#FFD942;text-shadow:2px 2px 0px #000;-webkit-text-stroke-width:3;-webkit-text-stroke-color:#000;line-height:80px;margin-bottom:20px;margin-left:-10px;line-height:2px;text-align:left;margin-bottom:8px;}
.token-left-item ul{display:flex;justify-content:space-between;align-items:center;}
.token-left-item ul li{margin-bottom:10px;}
.token-left-item ul li:first-of-type{color:rgba(6, 6, 6, 0.80);font-family:"Baloo Bhai 2";font-size:15px;font-style:normal;font-weight:400;line-height:120%;}
.token-left-item ul li:last-of-type{color:#060606;font-family:"Baloo Bhai 2";font-size:16px;font-style:normal;font-weight:500;line-height:120%;text-transform:capitalize;}
.token-left-item p{color:#060606;font-family:"Baloo Bhai 2";font-size:16px;font-style:normal;font-weight:600;line-height:120%;text-transform:capitalize;}
.token-right{border-radius:20px;border:2px solid #000;background:linear-gradient(180deg, #B6ECFF 31.89%, #B6FFE9 100%), #FFF;box-shadow:5px 5px 0px 0px #000;padding:27px 0px 27px 70px;}
.token-right h3{font-family:'Sigmar One', sans-serif;padding:20px 10px;color:#fff;font-size:20px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-fill-color:#FFD942;text-shadow:2px 2px 0px #000;-webkit-text-stroke-width:3;-webkit-text-stroke-color:#000;line-height:80px;margin-bottom:20px;margin-left:-10px;line-height:2px;text-align:left;margin-bottom:25px;}
.token-right-content{display:flex;}
.token-right ul li{margin-bottom:13px;display:flex;align-items:center;}
.token-right ul li img{display:inline-block;margin-right:10px;}
.token-right ul li:first-of-type{color:#060606;font-family:"Baloo Bhai 2";font-size:20px;font-style:normal;font-weight:600;line-height:120%;}
.token-right ul li:last-of-type{color:#1404BD;font-family:"Baloo Bhai 2";font-size:60px;font-style:normal;font-weight:600;line-height:120%;text-transform:capitalize;}
.token-right-rr{margin-left:40px;margin-top:40px;}
.our-roadmap-area{padding:80px 0;background:#E3F1FC;}
.roadmap-title h2{font-family:'Sigmar One', sans-serif;padding:20px 10px;color:#fff;font-size:80px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-fill-color:#FFD942;text-shadow:3px 5px 0px #000;-webkit-text-stroke-width:3;-webkit-text-stroke-color:#000;line-height:80px;margin-bottom:20px;margin-left:-10px;text-align:center;margin-bottom:8px;}
.roadmap-title p{color:#000;text-align:center;font-family:"Baloo Bhai 2";font-size:20px;font-style:normal;font-weight:500;line-height:120%;margin-bottom:38px;}
.roadmap-item{padding:35px;border-radius:15px;border:2px solid #000;background:linear-gradient(180deg, #B6ECFF 31.89%, #B6FFE9 100%);box-shadow:5px 5px 0px 0px #000;min-height:360px;margin-bottom:30px;}
.roadm-t{display:flex;align-items:center;justify-content:space-between;}
.roadm-t h2{font-family:'Sigmar One', sans-serif;padding:20px 10px;color:#fff;font-size:42px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-fill-color:#FFD942;text-shadow:2px 2px 0px #000;-webkit-text-stroke-width:3;-webkit-text-stroke-color:#000;line-height:80px;margin-bottom:20px;margin-left:-10px;line-height:2px;text-align:center;margin-bottom:25px;}
.roadmap-item ul li{color:#000;font-family:"Baloo Bhai 2";font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px;position:relative;margin-left:22px;}
.roadmap-item ul li::before{content:"";width:8px;height:8px;background:#000;display:block;border-radius:50%;position:absolute;left:-22px;top:5px;}
footer{padding:80px 0 0;background:#E3F1FC;background-image:url(https://kingcatbsc.io/img/footer-btm.png);background-repeat:no-repeat;background-size:contain;background-position:bottom left;}
.disclaimer-inner{padding:35px;border-radius:15px;border:2px solid #000;background:#3EDBAC;box-shadow:5px 5px 0px 0px #000;margin-bottom:170px;}
.disclaimer-inner h2{font-family:'Sigmar One', sans-serif;padding:20px 10px;color:#fff;font-size:42px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;-webkit-text-stroke-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-fill-color:#FFD942;text-shadow:2px 2px 0px #000;-webkit-text-stroke-width:3;-webkit-text-stroke-color:#000;line-height:80px;margin-bottom:20px;margin-left:-10px;line-height:2px;text-align:center;margin-bottom:25px;}
.disclaimer-inner p{text-align:center;}
.footer-btm-content{padding:50px 0;}
.footer-btm-content ul{display:flex;align-items:center;justify-content:space-between;}
.footer-btm-content ul li a{transition:.3s;}
.footer-btm-content ul li{color:#000;font-family:"Baloo Bhai 2";font-size:18px;font-style:normal;font-weight:600;line-height:120%;}
.footer-btm-content ul li:last-of-type a{display:inline-block;margin-left:10px;}
.footer-btm-content ul li:last-of-type a:hover{transform:scale(1.2);}
body{scroll-behavior:smooth;}
/*! CSS Used from: https://kingcatbsc.io/css/responsive.css */
@media screen and (min-width: 768px) and (max-width: 991px){
.menu-logo{display:block!important;}
.menu-bar{display:block;}
.menu-item{display:none!important;}
.menu-bar-wraper{display:flex;align-items:center;}
.hero-area{padding:43px 0 67px 0;}
.hero-title h2{font-size:66px;transform:rotate(0deg);line-height:70px;margin-bottom:20px;margin-top:101px;}
.hero-title ul li a{margin-bottom:24px;}
.hero-right{margin-top:-9px;text-align:center;}
.hero-title ul{flex-wrap:wrap;}
.hero-title ul li{width:50%;padding-left:5px;padding-right:5px;}
.hero-title ul li a{color:#000;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;display:inline-block;padding:13px  0px;transition:.3s;margin-bottom:10px;margin-left:0px;width:100%;display:block;}
.hero-title ul li:first-of-type a{width:100%;}
.hero-right img{max-width:993px;position:absolute;left:-318px;top:-217px;}
.about-area{padding:43px 0;}
.about-right{margin-top:29px;text-align:center;}
.about-right h2{font-size:50px;}
.about-right p{font-size:21px;}
.tokenomics-area{padding:50px 0 26px;}
.tokenomic-title h2{font-size:50px;}
.token-left-item{margin-top:40px;}
.token-right-content{display:block;}
.token-left{margin-bottom:40px;}
.partners-title h2{font-size:49px;line-height:50px;margin-bottom:40px;}
.token-right{padding:35px 30px;display:block;text-align:center;}
.token-right-ll{text-align:center;}
.token-right-rr{margin-left:0px;}
.roadmap-item{min-height:450px;padding:30px;}
.roadmap-title h2{font-size:48px;}
.roadmap-title p{text-align:center;margin-bottom:45px;}
.our-roadmap-area{padding:60px 0 30px 0;background-size:cover;background-repeat:no-repeat;background-position:top center;min-height:inherit;}
.roadmap-item{margin-bottom:30px;}
.footer-btm-content ul li{color:#000;font-family:"Baloo Bhai 2";font-size:16px!important;}
footer{padding:80px 0 0;background:#E3F1FC;background-image:url(https://kingcatbsc.io/img/footer-btm.png);background-repeat:no-repeat;background-size:100% 209px;background-position:bottom left;}
}
@media screen and (max-width: 767px){
.menu-logo{display:block!important;}
.menu-bar{display:block;}
.menu-item{display:none!important;}
.menu-bar-wraper{display:flex;align-items:center;}
.hero-area{padding:43px 0 7px 0;}
.hero-title h2{font-size:66px;transform:rotate(0deg);line-height:70px;margin-bottom:20px;margin-top:101px;}
.hero-title ul li a{margin-bottom:24px;}
.hero-right{margin-top:-9px;text-align:center;}
.hero-title h2{font-size:55px;transform:rotate(0deg);line-height:70px;margin-bottom:-14px;margin-top:101px;}
.hero-title ul{flex-wrap:wrap;}
.hero-title ul li{width:50%;padding-left:5px;padding-right:5px;}
.hero-title ul li a{color:#000;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;display:inline-block;padding:13px  0px;transition:.3s;margin-bottom:10px;margin-left:0px;width:100%;display:block;}
.hero-right img{max-width:100%;position:inherit;left:0px;top:0px;}
.about-area{padding:43px 0;}
.about-right{margin-top:0px;text-align:center;}
.about-right h2{font-size:40px;line-height:50px;}
.about-right p{margin-bottom:0px;font-size:21px;}
.partners-area{padding:35px 0px;}
.mas-pra{max-width:100%;margin:inherit;}
.tokenomics-area{padding:50px 0 26px;}
.tokenomic-title h2{font-size:50px;}
.token-left-item{padding:15px;margin-top:30px;cursor:pointer;}
.token-left-item p{font-size:12px;}
.token-right-content{display:block;}
.token-left{margin-bottom:40px;}
.partners-title h2{font-size:49px;line-height:50px;margin-bottom:40px;}
.token-right{padding:35px 10px;display:block;}
.token-right-ll{text-align:center;}
.token-right-rr{margin-left:0px;}
.roadmap-item{padding:30px;min-height:inherit;}
.disclaimer-inner h2{font-size:35px;}
.disclaimer-inner p{font-size:17px;}
.roadmap-title h2{font-size:48px;line-height:50px;}
.roadmap-title p{text-align:center;margin-bottom:45px;}
.our-roadmap-area{padding:10px 0 30px 0;background-size:cover;background-repeat:no-repeat;background-position:top center;min-height:inherit;}
.roadmap-item{margin-bottom:30px;}
.disclaimer-inner{margin-bottom:100px;}
footer{padding:80px 0 0;background:#E3F1FC;background-image:url(https://kingcatbsc.io/img/footer-btm.png);background-repeat:no-repeat;background-size:100% 259px;background-position:bottom left;}
.footer-btm-content ul{display:block;align-items:center;justify-content:space-between;}
}
/*! CSS Used from: Embedded ; media=all */
@media all{
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900);}
.fa,.fa-solid{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}
.fa-solid{font-family:"Font Awesome 6 Free";}
.fa-bars:before{content:"\f0c9";}
.fa-arrow-up:before{content:"\f062";}
.fa-x:before{content:"\58";}
.fa-solid{font-weight:900;}
}
/*! CSS Used fontfaces */
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Sigmar One';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3do6vppkDi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Sigmar One';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3do6rppkDi.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Sigmar One';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3do6Tppg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Sigmar One';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3do6vppkDi.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Sigmar One';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3do6rppkDi.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Sigmar One';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3do6Tppg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHbd7nuH0.woff2) format('woff2');unicode-range:U+0951-0952, U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHed7nuH0.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHeN7nuH0.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Baloo Bhai 2';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/baloobhai2/v28/sZlDdRSL-z1VEWZ4YNA7Y5IHdt7n.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.woff2) format("woff2"),url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-regular-400.ttf) format("truetype");}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.woff2) format("woff2"),url(https://ka-f.fontawesome.com/releases/v6.5.1/webfonts/free-fa-solid-900.ttf) format("truetype");}