@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.e3b436436832b027.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@charset "UTF-8";/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display: inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(bootstrap-icons.bfa90bda92a84a6a.woff2?dd67030699838ea613ee6dbda90effa6) format("woff2"),url(bootstrap-icons.70a9dee9e5ab72aa.woff?dd67030699838ea613ee6dbda90effa6) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:"\f67f"}.bi-alarm-fill:before{content:"\f101"}.bi-alarm:before{content:"\f102"}.bi-align-bottom:before{content:"\f103"}.bi-align-center:before{content:"\f104"}.bi-align-end:before{content:"\f105"}.bi-align-middle:before{content:"\f106"}.bi-align-start:before{content:"\f107"}.bi-align-top:before{content:"\f108"}.bi-alt:before{content:"\f109"}.bi-app-indicator:before{content:"\f10a"}.bi-app:before{content:"\f10b"}.bi-archive-fill:before{content:"\f10c"}.bi-archive:before{content:"\f10d"}.bi-arrow-90deg-down:before{content:"\f10e"}.bi-arrow-90deg-left:before{content:"\f10f"}.bi-arrow-90deg-right:before{content:"\f110"}.bi-arrow-90deg-up:before{content:"\f111"}.bi-arrow-bar-down:before{content:"\f112"}.bi-arrow-bar-left:before{content:"\f113"}.bi-arrow-bar-right:before{content:"\f114"}.bi-arrow-bar-up:before{content:"\f115"}.bi-arrow-clockwise:before{content:"\f116"}.bi-arrow-counterclockwise:before{content:"\f117"}.bi-arrow-down-circle-fill:before{content:"\f118"}.bi-arrow-down-circle:before{content:"\f119"}.bi-arrow-down-left-circle-fill:before{content:"\f11a"}.bi-arrow-down-left-circle:before{content:"\f11b"}.bi-arrow-down-left-square-fill:before{content:"\f11c"}.bi-arrow-down-left-square:before{content:"\f11d"}.bi-arrow-down-left:before{content:"\f11e"}.bi-arrow-down-right-circle-fill:before{content:"\f11f"}.bi-arrow-down-right-circle:before{content:"\f120"}.bi-arrow-down-right-square-fill:before{content:"\f121"}.bi-arrow-down-right-square:before{content:"\f122"}.bi-arrow-down-right:before{content:"\f123"}.bi-arrow-down-short:before{content:"\f124"}.bi-arrow-down-square-fill:before{content:"\f125"}.bi-arrow-down-square:before{content:"\f126"}.bi-arrow-down-up:before{content:"\f127"}.bi-arrow-down:before{content:"\f128"}.bi-arrow-left-circle-fill:before{content:"\f129"}.bi-arrow-left-circle:before{content:"\f12a"}.bi-arrow-left-right:before{content:"\f12b"}.bi-arrow-left-short:before{content:"\f12c"}.bi-arrow-left-square-fill:before{content:"\f12d"}.bi-arrow-left-square:before{content:"\f12e"}.bi-arrow-left:before{content:"\f12f"}.bi-arrow-repeat:before{content:"\f130"}.bi-arrow-return-left:before{content:"\f131"}.bi-arrow-return-right:before{content:"\f132"}.bi-arrow-right-circle-fill:before{content:"\f133"}.bi-arrow-right-circle:before{content:"\f134"}.bi-arrow-right-short:before{content:"\f135"}.bi-arrow-right-square-fill:before{content:"\f136"}.bi-arrow-right-square:before{content:"\f137"}.bi-arrow-right:before{content:"\f138"}.bi-arrow-up-circle-fill:before{content:"\f139"}.bi-arrow-up-circle:before{content:"\f13a"}.bi-arrow-up-left-circle-fill:before{content:"\f13b"}.bi-arrow-up-left-circle:before{content:"\f13c"}.bi-arrow-up-left-square-fill:before{content:"\f13d"}.bi-arrow-up-left-square:before{content:"\f13e"}.bi-arrow-up-left:before{content:"\f13f"}.bi-arrow-up-right-circle-fill:before{content:"\f140"}.bi-arrow-up-right-circle:before{content:"\f141"}.bi-arrow-up-right-square-fill:before{content:"\f142"}.bi-arrow-up-right-square:before{content:"\f143"}.bi-arrow-up-right:before{content:"\f144"}.bi-arrow-up-short:before{content:"\f145"}.bi-arrow-up-square-fill:before{content:"\f146"}.bi-arrow-up-square:before{content:"\f147"}.bi-arrow-up:before{content:"\f148"}.bi-arrows-angle-contract:before{content:"\f149"}.bi-arrows-angle-expand:before{content:"\f14a"}.bi-arrows-collapse:before{content:"\f14b"}.bi-arrows-expand:before{content:"\f14c"}.bi-arrows-fullscreen:before{content:"\f14d"}.bi-arrows-move:before{content:"\f14e"}.bi-aspect-ratio-fill:before{content:"\f14f"}.bi-aspect-ratio:before{content:"\f150"}.bi-asterisk:before{content:"\f151"}.bi-at:before{content:"\f152"}.bi-award-fill:before{content:"\f153"}.bi-award:before{content:"\f154"}.bi-back:before{content:"\f155"}.bi-backspace-fill:before{content:"\f156"}.bi-backspace-reverse-fill:before{content:"\f157"}.bi-backspace-reverse:before{content:"\f158"}.bi-backspace:before{content:"\f159"}.bi-badge-3d-fill:before{content:"\f15a"}.bi-badge-3d:before{content:"\f15b"}.bi-badge-4k-fill:before{content:"\f15c"}.bi-badge-4k:before{content:"\f15d"}.bi-badge-8k-fill:before{content:"\f15e"}.bi-badge-8k:before{content:"\f15f"}.bi-badge-ad-fill:before{content:"\f160"}.bi-badge-ad:before{content:"\f161"}.bi-badge-ar-fill:before{content:"\f162"}.bi-badge-ar:before{content:"\f163"}.bi-badge-cc-fill:before{content:"\f164"}.bi-badge-cc:before{content:"\f165"}.bi-badge-hd-fill:before{content:"\f166"}.bi-badge-hd:before{content:"\f167"}.bi-badge-tm-fill:before{content:"\f168"}.bi-badge-tm:before{content:"\f169"}.bi-badge-vo-fill:before{content:"\f16a"}.bi-badge-vo:before{content:"\f16b"}.bi-badge-vr-fill:before{content:"\f16c"}.bi-badge-vr:before{content:"\f16d"}.bi-badge-wc-fill:before{content:"\f16e"}.bi-badge-wc:before{content:"\f16f"}.bi-bag-check-fill:before{content:"\f170"}.bi-bag-check:before{content:"\f171"}.bi-bag-dash-fill:before{content:"\f172"}.bi-bag-dash:before{content:"\f173"}.bi-bag-fill:before{content:"\f174"}.bi-bag-plus-fill:before{content:"\f175"}.bi-bag-plus:before{content:"\f176"}.bi-bag-x-fill:before{content:"\f177"}.bi-bag-x:before{content:"\f178"}.bi-bag:before{content:"\f179"}.bi-bar-chart-fill:before{content:"\f17a"}.bi-bar-chart-line-fill:before{content:"\f17b"}.bi-bar-chart-line:before{content:"\f17c"}.bi-bar-chart-steps:before{content:"\f17d"}.bi-bar-chart:before{content:"\f17e"}.bi-basket-fill:before{content:"\f17f"}.bi-basket:before{content:"\f180"}.bi-basket2-fill:before{content:"\f181"}.bi-basket2:before{content:"\f182"}.bi-basket3-fill:before{content:"\f183"}.bi-basket3:before{content:"\f184"}.bi-battery-charging:before{content:"\f185"}.bi-battery-full:before{content:"\f186"}.bi-battery-half:before{content:"\f187"}.bi-battery:before{content:"\f188"}.bi-bell-fill:before{content:"\f189"}.bi-bell:before{content:"\f18a"}.bi-bezier:before{content:"\f18b"}.bi-bezier2:before{content:"\f18c"}.bi-bicycle:before{content:"\f18d"}.bi-binoculars-fill:before{content:"\f18e"}.bi-binoculars:before{content:"\f18f"}.bi-blockquote-left:before{content:"\f190"}.bi-blockquote-right:before{content:"\f191"}.bi-book-fill:before{content:"\f192"}.bi-book-half:before{content:"\f193"}.bi-book:before{content:"\f194"}.bi-bookmark-check-fill:before{content:"\f195"}.bi-bookmark-check:before{content:"\f196"}.bi-bookmark-dash-fill:before{content:"\f197"}.bi-bookmark-dash:before{content:"\f198"}.bi-bookmark-fill:before{content:"\f199"}.bi-bookmark-heart-fill:before{content:"\f19a"}.bi-bookmark-heart:before{content:"\f19b"}.bi-bookmark-plus-fill:before{content:"\f19c"}.bi-bookmark-plus:before{content:"\f19d"}.bi-bookmark-star-fill:before{content:"\f19e"}.bi-bookmark-star:before{content:"\f19f"}.bi-bookmark-x-fill:before{content:"\f1a0"}.bi-bookmark-x:before{content:"\f1a1"}.bi-bookmark:before{content:"\f1a2"}.bi-bookmarks-fill:before{content:"\f1a3"}.bi-bookmarks:before{content:"\f1a4"}.bi-bookshelf:before{content:"\f1a5"}.bi-bootstrap-fill:before{content:"\f1a6"}.bi-bootstrap-reboot:before{content:"\f1a7"}.bi-bootstrap:before{content:"\f1a8"}.bi-border-all:before{content:"\f1a9"}.bi-border-bottom:before{content:"\f1aa"}.bi-border-center:before{content:"\f1ab"}.bi-border-inner:before{content:"\f1ac"}.bi-border-left:before{content:"\f1ad"}.bi-border-middle:before{content:"\f1ae"}.bi-border-outer:before{content:"\f1af"}.bi-border-right:before{content:"\f1b0"}.bi-border-style:before{content:"\f1b1"}.bi-border-top:before{content:"\f1b2"}.bi-border-width:before{content:"\f1b3"}.bi-border:before{content:"\f1b4"}.bi-bounding-box-circles:before{content:"\f1b5"}.bi-bounding-box:before{content:"\f1b6"}.bi-box-arrow-down-left:before{content:"\f1b7"}.bi-box-arrow-down-right:before{content:"\f1b8"}.bi-box-arrow-down:before{content:"\f1b9"}.bi-box-arrow-in-down-left:before{content:"\f1ba"}.bi-box-arrow-in-down-right:before{content:"\f1bb"}.bi-box-arrow-in-down:before{content:"\f1bc"}.bi-box-arrow-in-left:before{content:"\f1bd"}.bi-box-arrow-in-right:before{content:"\f1be"}.bi-box-arrow-in-up-left:before{content:"\f1bf"}.bi-box-arrow-in-up-right:before{content:"\f1c0"}.bi-box-arrow-in-up:before{content:"\f1c1"}.bi-box-arrow-left:before{content:"\f1c2"}.bi-box-arrow-right:before{content:"\f1c3"}.bi-box-arrow-up-left:before{content:"\f1c4"}.bi-box-arrow-up-right:before{content:"\f1c5"}.bi-box-arrow-up:before{content:"\f1c6"}.bi-box-seam:before{content:"\f1c7"}.bi-box:before{content:"\f1c8"}.bi-braces:before{content:"\f1c9"}.bi-bricks:before{content:"\f1ca"}.bi-briefcase-fill:before{content:"\f1cb"}.bi-briefcase:before{content:"\f1cc"}.bi-brightness-alt-high-fill:before{content:"\f1cd"}.bi-brightness-alt-high:before{content:"\f1ce"}.bi-brightness-alt-low-fill:before{content:"\f1cf"}.bi-brightness-alt-low:before{content:"\f1d0"}.bi-brightness-high-fill:before{content:"\f1d1"}.bi-brightness-high:before{content:"\f1d2"}.bi-brightness-low-fill:before{content:"\f1d3"}.bi-brightness-low:before{content:"\f1d4"}.bi-broadcast-pin:before{content:"\f1d5"}.bi-broadcast:before{content:"\f1d6"}.bi-brush-fill:before{content:"\f1d7"}.bi-brush:before{content:"\f1d8"}.bi-bucket-fill:before{content:"\f1d9"}.bi-bucket:before{content:"\f1da"}.bi-bug-fill:before{content:"\f1db"}.bi-bug:before{content:"\f1dc"}.bi-building:before{content:"\f1dd"}.bi-bullseye:before{content:"\f1de"}.bi-calculator-fill:before{content:"\f1df"}.bi-calculator:before{content:"\f1e0"}.bi-calendar-check-fill:before{content:"\f1e1"}.bi-calendar-check:before{content:"\f1e2"}.bi-calendar-date-fill:before{content:"\f1e3"}.bi-calendar-date:before{content:"\f1e4"}.bi-calendar-day-fill:before{content:"\f1e5"}.bi-calendar-day:before{content:"\f1e6"}.bi-calendar-event-fill:before{content:"\f1e7"}.bi-calendar-event:before{content:"\f1e8"}.bi-calendar-fill:before{content:"\f1e9"}.bi-calendar-minus-fill:before{content:"\f1ea"}.bi-calendar-minus:before{content:"\f1eb"}.bi-calendar-month-fill:before{content:"\f1ec"}.bi-calendar-month:before{content:"\f1ed"}.bi-calendar-plus-fill:before{content:"\f1ee"}.bi-calendar-plus:before{content:"\f1ef"}.bi-calendar-range-fill:before{content:"\f1f0"}.bi-calendar-range:before{content:"\f1f1"}.bi-calendar-week-fill:before{content:"\f1f2"}.bi-calendar-week:before{content:"\f1f3"}.bi-calendar-x-fill:before{content:"\f1f4"}.bi-calendar-x:before{content:"\f1f5"}.bi-calendar:before{content:"\f1f6"}.bi-calendar2-check-fill:before{content:"\f1f7"}.bi-calendar2-check:before{content:"\f1f8"}.bi-calendar2-date-fill:before{content:"\f1f9"}.bi-calendar2-date:before{content:"\f1fa"}.bi-calendar2-day-fill:before{content:"\f1fb"}.bi-calendar2-day:before{content:"\f1fc"}.bi-calendar2-event-fill:before{content:"\f1fd"}.bi-calendar2-event:before{content:"\f1fe"}.bi-calendar2-fill:before{content:"\f1ff"}.bi-calendar2-minus-fill:before{content:"\f200"}.bi-calendar2-minus:before{content:"\f201"}.bi-calendar2-month-fill:before{content:"\f202"}.bi-calendar2-month:before{content:"\f203"}.bi-calendar2-plus-fill:before{content:"\f204"}.bi-calendar2-plus:before{content:"\f205"}.bi-calendar2-range-fill:before{content:"\f206"}.bi-calendar2-range:before{content:"\f207"}.bi-calendar2-week-fill:before{content:"\f208"}.bi-calendar2-week:before{content:"\f209"}.bi-calendar2-x-fill:before{content:"\f20a"}.bi-calendar2-x:before{content:"\f20b"}.bi-calendar2:before{content:"\f20c"}.bi-calendar3-event-fill:before{content:"\f20d"}.bi-calendar3-event:before{content:"\f20e"}.bi-calendar3-fill:before{content:"\f20f"}.bi-calendar3-range-fill:before{content:"\f210"}.bi-calendar3-range:before{content:"\f211"}.bi-calendar3-week-fill:before{content:"\f212"}.bi-calendar3-week:before{content:"\f213"}.bi-calendar3:before{content:"\f214"}.bi-calendar4-event:before{content:"\f215"}.bi-calendar4-range:before{content:"\f216"}.bi-calendar4-week:before{content:"\f217"}.bi-calendar4:before{content:"\f218"}.bi-camera-fill:before{content:"\f219"}.bi-camera-reels-fill:before{content:"\f21a"}.bi-camera-reels:before{content:"\f21b"}.bi-camera-video-fill:before{content:"\f21c"}.bi-camera-video-off-fill:before{content:"\f21d"}.bi-camera-video-off:before{content:"\f21e"}.bi-camera-video:before{content:"\f21f"}.bi-camera:before{content:"\f220"}.bi-camera2:before{content:"\f221"}.bi-capslock-fill:before{content:"\f222"}.bi-capslock:before{content:"\f223"}.bi-card-checklist:before{content:"\f224"}.bi-card-heading:before{content:"\f225"}.bi-card-image:before{content:"\f226"}.bi-card-list:before{content:"\f227"}.bi-card-text:before{content:"\f228"}.bi-caret-down-fill:before{content:"\f229"}.bi-caret-down-square-fill:before{content:"\f22a"}.bi-caret-down-square:before{content:"\f22b"}.bi-caret-down:before{content:"\f22c"}.bi-caret-left-fill:before{content:"\f22d"}.bi-caret-left-square-fill:before{content:"\f22e"}.bi-caret-left-square:before{content:"\f22f"}.bi-caret-left:before{content:"\f230"}.bi-caret-right-fill:before{content:"\f231"}.bi-caret-right-square-fill:before{content:"\f232"}.bi-caret-right-square:before{content:"\f233"}.bi-caret-right:before{content:"\f234"}.bi-caret-up-fill:before{content:"\f235"}.bi-caret-up-square-fill:before{content:"\f236"}.bi-caret-up-square:before{content:"\f237"}.bi-caret-up:before{content:"\f238"}.bi-cart-check-fill:before{content:"\f239"}.bi-cart-check:before{content:"\f23a"}.bi-cart-dash-fill:before{content:"\f23b"}.bi-cart-dash:before{content:"\f23c"}.bi-cart-fill:before{content:"\f23d"}.bi-cart-plus-fill:before{content:"\f23e"}.bi-cart-plus:before{content:"\f23f"}.bi-cart-x-fill:before{content:"\f240"}.bi-cart-x:before{content:"\f241"}.bi-cart:before{content:"\f242"}.bi-cart2:before{content:"\f243"}.bi-cart3:before{content:"\f244"}.bi-cart4:before{content:"\f245"}.bi-cash-stack:before{content:"\f246"}.bi-cash:before{content:"\f247"}.bi-cast:before{content:"\f248"}.bi-chat-dots-fill:before{content:"\f249"}.bi-chat-dots:before{content:"\f24a"}.bi-chat-fill:before{content:"\f24b"}.bi-chat-left-dots-fill:before{content:"\f24c"}.bi-chat-left-dots:before{content:"\f24d"}.bi-chat-left-fill:before{content:"\f24e"}.bi-chat-left-quote-fill:before{content:"\f24f"}.bi-chat-left-quote:before{content:"\f250"}.bi-chat-left-text-fill:before{content:"\f251"}.bi-chat-left-text:before{content:"\f252"}.bi-chat-left:before{content:"\f253"}.bi-chat-quote-fill:before{content:"\f254"}.bi-chat-quote:before{content:"\f255"}.bi-chat-right-dots-fill:before{content:"\f256"}.bi-chat-right-dots:before{content:"\f257"}.bi-chat-right-fill:before{content:"\f258"}.bi-chat-right-quote-fill:before{content:"\f259"}.bi-chat-right-quote:before{content:"\f25a"}.bi-chat-right-text-fill:before{content:"\f25b"}.bi-chat-right-text:before{content:"\f25c"}.bi-chat-right:before{content:"\f25d"}.bi-chat-square-dots-fill:before{content:"\f25e"}.bi-chat-square-dots:before{content:"\f25f"}.bi-chat-square-fill:before{content:"\f260"}.bi-chat-square-quote-fill:before{content:"\f261"}.bi-chat-square-quote:before{content:"\f262"}.bi-chat-square-text-fill:before{content:"\f263"}.bi-chat-square-text:before{content:"\f264"}.bi-chat-square:before{content:"\f265"}.bi-chat-text-fill:before{content:"\f266"}.bi-chat-text:before{content:"\f267"}.bi-chat:before{content:"\f268"}.bi-check-all:before{content:"\f269"}.bi-check-circle-fill:before{content:"\f26a"}.bi-check-circle:before{content:"\f26b"}.bi-check-square-fill:before{content:"\f26c"}.bi-check-square:before{content:"\f26d"}.bi-check:before{content:"\f26e"}.bi-check2-all:before{content:"\f26f"}.bi-check2-circle:before{content:"\f270"}.bi-check2-square:before{content:"\f271"}.bi-check2:before{content:"\f272"}.bi-chevron-bar-contract:before{content:"\f273"}.bi-chevron-bar-down:before{content:"\f274"}.bi-chevron-bar-expand:before{content:"\f275"}.bi-chevron-bar-left:before{content:"\f276"}.bi-chevron-bar-right:before{content:"\f277"}.bi-chevron-bar-up:before{content:"\f278"}.bi-chevron-compact-down:before{content:"\f279"}.bi-chevron-compact-left:before{content:"\f27a"}.bi-chevron-compact-right:before{content:"\f27b"}.bi-chevron-compact-up:before{content:"\f27c"}.bi-chevron-contract:before{content:"\f27d"}.bi-chevron-double-down:before{content:"\f27e"}.bi-chevron-double-left:before{content:"\f27f"}.bi-chevron-double-right:before{content:"\f280"}.bi-chevron-double-up:before{content:"\f281"}.bi-chevron-down:before{content:"\f282"}.bi-chevron-expand:before{content:"\f283"}.bi-chevron-left:before{content:"\f284"}.bi-chevron-right:before{content:"\f285"}.bi-chevron-up:before{content:"\f286"}.bi-circle-fill:before{content:"\f287"}.bi-circle-half:before{content:"\f288"}.bi-circle-square:before{content:"\f289"}.bi-circle:before{content:"\f28a"}.bi-clipboard-check:before{content:"\f28b"}.bi-clipboard-data:before{content:"\f28c"}.bi-clipboard-minus:before{content:"\f28d"}.bi-clipboard-plus:before{content:"\f28e"}.bi-clipboard-x:before{content:"\f28f"}.bi-clipboard:before{content:"\f290"}.bi-clock-fill:before{content:"\f291"}.bi-clock-history:before{content:"\f292"}.bi-clock:before{content:"\f293"}.bi-cloud-arrow-down-fill:before{content:"\f294"}.bi-cloud-arrow-down:before{content:"\f295"}.bi-cloud-arrow-up-fill:before{content:"\f296"}.bi-cloud-arrow-up:before{content:"\f297"}.bi-cloud-check-fill:before{content:"\f298"}.bi-cloud-check:before{content:"\f299"}.bi-cloud-download-fill:before{content:"\f29a"}.bi-cloud-download:before{content:"\f29b"}.bi-cloud-drizzle-fill:before{content:"\f29c"}.bi-cloud-drizzle:before{content:"\f29d"}.bi-cloud-fill:before{content:"\f29e"}.bi-cloud-fog-fill:before{content:"\f29f"}.bi-cloud-fog:before{content:"\f2a0"}.bi-cloud-fog2-fill:before{content:"\f2a1"}.bi-cloud-fog2:before{content:"\f2a2"}.bi-cloud-hail-fill:before{content:"\f2a3"}.bi-cloud-hail:before{content:"\f2a4"}.bi-cloud-haze-fill:before{content:"\f2a6"}.bi-cloud-haze:before{content:"\f2a7"}.bi-cloud-haze2-fill:before{content:"\f2a8"}.bi-cloud-lightning-fill:before{content:"\f2a9"}.bi-cloud-lightning-rain-fill:before{content:"\f2aa"}.bi-cloud-lightning-rain:before{content:"\f2ab"}.bi-cloud-lightning:before{content:"\f2ac"}.bi-cloud-minus-fill:before{content:"\f2ad"}.bi-cloud-minus:before{content:"\f2ae"}.bi-cloud-moon-fill:before{content:"\f2af"}.bi-cloud-moon:before{content:"\f2b0"}.bi-cloud-plus-fill:before{content:"\f2b1"}.bi-cloud-plus:before{content:"\f2b2"}.bi-cloud-rain-fill:before{content:"\f2b3"}.bi-cloud-rain-heavy-fill:before{content:"\f2b4"}.bi-cloud-rain-heavy:before{content:"\f2b5"}.bi-cloud-rain:before{content:"\f2b6"}.bi-cloud-slash-fill:before{content:"\f2b7"}.bi-cloud-slash:before{content:"\f2b8"}.bi-cloud-sleet-fill:before{content:"\f2b9"}.bi-cloud-sleet:before{content:"\f2ba"}.bi-cloud-snow-fill:before{content:"\f2bb"}.bi-cloud-snow:before{content:"\f2bc"}.bi-cloud-sun-fill:before{content:"\f2bd"}.bi-cloud-sun:before{content:"\f2be"}.bi-cloud-upload-fill:before{content:"\f2bf"}.bi-cloud-upload:before{content:"\f2c0"}.bi-cloud:before{content:"\f2c1"}.bi-clouds-fill:before{content:"\f2c2"}.bi-clouds:before{content:"\f2c3"}.bi-cloudy-fill:before{content:"\f2c4"}.bi-cloudy:before{content:"\f2c5"}.bi-code-slash:before{content:"\f2c6"}.bi-code-square:before{content:"\f2c7"}.bi-code:before{content:"\f2c8"}.bi-collection-fill:before{content:"\f2c9"}.bi-collection-play-fill:before{content:"\f2ca"}.bi-collection-play:before{content:"\f2cb"}.bi-collection:before{content:"\f2cc"}.bi-columns-gap:before{content:"\f2cd"}.bi-columns:before{content:"\f2ce"}.bi-command:before{content:"\f2cf"}.bi-compass-fill:before{content:"\f2d0"}.bi-compass:before{content:"\f2d1"}.bi-cone-striped:before{content:"\f2d2"}.bi-cone:before{content:"\f2d3"}.bi-controller:before{content:"\f2d4"}.bi-cpu-fill:before{content:"\f2d5"}.bi-cpu:before{content:"\f2d6"}.bi-credit-card-2-back-fill:before{content:"\f2d7"}.bi-credit-card-2-back:before{content:"\f2d8"}.bi-credit-card-2-front-fill:before{content:"\f2d9"}.bi-credit-card-2-front:before{content:"\f2da"}.bi-credit-card-fill:before{content:"\f2db"}.bi-credit-card:before{content:"\f2dc"}.bi-crop:before{content:"\f2dd"}.bi-cup-fill:before{content:"\f2de"}.bi-cup-straw:before{content:"\f2df"}.bi-cup:before{content:"\f2e0"}.bi-cursor-fill:before{content:"\f2e1"}.bi-cursor-text:before{content:"\f2e2"}.bi-cursor:before{content:"\f2e3"}.bi-dash-circle-dotted:before{content:"\f2e4"}.bi-dash-circle-fill:before{content:"\f2e5"}.bi-dash-circle:before{content:"\f2e6"}.bi-dash-square-dotted:before{content:"\f2e7"}.bi-dash-square-fill:before{content:"\f2e8"}.bi-dash-square:before{content:"\f2e9"}.bi-dash:before{content:"\f2ea"}.bi-diagram-2-fill:before{content:"\f2eb"}.bi-diagram-2:before{content:"\f2ec"}.bi-diagram-3-fill:before{content:"\f2ed"}.bi-diagram-3:before{content:"\f2ee"}.bi-diamond-fill:before{content:"\f2ef"}.bi-diamond-half:before{content:"\f2f0"}.bi-diamond:before{content:"\f2f1"}.bi-dice-1-fill:before{content:"\f2f2"}.bi-dice-1:before{content:"\f2f3"}.bi-dice-2-fill:before{content:"\f2f4"}.bi-dice-2:before{content:"\f2f5"}.bi-dice-3-fill:before{content:"\f2f6"}.bi-dice-3:before{content:"\f2f7"}.bi-dice-4-fill:before{content:"\f2f8"}.bi-dice-4:before{content:"\f2f9"}.bi-dice-5-fill:before{content:"\f2fa"}.bi-dice-5:before{content:"\f2fb"}.bi-dice-6-fill:before{content:"\f2fc"}.bi-dice-6:before{content:"\f2fd"}.bi-disc-fill:before{content:"\f2fe"}.bi-disc:before{content:"\f2ff"}.bi-discord:before{content:"\f300"}.bi-display-fill:before{content:"\f301"}.bi-display:before{content:"\f302"}.bi-distribute-horizontal:before{content:"\f303"}.bi-distribute-vertical:before{content:"\f304"}.bi-door-closed-fill:before{content:"\f305"}.bi-door-closed:before{content:"\f306"}.bi-door-open-fill:before{content:"\f307"}.bi-door-open:before{content:"\f308"}.bi-dot:before{content:"\f309"}.bi-download:before{content:"\f30a"}.bi-droplet-fill:before{content:"\f30b"}.bi-droplet-half:before{content:"\f30c"}.bi-droplet:before{content:"\f30d"}.bi-earbuds:before{content:"\f30e"}.bi-easel-fill:before{content:"\f30f"}.bi-easel:before{content:"\f310"}.bi-egg-fill:before{content:"\f311"}.bi-egg-fried:before{content:"\f312"}.bi-egg:before{content:"\f313"}.bi-eject-fill:before{content:"\f314"}.bi-eject:before{content:"\f315"}.bi-emoji-angry-fill:before{content:"\f316"}.bi-emoji-angry:before{content:"\f317"}.bi-emoji-dizzy-fill:before{content:"\f318"}.bi-emoji-dizzy:before{content:"\f319"}.bi-emoji-expressionless-fill:before{content:"\f31a"}.bi-emoji-expressionless:before{content:"\f31b"}.bi-emoji-frown-fill:before{content:"\f31c"}.bi-emoji-frown:before{content:"\f31d"}.bi-emoji-heart-eyes-fill:before{content:"\f31e"}.bi-emoji-heart-eyes:before{content:"\f31f"}.bi-emoji-laughing-fill:before{content:"\f320"}.bi-emoji-laughing:before{content:"\f321"}.bi-emoji-neutral-fill:before{content:"\f322"}.bi-emoji-neutral:before{content:"\f323"}.bi-emoji-smile-fill:before{content:"\f324"}.bi-emoji-smile-upside-down-fill:before{content:"\f325"}.bi-emoji-smile-upside-down:before{content:"\f326"}.bi-emoji-smile:before{content:"\f327"}.bi-emoji-sunglasses-fill:before{content:"\f328"}.bi-emoji-sunglasses:before{content:"\f329"}.bi-emoji-wink-fill:before{content:"\f32a"}.bi-emoji-wink:before{content:"\f32b"}.bi-envelope-fill:before{content:"\f32c"}.bi-envelope-open-fill:before{content:"\f32d"}.bi-envelope-open:before{content:"\f32e"}.bi-envelope:before{content:"\f32f"}.bi-eraser-fill:before{content:"\f330"}.bi-eraser:before{content:"\f331"}.bi-exclamation-circle-fill:before{content:"\f332"}.bi-exclamation-circle:before{content:"\f333"}.bi-exclamation-diamond-fill:before{content:"\f334"}.bi-exclamation-diamond:before{content:"\f335"}.bi-exclamation-octagon-fill:before{content:"\f336"}.bi-exclamation-octagon:before{content:"\f337"}.bi-exclamation-square-fill:before{content:"\f338"}.bi-exclamation-square:before{content:"\f339"}.bi-exclamation-triangle-fill:before{content:"\f33a"}.bi-exclamation-triangle:before{content:"\f33b"}.bi-exclamation:before{content:"\f33c"}.bi-exclude:before{content:"\f33d"}.bi-eye-fill:before{content:"\f33e"}.bi-eye-slash-fill:before{content:"\f33f"}.bi-eye-slash:before{content:"\f340"}.bi-eye:before{content:"\f341"}.bi-eyedropper:before{content:"\f342"}.bi-eyeglasses:before{content:"\f343"}.bi-facebook:before{content:"\f344"}.bi-file-arrow-down-fill:before{content:"\f345"}.bi-file-arrow-down:before{content:"\f346"}.bi-file-arrow-up-fill:before{content:"\f347"}.bi-file-arrow-up:before{content:"\f348"}.bi-file-bar-graph-fill:before{content:"\f349"}.bi-file-bar-graph:before{content:"\f34a"}.bi-file-binary-fill:before{content:"\f34b"}.bi-file-binary:before{content:"\f34c"}.bi-file-break-fill:before{content:"\f34d"}.bi-file-break:before{content:"\f34e"}.bi-file-check-fill:before{content:"\f34f"}.bi-file-check:before{content:"\f350"}.bi-file-code-fill:before{content:"\f351"}.bi-file-code:before{content:"\f352"}.bi-file-diff-fill:before{content:"\f353"}.bi-file-diff:before{content:"\f354"}.bi-file-earmark-arrow-down-fill:before{content:"\f355"}.bi-file-earmark-arrow-down:before{content:"\f356"}.bi-file-earmark-arrow-up-fill:before{content:"\f357"}.bi-file-earmark-arrow-up:before{content:"\f358"}.bi-file-earmark-bar-graph-fill:before{content:"\f359"}.bi-file-earmark-bar-graph:before{content:"\f35a"}.bi-file-earmark-binary-fill:before{content:"\f35b"}.bi-file-earmark-binary:before{content:"\f35c"}.bi-file-earmark-break-fill:before{content:"\f35d"}.bi-file-earmark-break:before{content:"\f35e"}.bi-file-earmark-check-fill:before{content:"\f35f"}.bi-file-earmark-check:before{content:"\f360"}.bi-file-earmark-code-fill:before{content:"\f361"}.bi-file-earmark-code:before{content:"\f362"}.bi-file-earmark-diff-fill:before{content:"\f363"}.bi-file-earmark-diff:before{content:"\f364"}.bi-file-earmark-easel-fill:before{content:"\f365"}.bi-file-earmark-easel:before{content:"\f366"}.bi-file-earmark-excel-fill:before{content:"\f367"}.bi-file-earmark-excel:before{content:"\f368"}.bi-file-earmark-fill:before{content:"\f369"}.bi-file-earmark-font-fill:before{content:"\f36a"}.bi-file-earmark-font:before{content:"\f36b"}.bi-file-earmark-image-fill:before{content:"\f36c"}.bi-file-earmark-image:before{content:"\f36d"}.bi-file-earmark-lock-fill:before{content:"\f36e"}.bi-file-earmark-lock:before{content:"\f36f"}.bi-file-earmark-lock2-fill:before{content:"\f370"}.bi-file-earmark-lock2:before{content:"\f371"}.bi-file-earmark-medical-fill:before{content:"\f372"}.bi-file-earmark-medical:before{content:"\f373"}.bi-file-earmark-minus-fill:before{content:"\f374"}.bi-file-earmark-minus:before{content:"\f375"}.bi-file-earmark-music-fill:before{content:"\f376"}.bi-file-earmark-music:before{content:"\f377"}.bi-file-earmark-person-fill:before{content:"\f378"}.bi-file-earmark-person:before{content:"\f379"}.bi-file-earmark-play-fill:before{content:"\f37a"}.bi-file-earmark-play:before{content:"\f37b"}.bi-file-earmark-plus-fill:before{content:"\f37c"}.bi-file-earmark-plus:before{content:"\f37d"}.bi-file-earmark-post-fill:before{content:"\f37e"}.bi-file-earmark-post:before{content:"\f37f"}.bi-file-earmark-ppt-fill:before{content:"\f380"}.bi-file-earmark-ppt:before{content:"\f381"}.bi-file-earmark-richtext-fill:before{content:"\f382"}.bi-file-earmark-richtext:before{content:"\f383"}.bi-file-earmark-ruled-fill:before{content:"\f384"}.bi-file-earmark-ruled:before{content:"\f385"}.bi-file-earmark-slides-fill:before{content:"\f386"}.bi-file-earmark-slides:before{content:"\f387"}.bi-file-earmark-spreadsheet-fill:before{content:"\f388"}.bi-file-earmark-spreadsheet:before{content:"\f389"}.bi-file-earmark-text-fill:before{content:"\f38a"}.bi-file-earmark-text:before{content:"\f38b"}.bi-file-earmark-word-fill:before{content:"\f38c"}.bi-file-earmark-word:before{content:"\f38d"}.bi-file-earmark-x-fill:before{content:"\f38e"}.bi-file-earmark-x:before{content:"\f38f"}.bi-file-earmark-zip-fill:before{content:"\f390"}.bi-file-earmark-zip:before{content:"\f391"}.bi-file-earmark:before{content:"\f392"}.bi-file-easel-fill:before{content:"\f393"}.bi-file-easel:before{content:"\f394"}.bi-file-excel-fill:before{content:"\f395"}.bi-file-excel:before{content:"\f396"}.bi-file-fill:before{content:"\f397"}.bi-file-font-fill:before{content:"\f398"}.bi-file-font:before{content:"\f399"}.bi-file-image-fill:before{content:"\f39a"}.bi-file-image:before{content:"\f39b"}.bi-file-lock-fill:before{content:"\f39c"}.bi-file-lock:before{content:"\f39d"}.bi-file-lock2-fill:before{content:"\f39e"}.bi-file-lock2:before{content:"\f39f"}.bi-file-medical-fill:before{content:"\f3a0"}.bi-file-medical:before{content:"\f3a1"}.bi-file-minus-fill:before{content:"\f3a2"}.bi-file-minus:before{content:"\f3a3"}.bi-file-music-fill:before{content:"\f3a4"}.bi-file-music:before{content:"\f3a5"}.bi-file-person-fill:before{content:"\f3a6"}.bi-file-person:before{content:"\f3a7"}.bi-file-play-fill:before{content:"\f3a8"}.bi-file-play:before{content:"\f3a9"}.bi-file-plus-fill:before{content:"\f3aa"}.bi-file-plus:before{content:"\f3ab"}.bi-file-post-fill:before{content:"\f3ac"}.bi-file-post:before{content:"\f3ad"}.bi-file-ppt-fill:before{content:"\f3ae"}.bi-file-ppt:before{content:"\f3af"}.bi-file-richtext-fill:before{content:"\f3b0"}.bi-file-richtext:before{content:"\f3b1"}.bi-file-ruled-fill:before{content:"\f3b2"}.bi-file-ruled:before{content:"\f3b3"}.bi-file-slides-fill:before{content:"\f3b4"}.bi-file-slides:before{content:"\f3b5"}.bi-file-spreadsheet-fill:before{content:"\f3b6"}.bi-file-spreadsheet:before{content:"\f3b7"}.bi-file-text-fill:before{content:"\f3b8"}.bi-file-text:before{content:"\f3b9"}.bi-file-word-fill:before{content:"\f3ba"}.bi-file-word:before{content:"\f3bb"}.bi-file-x-fill:before{content:"\f3bc"}.bi-file-x:before{content:"\f3bd"}.bi-file-zip-fill:before{content:"\f3be"}.bi-file-zip:before{content:"\f3bf"}.bi-file:before{content:"\f3c0"}.bi-files-alt:before{content:"\f3c1"}.bi-files:before{content:"\f3c2"}.bi-film:before{content:"\f3c3"}.bi-filter-circle-fill:before{content:"\f3c4"}.bi-filter-circle:before{content:"\f3c5"}.bi-filter-left:before{content:"\f3c6"}.bi-filter-right:before{content:"\f3c7"}.bi-filter-square-fill:before{content:"\f3c8"}.bi-filter-square:before{content:"\f3c9"}.bi-filter:before{content:"\f3ca"}.bi-flag-fill:before{content:"\f3cb"}.bi-flag:before{content:"\f3cc"}.bi-flower1:before{content:"\f3cd"}.bi-flower2:before{content:"\f3ce"}.bi-flower3:before{content:"\f3cf"}.bi-folder-check:before{content:"\f3d0"}.bi-folder-fill:before{content:"\f3d1"}.bi-folder-minus:before{content:"\f3d2"}.bi-folder-plus:before{content:"\f3d3"}.bi-folder-symlink-fill:before{content:"\f3d4"}.bi-folder-symlink:before{content:"\f3d5"}.bi-folder-x:before{content:"\f3d6"}.bi-folder:before{content:"\f3d7"}.bi-folder2-open:before{content:"\f3d8"}.bi-folder2:before{content:"\f3d9"}.bi-fonts:before{content:"\f3da"}.bi-forward-fill:before{content:"\f3db"}.bi-forward:before{content:"\f3dc"}.bi-front:before{content:"\f3dd"}.bi-fullscreen-exit:before{content:"\f3de"}.bi-fullscreen:before{content:"\f3df"}.bi-funnel-fill:before{content:"\f3e0"}.bi-funnel:before{content:"\f3e1"}.bi-gear-fill:before{content:"\f3e2"}.bi-gear-wide-connected:before{content:"\f3e3"}.bi-gear-wide:before{content:"\f3e4"}.bi-gear:before{content:"\f3e5"}.bi-gem:before{content:"\f3e6"}.bi-geo-alt-fill:before{content:"\f3e7"}.bi-geo-alt:before{content:"\f3e8"}.bi-geo-fill:before{content:"\f3e9"}.bi-geo:before{content:"\f3ea"}.bi-gift-fill:before{content:"\f3eb"}.bi-gift:before{content:"\f3ec"}.bi-github:before{content:"\f3ed"}.bi-globe:before{content:"\f3ee"}.bi-globe2:before{content:"\f3ef"}.bi-google:before{content:"\f3f0"}.bi-graph-down:before{content:"\f3f1"}.bi-graph-up:before{content:"\f3f2"}.bi-grid-1x2-fill:before{content:"\f3f3"}.bi-grid-1x2:before{content:"\f3f4"}.bi-grid-3x2-gap-fill:before{content:"\f3f5"}.bi-grid-3x2-gap:before{content:"\f3f6"}.bi-grid-3x2:before{content:"\f3f7"}.bi-grid-3x3-gap-fill:before{content:"\f3f8"}.bi-grid-3x3-gap:before{content:"\f3f9"}.bi-grid-3x3:before{content:"\f3fa"}.bi-grid-fill:before{content:"\f3fb"}.bi-grid:before{content:"\f3fc"}.bi-grip-horizontal:before{content:"\f3fd"}.bi-grip-vertical:before{content:"\f3fe"}.bi-hammer:before{content:"\f3ff"}.bi-hand-index-fill:before{content:"\f400"}.bi-hand-index-thumb-fill:before{content:"\f401"}.bi-hand-index-thumb:before{content:"\f402"}.bi-hand-index:before{content:"\f403"}.bi-hand-thumbs-down-fill:before{content:"\f404"}.bi-hand-thumbs-down:before{content:"\f405"}.bi-hand-thumbs-up-fill:before{content:"\f406"}.bi-hand-thumbs-up:before{content:"\f407"}.bi-handbag-fill:before{content:"\f408"}.bi-handbag:before{content:"\f409"}.bi-hash:before{content:"\f40a"}.bi-hdd-fill:before{content:"\f40b"}.bi-hdd-network-fill:before{content:"\f40c"}.bi-hdd-network:before{content:"\f40d"}.bi-hdd-rack-fill:before{content:"\f40e"}.bi-hdd-rack:before{content:"\f40f"}.bi-hdd-stack-fill:before{content:"\f410"}.bi-hdd-stack:before{content:"\f411"}.bi-hdd:before{content:"\f412"}.bi-headphones:before{content:"\f413"}.bi-headset:before{content:"\f414"}.bi-heart-fill:before{content:"\f415"}.bi-heart-half:before{content:"\f416"}.bi-heart:before{content:"\f417"}.bi-heptagon-fill:before{content:"\f418"}.bi-heptagon-half:before{content:"\f419"}.bi-heptagon:before{content:"\f41a"}.bi-hexagon-fill:before{content:"\f41b"}.bi-hexagon-half:before{content:"\f41c"}.bi-hexagon:before{content:"\f41d"}.bi-hourglass-bottom:before{content:"\f41e"}.bi-hourglass-split:before{content:"\f41f"}.bi-hourglass-top:before{content:"\f420"}.bi-hourglass:before{content:"\f421"}.bi-house-door-fill:before{content:"\f422"}.bi-house-door:before{content:"\f423"}.bi-house-fill:before{content:"\f424"}.bi-house:before{content:"\f425"}.bi-hr:before{content:"\f426"}.bi-hurricane:before{content:"\f427"}.bi-image-alt:before{content:"\f428"}.bi-image-fill:before{content:"\f429"}.bi-image:before{content:"\f42a"}.bi-images:before{content:"\f42b"}.bi-inbox-fill:before{content:"\f42c"}.bi-inbox:before{content:"\f42d"}.bi-inboxes-fill:before{content:"\f42e"}.bi-inboxes:before{content:"\f42f"}.bi-info-circle-fill:before{content:"\f430"}.bi-info-circle:before{content:"\f431"}.bi-info-square-fill:before{content:"\f432"}.bi-info-square:before{content:"\f433"}.bi-info:before{content:"\f434"}.bi-input-cursor-text:before{content:"\f435"}.bi-input-cursor:before{content:"\f436"}.bi-instagram:before{content:"\f437"}.bi-intersect:before{content:"\f438"}.bi-journal-album:before{content:"\f439"}.bi-journal-arrow-down:before{content:"\f43a"}.bi-journal-arrow-up:before{content:"\f43b"}.bi-journal-bookmark-fill:before{content:"\f43c"}.bi-journal-bookmark:before{content:"\f43d"}.bi-journal-check:before{content:"\f43e"}.bi-journal-code:before{content:"\f43f"}.bi-journal-medical:before{content:"\f440"}.bi-journal-minus:before{content:"\f441"}.bi-journal-plus:before{content:"\f442"}.bi-journal-richtext:before{content:"\f443"}.bi-journal-text:before{content:"\f444"}.bi-journal-x:before{content:"\f445"}.bi-journal:before{content:"\f446"}.bi-journals:before{content:"\f447"}.bi-joystick:before{content:"\f448"}.bi-justify-left:before{content:"\f449"}.bi-justify-right:before{content:"\f44a"}.bi-justify:before{content:"\f44b"}.bi-kanban-fill:before{content:"\f44c"}.bi-kanban:before{content:"\f44d"}.bi-key-fill:before{content:"\f44e"}.bi-key:before{content:"\f44f"}.bi-keyboard-fill:before{content:"\f450"}.bi-keyboard:before{content:"\f451"}.bi-ladder:before{content:"\f452"}.bi-lamp-fill:before{content:"\f453"}.bi-lamp:before{content:"\f454"}.bi-laptop-fill:before{content:"\f455"}.bi-laptop:before{content:"\f456"}.bi-layer-backward:before{content:"\f457"}.bi-layer-forward:before{content:"\f458"}.bi-layers-fill:before{content:"\f459"}.bi-layers-half:before{content:"\f45a"}.bi-layers:before{content:"\f45b"}.bi-layout-sidebar-inset-reverse:before{content:"\f45c"}.bi-layout-sidebar-inset:before{content:"\f45d"}.bi-layout-sidebar-reverse:before{content:"\f45e"}.bi-layout-sidebar:before{content:"\f45f"}.bi-layout-split:before{content:"\f460"}.bi-layout-text-sidebar-reverse:before{content:"\f461"}.bi-layout-text-sidebar:before{content:"\f462"}.bi-layout-text-window-reverse:before{content:"\f463"}.bi-layout-text-window:before{content:"\f464"}.bi-layout-three-columns:before{content:"\f465"}.bi-layout-wtf:before{content:"\f466"}.bi-life-preserver:before{content:"\f467"}.bi-lightbulb-fill:before{content:"\f468"}.bi-lightbulb-off-fill:before{content:"\f469"}.bi-lightbulb-off:before{content:"\f46a"}.bi-lightbulb:before{content:"\f46b"}.bi-lightning-charge-fill:before{content:"\f46c"}.bi-lightning-charge:before{content:"\f46d"}.bi-lightning-fill:before{content:"\f46e"}.bi-lightning:before{content:"\f46f"}.bi-link-45deg:before{content:"\f470"}.bi-link:before{content:"\f471"}.bi-linkedin:before{content:"\f472"}.bi-list-check:before{content:"\f473"}.bi-list-nested:before{content:"\f474"}.bi-list-ol:before{content:"\f475"}.bi-list-stars:before{content:"\f476"}.bi-list-task:before{content:"\f477"}.bi-list-ul:before{content:"\f478"}.bi-list:before{content:"\f479"}.bi-lock-fill:before{content:"\f47a"}.bi-lock:before{content:"\f47b"}.bi-mailbox:before{content:"\f47c"}.bi-mailbox2:before{content:"\f47d"}.bi-map-fill:before{content:"\f47e"}.bi-map:before{content:"\f47f"}.bi-markdown-fill:before{content:"\f480"}.bi-markdown:before{content:"\f481"}.bi-mask:before{content:"\f482"}.bi-megaphone-fill:before{content:"\f483"}.bi-megaphone:before{content:"\f484"}.bi-menu-app-fill:before{content:"\f485"}.bi-menu-app:before{content:"\f486"}.bi-menu-button-fill:before{content:"\f487"}.bi-menu-button-wide-fill:before{content:"\f488"}.bi-menu-button-wide:before{content:"\f489"}.bi-menu-button:before{content:"\f48a"}.bi-menu-down:before{content:"\f48b"}.bi-menu-up:before{content:"\f48c"}.bi-mic-fill:before{content:"\f48d"}.bi-mic-mute-fill:before{content:"\f48e"}.bi-mic-mute:before{content:"\f48f"}.bi-mic:before{content:"\f490"}.bi-minecart-loaded:before{content:"\f491"}.bi-minecart:before{content:"\f492"}.bi-moisture:before{content:"\f493"}.bi-moon-fill:before{content:"\f494"}.bi-moon-stars-fill:before{content:"\f495"}.bi-moon-stars:before{content:"\f496"}.bi-moon:before{content:"\f497"}.bi-mouse-fill:before{content:"\f498"}.bi-mouse:before{content:"\f499"}.bi-mouse2-fill:before{content:"\f49a"}.bi-mouse2:before{content:"\f49b"}.bi-mouse3-fill:before{content:"\f49c"}.bi-mouse3:before{content:"\f49d"}.bi-music-note-beamed:before{content:"\f49e"}.bi-music-note-list:before{content:"\f49f"}.bi-music-note:before{content:"\f4a0"}.bi-music-player-fill:before{content:"\f4a1"}.bi-music-player:before{content:"\f4a2"}.bi-newspaper:before{content:"\f4a3"}.bi-node-minus-fill:before{content:"\f4a4"}.bi-node-minus:before{content:"\f4a5"}.bi-node-plus-fill:before{content:"\f4a6"}.bi-node-plus:before{content:"\f4a7"}.bi-nut-fill:before{content:"\f4a8"}.bi-nut:before{content:"\f4a9"}.bi-octagon-fill:before{content:"\f4aa"}.bi-octagon-half:before{content:"\f4ab"}.bi-octagon:before{content:"\f4ac"}.bi-option:before{content:"\f4ad"}.bi-outlet:before{content:"\f4ae"}.bi-paint-bucket:before{content:"\f4af"}.bi-palette-fill:before{content:"\f4b0"}.bi-palette:before{content:"\f4b1"}.bi-palette2:before{content:"\f4b2"}.bi-paperclip:before{content:"\f4b3"}.bi-paragraph:before{content:"\f4b4"}.bi-patch-check-fill:before{content:"\f4b5"}.bi-patch-check:before{content:"\f4b6"}.bi-patch-exclamation-fill:before{content:"\f4b7"}.bi-patch-exclamation:before{content:"\f4b8"}.bi-patch-minus-fill:before{content:"\f4b9"}.bi-patch-minus:before{content:"\f4ba"}.bi-patch-plus-fill:before{content:"\f4bb"}.bi-patch-plus:before{content:"\f4bc"}.bi-patch-question-fill:before{content:"\f4bd"}.bi-patch-question:before{content:"\f4be"}.bi-pause-btn-fill:before{content:"\f4bf"}.bi-pause-btn:before{content:"\f4c0"}.bi-pause-circle-fill:before{content:"\f4c1"}.bi-pause-circle:before{content:"\f4c2"}.bi-pause-fill:before{content:"\f4c3"}.bi-pause:before{content:"\f4c4"}.bi-peace-fill:before{content:"\f4c5"}.bi-peace:before{content:"\f4c6"}.bi-pen-fill:before{content:"\f4c7"}.bi-pen:before{content:"\f4c8"}.bi-pencil-fill:before{content:"\f4c9"}.bi-pencil-square:before{content:"\f4ca"}.bi-pencil:before{content:"\f4cb"}.bi-pentagon-fill:before{content:"\f4cc"}.bi-pentagon-half:before{content:"\f4cd"}.bi-pentagon:before{content:"\f4ce"}.bi-people-fill:before{content:"\f4cf"}.bi-people:before{content:"\f4d0"}.bi-percent:before{content:"\f4d1"}.bi-person-badge-fill:before{content:"\f4d2"}.bi-person-badge:before{content:"\f4d3"}.bi-person-bounding-box:before{content:"\f4d4"}.bi-person-check-fill:before{content:"\f4d5"}.bi-person-check:before{content:"\f4d6"}.bi-person-circle:before{content:"\f4d7"}.bi-person-dash-fill:before{content:"\f4d8"}.bi-person-dash:before{content:"\f4d9"}.bi-person-fill:before{content:"\f4da"}.bi-person-lines-fill:before{content:"\f4db"}.bi-person-plus-fill:before{content:"\f4dc"}.bi-person-plus:before{content:"\f4dd"}.bi-person-square:before{content:"\f4de"}.bi-person-x-fill:before{content:"\f4df"}.bi-person-x:before{content:"\f4e0"}.bi-person:before{content:"\f4e1"}.bi-phone-fill:before{content:"\f4e2"}.bi-phone-landscape-fill:before{content:"\f4e3"}.bi-phone-landscape:before{content:"\f4e4"}.bi-phone-vibrate-fill:before{content:"\f4e5"}.bi-phone-vibrate:before{content:"\f4e6"}.bi-phone:before{content:"\f4e7"}.bi-pie-chart-fill:before{content:"\f4e8"}.bi-pie-chart:before{content:"\f4e9"}.bi-pin-angle-fill:before{content:"\f4ea"}.bi-pin-angle:before{content:"\f4eb"}.bi-pin-fill:before{content:"\f4ec"}.bi-pin:before{content:"\f4ed"}.bi-pip-fill:before{content:"\f4ee"}.bi-pip:before{content:"\f4ef"}.bi-play-btn-fill:before{content:"\f4f0"}.bi-play-btn:before{content:"\f4f1"}.bi-play-circle-fill:before{content:"\f4f2"}.bi-play-circle:before{content:"\f4f3"}.bi-play-fill:before{content:"\f4f4"}.bi-play:before{content:"\f4f5"}.bi-plug-fill:before{content:"\f4f6"}.bi-plug:before{content:"\f4f7"}.bi-plus-circle-dotted:before{content:"\f4f8"}.bi-plus-circle-fill:before{content:"\f4f9"}.bi-plus-circle:before{content:"\f4fa"}.bi-plus-square-dotted:before{content:"\f4fb"}.bi-plus-square-fill:before{content:"\f4fc"}.bi-plus-square:before{content:"\f4fd"}.bi-plus:before{content:"\f4fe"}.bi-power:before{content:"\f4ff"}.bi-printer-fill:before{content:"\f500"}.bi-printer:before{content:"\f501"}.bi-puzzle-fill:before{content:"\f502"}.bi-puzzle:before{content:"\f503"}.bi-question-circle-fill:before{content:"\f504"}.bi-question-circle:before{content:"\f505"}.bi-question-diamond-fill:before{content:"\f506"}.bi-question-diamond:before{content:"\f507"}.bi-question-octagon-fill:before{content:"\f508"}.bi-question-octagon:before{content:"\f509"}.bi-question-square-fill:before{content:"\f50a"}.bi-question-square:before{content:"\f50b"}.bi-question:before{content:"\f50c"}.bi-rainbow:before{content:"\f50d"}.bi-receipt-cutoff:before{content:"\f50e"}.bi-receipt:before{content:"\f50f"}.bi-reception-0:before{content:"\f510"}.bi-reception-1:before{content:"\f511"}.bi-reception-2:before{content:"\f512"}.bi-reception-3:before{content:"\f513"}.bi-reception-4:before{content:"\f514"}.bi-record-btn-fill:before{content:"\f515"}.bi-record-btn:before{content:"\f516"}.bi-record-circle-fill:before{content:"\f517"}.bi-record-circle:before{content:"\f518"}.bi-record-fill:before{content:"\f519"}.bi-record:before{content:"\f51a"}.bi-record2-fill:before{content:"\f51b"}.bi-record2:before{content:"\f51c"}.bi-reply-all-fill:before{content:"\f51d"}.bi-reply-all:before{content:"\f51e"}.bi-reply-fill:before{content:"\f51f"}.bi-reply:before{content:"\f520"}.bi-rss-fill:before{content:"\f521"}.bi-rss:before{content:"\f522"}.bi-rulers:before{content:"\f523"}.bi-save-fill:before{content:"\f524"}.bi-save:before{content:"\f525"}.bi-save2-fill:before{content:"\f526"}.bi-save2:before{content:"\f527"}.bi-scissors:before{content:"\f528"}.bi-screwdriver:before{content:"\f529"}.bi-search:before{content:"\f52a"}.bi-segmented-nav:before{content:"\f52b"}.bi-server:before{content:"\f52c"}.bi-share-fill:before{content:"\f52d"}.bi-share:before{content:"\f52e"}.bi-shield-check:before{content:"\f52f"}.bi-shield-exclamation:before{content:"\f530"}.bi-shield-fill-check:before{content:"\f531"}.bi-shield-fill-exclamation:before{content:"\f532"}.bi-shield-fill-minus:before{content:"\f533"}.bi-shield-fill-plus:before{content:"\f534"}.bi-shield-fill-x:before{content:"\f535"}.bi-shield-fill:before{content:"\f536"}.bi-shield-lock-fill:before{content:"\f537"}.bi-shield-lock:before{content:"\f538"}.bi-shield-minus:before{content:"\f539"}.bi-shield-plus:before{content:"\f53a"}.bi-shield-shaded:before{content:"\f53b"}.bi-shield-slash-fill:before{content:"\f53c"}.bi-shield-slash:before{content:"\f53d"}.bi-shield-x:before{content:"\f53e"}.bi-shield:before{content:"\f53f"}.bi-shift-fill:before{content:"\f540"}.bi-shift:before{content:"\f541"}.bi-shop-window:before{content:"\f542"}.bi-shop:before{content:"\f543"}.bi-shuffle:before{content:"\f544"}.bi-signpost-2-fill:before{content:"\f545"}.bi-signpost-2:before{content:"\f546"}.bi-signpost-fill:before{content:"\f547"}.bi-signpost-split-fill:before{content:"\f548"}.bi-signpost-split:before{content:"\f549"}.bi-signpost:before{content:"\f54a"}.bi-sim-fill:before{content:"\f54b"}.bi-sim:before{content:"\f54c"}.bi-skip-backward-btn-fill:before{content:"\f54d"}.bi-skip-backward-btn:before{content:"\f54e"}.bi-skip-backward-circle-fill:before{content:"\f54f"}.bi-skip-backward-circle:before{content:"\f550"}.bi-skip-backward-fill:before{content:"\f551"}.bi-skip-backward:before{content:"\f552"}.bi-skip-end-btn-fill:before{content:"\f553"}.bi-skip-end-btn:before{content:"\f554"}.bi-skip-end-circle-fill:before{content:"\f555"}.bi-skip-end-circle:before{content:"\f556"}.bi-skip-end-fill:before{content:"\f557"}.bi-skip-end:before{content:"\f558"}.bi-skip-forward-btn-fill:before{content:"\f559"}.bi-skip-forward-btn:before{content:"\f55a"}.bi-skip-forward-circle-fill:before{content:"\f55b"}.bi-skip-forward-circle:before{content:"\f55c"}.bi-skip-forward-fill:before{content:"\f55d"}.bi-skip-forward:before{content:"\f55e"}.bi-skip-start-btn-fill:before{content:"\f55f"}.bi-skip-start-btn:before{content:"\f560"}.bi-skip-start-circle-fill:before{content:"\f561"}.bi-skip-start-circle:before{content:"\f562"}.bi-skip-start-fill:before{content:"\f563"}.bi-skip-start:before{content:"\f564"}.bi-slack:before{content:"\f565"}.bi-slash-circle-fill:before{content:"\f566"}.bi-slash-circle:before{content:"\f567"}.bi-slash-square-fill:before{content:"\f568"}.bi-slash-square:before{content:"\f569"}.bi-slash:before{content:"\f56a"}.bi-sliders:before{content:"\f56b"}.bi-smartwatch:before{content:"\f56c"}.bi-snow:before{content:"\f56d"}.bi-snow2:before{content:"\f56e"}.bi-snow3:before{content:"\f56f"}.bi-sort-alpha-down-alt:before{content:"\f570"}.bi-sort-alpha-down:before{content:"\f571"}.bi-sort-alpha-up-alt:before{content:"\f572"}.bi-sort-alpha-up:before{content:"\f573"}.bi-sort-down-alt:before{content:"\f574"}.bi-sort-down:before{content:"\f575"}.bi-sort-numeric-down-alt:before{content:"\f576"}.bi-sort-numeric-down:before{content:"\f577"}.bi-sort-numeric-up-alt:before{content:"\f578"}.bi-sort-numeric-up:before{content:"\f579"}.bi-sort-up-alt:before{content:"\f57a"}.bi-sort-up:before{content:"\f57b"}.bi-soundwave:before{content:"\f57c"}.bi-speaker-fill:before{content:"\f57d"}.bi-speaker:before{content:"\f57e"}.bi-speedometer:before{content:"\f57f"}.bi-speedometer2:before{content:"\f580"}.bi-spellcheck:before{content:"\f581"}.bi-square-fill:before{content:"\f582"}.bi-square-half:before{content:"\f583"}.bi-square:before{content:"\f584"}.bi-stack:before{content:"\f585"}.bi-star-fill:before{content:"\f586"}.bi-star-half:before{content:"\f587"}.bi-star:before{content:"\f588"}.bi-stars:before{content:"\f589"}.bi-stickies-fill:before{content:"\f58a"}.bi-stickies:before{content:"\f58b"}.bi-sticky-fill:before{content:"\f58c"}.bi-sticky:before{content:"\f58d"}.bi-stop-btn-fill:before{content:"\f58e"}.bi-stop-btn:before{content:"\f58f"}.bi-stop-circle-fill:before{content:"\f590"}.bi-stop-circle:before{content:"\f591"}.bi-stop-fill:before{content:"\f592"}.bi-stop:before{content:"\f593"}.bi-stoplights-fill:before{content:"\f594"}.bi-stoplights:before{content:"\f595"}.bi-stopwatch-fill:before{content:"\f596"}.bi-stopwatch:before{content:"\f597"}.bi-subtract:before{content:"\f598"}.bi-suit-club-fill:before{content:"\f599"}.bi-suit-club:before{content:"\f59a"}.bi-suit-diamond-fill:before{content:"\f59b"}.bi-suit-diamond:before{content:"\f59c"}.bi-suit-heart-fill:before{content:"\f59d"}.bi-suit-heart:before{content:"\f59e"}.bi-suit-spade-fill:before{content:"\f59f"}.bi-suit-spade:before{content:"\f5a0"}.bi-sun-fill:before{content:"\f5a1"}.bi-sun:before{content:"\f5a2"}.bi-sunglasses:before{content:"\f5a3"}.bi-sunrise-fill:before{content:"\f5a4"}.bi-sunrise:before{content:"\f5a5"}.bi-sunset-fill:before{content:"\f5a6"}.bi-sunset:before{content:"\f5a7"}.bi-symmetry-horizontal:before{content:"\f5a8"}.bi-symmetry-vertical:before{content:"\f5a9"}.bi-table:before{content:"\f5aa"}.bi-tablet-fill:before{content:"\f5ab"}.bi-tablet-landscape-fill:before{content:"\f5ac"}.bi-tablet-landscape:before{content:"\f5ad"}.bi-tablet:before{content:"\f5ae"}.bi-tag-fill:before{content:"\f5af"}.bi-tag:before{content:"\f5b0"}.bi-tags-fill:before{content:"\f5b1"}.bi-tags:before{content:"\f5b2"}.bi-telegram:before{content:"\f5b3"}.bi-telephone-fill:before{content:"\f5b4"}.bi-telephone-forward-fill:before{content:"\f5b5"}.bi-telephone-forward:before{content:"\f5b6"}.bi-telephone-inbound-fill:before{content:"\f5b7"}.bi-telephone-inbound:before{content:"\f5b8"}.bi-telephone-minus-fill:before{content:"\f5b9"}.bi-telephone-minus:before{content:"\f5ba"}.bi-telephone-outbound-fill:before{content:"\f5bb"}.bi-telephone-outbound:before{content:"\f5bc"}.bi-telephone-plus-fill:before{content:"\f5bd"}.bi-telephone-plus:before{content:"\f5be"}.bi-telephone-x-fill:before{content:"\f5bf"}.bi-telephone-x:before{content:"\f5c0"}.bi-telephone:before{content:"\f5c1"}.bi-terminal-fill:before{content:"\f5c2"}.bi-terminal:before{content:"\f5c3"}.bi-text-center:before{content:"\f5c4"}.bi-text-indent-left:before{content:"\f5c5"}.bi-text-indent-right:before{content:"\f5c6"}.bi-text-left:before{content:"\f5c7"}.bi-text-paragraph:before{content:"\f5c8"}.bi-text-right:before{content:"\f5c9"}.bi-textarea-resize:before{content:"\f5ca"}.bi-textarea-t:before{content:"\f5cb"}.bi-textarea:before{content:"\f5cc"}.bi-thermometer-half:before{content:"\f5cd"}.bi-thermometer-high:before{content:"\f5ce"}.bi-thermometer-low:before{content:"\f5cf"}.bi-thermometer-snow:before{content:"\f5d0"}.bi-thermometer-sun:before{content:"\f5d1"}.bi-thermometer:before{content:"\f5d2"}.bi-three-dots-vertical:before{content:"\f5d3"}.bi-three-dots:before{content:"\f5d4"}.bi-toggle-off:before{content:"\f5d5"}.bi-toggle-on:before{content:"\f5d6"}.bi-toggle2-off:before{content:"\f5d7"}.bi-toggle2-on:before{content:"\f5d8"}.bi-toggles:before{content:"\f5d9"}.bi-toggles2:before{content:"\f5da"}.bi-tools:before{content:"\f5db"}.bi-tornado:before{content:"\f5dc"}.bi-trash-fill:before{content:"\f5dd"}.bi-trash:before{content:"\f5de"}.bi-trash2-fill:before{content:"\f5df"}.bi-trash2:before{content:"\f5e0"}.bi-tree-fill:before{content:"\f5e1"}.bi-tree:before{content:"\f5e2"}.bi-triangle-fill:before{content:"\f5e3"}.bi-triangle-half:before{content:"\f5e4"}.bi-triangle:before{content:"\f5e5"}.bi-trophy-fill:before{content:"\f5e6"}.bi-trophy:before{content:"\f5e7"}.bi-tropical-storm:before{content:"\f5e8"}.bi-truck-flatbed:before{content:"\f5e9"}.bi-truck:before{content:"\f5ea"}.bi-tsunami:before{content:"\f5eb"}.bi-tv-fill:before{content:"\f5ec"}.bi-tv:before{content:"\f5ed"}.bi-twitch:before{content:"\f5ee"}.bi-twitter:before{content:"\f5ef"}.bi-type-bold:before{content:"\f5f0"}.bi-type-h1:before{content:"\f5f1"}.bi-type-h2:before{content:"\f5f2"}.bi-type-h3:before{content:"\f5f3"}.bi-type-italic:before{content:"\f5f4"}.bi-type-strikethrough:before{content:"\f5f5"}.bi-type-underline:before{content:"\f5f6"}.bi-type:before{content:"\f5f7"}.bi-ui-checks-grid:before{content:"\f5f8"}.bi-ui-checks:before{content:"\f5f9"}.bi-ui-radios-grid:before{content:"\f5fa"}.bi-ui-radios:before{content:"\f5fb"}.bi-umbrella-fill:before{content:"\f5fc"}.bi-umbrella:before{content:"\f5fd"}.bi-union:before{content:"\f5fe"}.bi-unlock-fill:before{content:"\f5ff"}.bi-unlock:before{content:"\f600"}.bi-upc-scan:before{content:"\f601"}.bi-upc:before{content:"\f602"}.bi-upload:before{content:"\f603"}.bi-vector-pen:before{content:"\f604"}.bi-view-list:before{content:"\f605"}.bi-view-stacked:before{content:"\f606"}.bi-vinyl-fill:before{content:"\f607"}.bi-vinyl:before{content:"\f608"}.bi-voicemail:before{content:"\f609"}.bi-volume-down-fill:before{content:"\f60a"}.bi-volume-down:before{content:"\f60b"}.bi-volume-mute-fill:before{content:"\f60c"}.bi-volume-mute:before{content:"\f60d"}.bi-volume-off-fill:before{content:"\f60e"}.bi-volume-off:before{content:"\f60f"}.bi-volume-up-fill:before{content:"\f610"}.bi-volume-up:before{content:"\f611"}.bi-vr:before{content:"\f612"}.bi-wallet-fill:before{content:"\f613"}.bi-wallet:before{content:"\f614"}.bi-wallet2:before{content:"\f615"}.bi-watch:before{content:"\f616"}.bi-water:before{content:"\f617"}.bi-whatsapp:before{content:"\f618"}.bi-wifi-1:before{content:"\f619"}.bi-wifi-2:before{content:"\f61a"}.bi-wifi-off:before{content:"\f61b"}.bi-wifi:before{content:"\f61c"}.bi-wind:before{content:"\f61d"}.bi-window-dock:before{content:"\f61e"}.bi-window-sidebar:before{content:"\f61f"}.bi-window:before{content:"\f620"}.bi-wrench:before{content:"\f621"}.bi-x-circle-fill:before{content:"\f622"}.bi-x-circle:before{content:"\f623"}.bi-x-diamond-fill:before{content:"\f624"}.bi-x-diamond:before{content:"\f625"}.bi-x-octagon-fill:before{content:"\f626"}.bi-x-octagon:before{content:"\f627"}.bi-x-square-fill:before{content:"\f628"}.bi-x-square:before{content:"\f629"}.bi-x:before{content:"\f62a"}.bi-youtube:before{content:"\f62b"}.bi-zoom-in:before{content:"\f62c"}.bi-zoom-out:before{content:"\f62d"}.bi-bank:before{content:"\f62e"}.bi-bank2:before{content:"\f62f"}.bi-bell-slash-fill:before{content:"\f630"}.bi-bell-slash:before{content:"\f631"}.bi-cash-coin:before{content:"\f632"}.bi-check-lg:before{content:"\f633"}.bi-coin:before{content:"\f634"}.bi-currency-bitcoin:before{content:"\f635"}.bi-currency-dollar:before{content:"\f636"}.bi-currency-euro:before{content:"\f637"}.bi-currency-exchange:before{content:"\f638"}.bi-currency-pound:before{content:"\f639"}.bi-currency-yen:before{content:"\f63a"}.bi-dash-lg:before{content:"\f63b"}.bi-exclamation-lg:before{content:"\f63c"}.bi-file-earmark-pdf-fill:before{content:"\f63d"}.bi-file-earmark-pdf:before{content:"\f63e"}.bi-file-pdf-fill:before{content:"\f63f"}.bi-file-pdf:before{content:"\f640"}.bi-gender-ambiguous:before{content:"\f641"}.bi-gender-female:before{content:"\f642"}.bi-gender-male:before{content:"\f643"}.bi-gender-trans:before{content:"\f644"}.bi-headset-vr:before{content:"\f645"}.bi-info-lg:before{content:"\f646"}.bi-mastodon:before{content:"\f647"}.bi-messenger:before{content:"\f648"}.bi-piggy-bank-fill:before{content:"\f649"}.bi-piggy-bank:before{content:"\f64a"}.bi-pin-map-fill:before{content:"\f64b"}.bi-pin-map:before{content:"\f64c"}.bi-plus-lg:before{content:"\f64d"}.bi-question-lg:before{content:"\f64e"}.bi-recycle:before{content:"\f64f"}.bi-reddit:before{content:"\f650"}.bi-safe-fill:before{content:"\f651"}.bi-safe2-fill:before{content:"\f652"}.bi-safe2:before{content:"\f653"}.bi-sd-card-fill:before{content:"\f654"}.bi-sd-card:before{content:"\f655"}.bi-skype:before{content:"\f656"}.bi-slash-lg:before{content:"\f657"}.bi-translate:before{content:"\f658"}.bi-x-lg:before{content:"\f659"}.bi-safe:before{content:"\f65a"}.bi-apple:before{content:"\f65b"}.bi-microsoft:before{content:"\f65d"}.bi-windows:before{content:"\f65e"}.bi-behance:before{content:"\f65c"}.bi-dribbble:before{content:"\f65f"}.bi-line:before{content:"\f660"}.bi-medium:before{content:"\f661"}.bi-paypal:before{content:"\f662"}.bi-pinterest:before{content:"\f663"}.bi-signal:before{content:"\f664"}.bi-snapchat:before{content:"\f665"}.bi-spotify:before{content:"\f666"}.bi-stack-overflow:before{content:"\f667"}.bi-strava:before{content:"\f668"}.bi-wordpress:before{content:"\f669"}.bi-vimeo:before{content:"\f66a"}.bi-activity:before{content:"\f66b"}.bi-easel2-fill:before{content:"\f66c"}.bi-easel2:before{content:"\f66d"}.bi-easel3-fill:before{content:"\f66e"}.bi-easel3:before{content:"\f66f"}.bi-fan:before{content:"\f670"}.bi-fingerprint:before{content:"\f671"}.bi-graph-down-arrow:before{content:"\f672"}.bi-graph-up-arrow:before{content:"\f673"}.bi-hypnotize:before{content:"\f674"}.bi-magic:before{content:"\f675"}.bi-person-rolodex:before{content:"\f676"}.bi-person-video:before{content:"\f677"}.bi-person-video2:before{content:"\f678"}.bi-person-video3:before{content:"\f679"}.bi-person-workspace:before{content:"\f67a"}.bi-radioactive:before{content:"\f67b"}.bi-webcam-fill:before{content:"\f67c"}.bi-webcam:before{content:"\f67d"}.bi-yin-yang:before{content:"\f67e"}.bi-bandaid-fill:before{content:"\f680"}.bi-bandaid:before{content:"\f681"}.bi-bluetooth:before{content:"\f682"}.bi-body-text:before{content:"\f683"}.bi-boombox:before{content:"\f684"}.bi-boxes:before{content:"\f685"}.bi-dpad-fill:before{content:"\f686"}.bi-dpad:before{content:"\f687"}.bi-ear-fill:before{content:"\f688"}.bi-ear:before{content:"\f689"}.bi-envelope-check-fill:before{content:"\f68b"}.bi-envelope-check:before{content:"\f68c"}.bi-envelope-dash-fill:before{content:"\f68e"}.bi-envelope-dash:before{content:"\f68f"}.bi-envelope-exclamation-fill:before{content:"\f691"}.bi-envelope-exclamation:before{content:"\f692"}.bi-envelope-plus-fill:before{content:"\f693"}.bi-envelope-plus:before{content:"\f694"}.bi-envelope-slash-fill:before{content:"\f696"}.bi-envelope-slash:before{content:"\f697"}.bi-envelope-x-fill:before{content:"\f699"}.bi-envelope-x:before{content:"\f69a"}.bi-explicit-fill:before{content:"\f69b"}.bi-explicit:before{content:"\f69c"}.bi-git:before{content:"\f69d"}.bi-infinity:before{content:"\f69e"}.bi-list-columns-reverse:before{content:"\f69f"}.bi-list-columns:before{content:"\f6a0"}.bi-meta:before{content:"\f6a1"}.bi-nintendo-switch:before{content:"\f6a4"}.bi-pc-display-horizontal:before{content:"\f6a5"}.bi-pc-display:before{content:"\f6a6"}.bi-pc-horizontal:before{content:"\f6a7"}.bi-pc:before{content:"\f6a8"}.bi-playstation:before{content:"\f6a9"}.bi-plus-slash-minus:before{content:"\f6aa"}.bi-projector-fill:before{content:"\f6ab"}.bi-projector:before{content:"\f6ac"}.bi-qr-code-scan:before{content:"\f6ad"}.bi-qr-code:before{content:"\f6ae"}.bi-quora:before{content:"\f6af"}.bi-quote:before{content:"\f6b0"}.bi-robot:before{content:"\f6b1"}.bi-send-check-fill:before{content:"\f6b2"}.bi-send-check:before{content:"\f6b3"}.bi-send-dash-fill:before{content:"\f6b4"}.bi-send-dash:before{content:"\f6b5"}.bi-send-exclamation-fill:before{content:"\f6b7"}.bi-send-exclamation:before{content:"\f6b8"}.bi-send-fill:before{content:"\f6b9"}.bi-send-plus-fill:before{content:"\f6ba"}.bi-send-plus:before{content:"\f6bb"}.bi-send-slash-fill:before{content:"\f6bc"}.bi-send-slash:before{content:"\f6bd"}.bi-send-x-fill:before{content:"\f6be"}.bi-send-x:before{content:"\f6bf"}.bi-send:before{content:"\f6c0"}.bi-steam:before{content:"\f6c1"}.bi-terminal-dash:before{content:"\f6c3"}.bi-terminal-plus:before{content:"\f6c4"}.bi-terminal-split:before{content:"\f6c5"}.bi-ticket-detailed-fill:before{content:"\f6c6"}.bi-ticket-detailed:before{content:"\f6c7"}.bi-ticket-fill:before{content:"\f6c8"}.bi-ticket-perforated-fill:before{content:"\f6c9"}.bi-ticket-perforated:before{content:"\f6ca"}.bi-ticket:before{content:"\f6cb"}.bi-tiktok:before{content:"\f6cc"}.bi-window-dash:before{content:"\f6cd"}.bi-window-desktop:before{content:"\f6ce"}.bi-window-fullscreen:before{content:"\f6cf"}.bi-window-plus:before{content:"\f6d0"}.bi-window-split:before{content:"\f6d1"}.bi-window-stack:before{content:"\f6d2"}.bi-window-x:before{content:"\f6d3"}.bi-xbox:before{content:"\f6d4"}.bi-ethernet:before{content:"\f6d5"}.bi-hdmi-fill:before{content:"\f6d6"}.bi-hdmi:before{content:"\f6d7"}.bi-usb-c-fill:before{content:"\f6d8"}.bi-usb-c:before{content:"\f6d9"}.bi-usb-fill:before{content:"\f6da"}.bi-usb-plug-fill:before{content:"\f6db"}.bi-usb-plug:before{content:"\f6dc"}.bi-usb-symbol:before{content:"\f6dd"}.bi-usb:before{content:"\f6de"}.bi-boombox-fill:before{content:"\f6df"}.bi-displayport:before{content:"\f6e1"}.bi-gpu-card:before{content:"\f6e2"}.bi-memory:before{content:"\f6e3"}.bi-modem-fill:before{content:"\f6e4"}.bi-modem:before{content:"\f6e5"}.bi-motherboard-fill:before{content:"\f6e6"}.bi-motherboard:before{content:"\f6e7"}.bi-optical-audio-fill:before{content:"\f6e8"}.bi-optical-audio:before{content:"\f6e9"}.bi-pci-card:before{content:"\f6ea"}.bi-router-fill:before{content:"\f6eb"}.bi-router:before{content:"\f6ec"}.bi-thunderbolt-fill:before{content:"\f6ef"}.bi-thunderbolt:before{content:"\f6f0"}.bi-usb-drive-fill:before{content:"\f6f1"}.bi-usb-drive:before{content:"\f6f2"}.bi-usb-micro-fill:before{content:"\f6f3"}.bi-usb-micro:before{content:"\f6f4"}.bi-usb-mini-fill:before{content:"\f6f5"}.bi-usb-mini:before{content:"\f6f6"}.bi-cloud-haze2:before{content:"\f6f7"}.bi-device-hdd-fill:before{content:"\f6f8"}.bi-device-hdd:before{content:"\f6f9"}.bi-device-ssd-fill:before{content:"\f6fa"}.bi-device-ssd:before{content:"\f6fb"}.bi-displayport-fill:before{content:"\f6fc"}.bi-mortarboard-fill:before{content:"\f6fd"}.bi-mortarboard:before{content:"\f6fe"}.bi-terminal-x:before{content:"\f6ff"}.bi-arrow-through-heart-fill:before{content:"\f700"}.bi-arrow-through-heart:before{content:"\f701"}.bi-badge-sd-fill:before{content:"\f702"}.bi-badge-sd:before{content:"\f703"}.bi-bag-heart-fill:before{content:"\f704"}.bi-bag-heart:before{content:"\f705"}.bi-balloon-fill:before{content:"\f706"}.bi-balloon-heart-fill:before{content:"\f707"}.bi-balloon-heart:before{content:"\f708"}.bi-balloon:before{content:"\f709"}.bi-box2-fill:before{content:"\f70a"}.bi-box2-heart-fill:before{content:"\f70b"}.bi-box2-heart:before{content:"\f70c"}.bi-box2:before{content:"\f70d"}.bi-braces-asterisk:before{content:"\f70e"}.bi-calendar-heart-fill:before{content:"\f70f"}.bi-calendar-heart:before{content:"\f710"}.bi-calendar2-heart-fill:before{content:"\f711"}.bi-calendar2-heart:before{content:"\f712"}.bi-chat-heart-fill:before{content:"\f713"}.bi-chat-heart:before{content:"\f714"}.bi-chat-left-heart-fill:before{content:"\f715"}.bi-chat-left-heart:before{content:"\f716"}.bi-chat-right-heart-fill:before{content:"\f717"}.bi-chat-right-heart:before{content:"\f718"}.bi-chat-square-heart-fill:before{content:"\f719"}.bi-chat-square-heart:before{content:"\f71a"}.bi-clipboard-check-fill:before{content:"\f71b"}.bi-clipboard-data-fill:before{content:"\f71c"}.bi-clipboard-fill:before{content:"\f71d"}.bi-clipboard-heart-fill:before{content:"\f71e"}.bi-clipboard-heart:before{content:"\f71f"}.bi-clipboard-minus-fill:before{content:"\f720"}.bi-clipboard-plus-fill:before{content:"\f721"}.bi-clipboard-pulse:before{content:"\f722"}.bi-clipboard-x-fill:before{content:"\f723"}.bi-clipboard2-check-fill:before{content:"\f724"}.bi-clipboard2-check:before{content:"\f725"}.bi-clipboard2-data-fill:before{content:"\f726"}.bi-clipboard2-data:before{content:"\f727"}.bi-clipboard2-fill:before{content:"\f728"}.bi-clipboard2-heart-fill:before{content:"\f729"}.bi-clipboard2-heart:before{content:"\f72a"}.bi-clipboard2-minus-fill:before{content:"\f72b"}.bi-clipboard2-minus:before{content:"\f72c"}.bi-clipboard2-plus-fill:before{content:"\f72d"}.bi-clipboard2-plus:before{content:"\f72e"}.bi-clipboard2-pulse-fill:before{content:"\f72f"}.bi-clipboard2-pulse:before{content:"\f730"}.bi-clipboard2-x-fill:before{content:"\f731"}.bi-clipboard2-x:before{content:"\f732"}.bi-clipboard2:before{content:"\f733"}.bi-emoji-kiss-fill:before{content:"\f734"}.bi-emoji-kiss:before{content:"\f735"}.bi-envelope-heart-fill:before{content:"\f736"}.bi-envelope-heart:before{content:"\f737"}.bi-envelope-open-heart-fill:before{content:"\f738"}.bi-envelope-open-heart:before{content:"\f739"}.bi-envelope-paper-fill:before{content:"\f73a"}.bi-envelope-paper-heart-fill:before{content:"\f73b"}.bi-envelope-paper-heart:before{content:"\f73c"}.bi-envelope-paper:before{content:"\f73d"}.bi-filetype-aac:before{content:"\f73e"}.bi-filetype-ai:before{content:"\f73f"}.bi-filetype-bmp:before{content:"\f740"}.bi-filetype-cs:before{content:"\f741"}.bi-filetype-css:before{content:"\f742"}.bi-filetype-csv:before{content:"\f743"}.bi-filetype-doc:before{content:"\f744"}.bi-filetype-docx:before{content:"\f745"}.bi-filetype-exe:before{content:"\f746"}.bi-filetype-gif:before{content:"\f747"}.bi-filetype-heic:before{content:"\f748"}.bi-filetype-html:before{content:"\f749"}.bi-filetype-java:before{content:"\f74a"}.bi-filetype-jpg:before{content:"\f74b"}.bi-filetype-js:before{content:"\f74c"}.bi-filetype-jsx:before{content:"\f74d"}.bi-filetype-key:before{content:"\f74e"}.bi-filetype-m4p:before{content:"\f74f"}.bi-filetype-md:before{content:"\f750"}.bi-filetype-mdx:before{content:"\f751"}.bi-filetype-mov:before{content:"\f752"}.bi-filetype-mp3:before{content:"\f753"}.bi-filetype-mp4:before{content:"\f754"}.bi-filetype-otf:before{content:"\f755"}.bi-filetype-pdf:before{content:"\f756"}.bi-filetype-php:before{content:"\f757"}.bi-filetype-png:before{content:"\f758"}.bi-filetype-ppt:before{content:"\f75a"}.bi-filetype-psd:before{content:"\f75b"}.bi-filetype-py:before{content:"\f75c"}.bi-filetype-raw:before{content:"\f75d"}.bi-filetype-rb:before{content:"\f75e"}.bi-filetype-sass:before{content:"\f75f"}.bi-filetype-scss:before{content:"\f760"}.bi-filetype-sh:before{content:"\f761"}.bi-filetype-svg:before{content:"\f762"}.bi-filetype-tiff:before{content:"\f763"}.bi-filetype-tsx:before{content:"\f764"}.bi-filetype-ttf:before{content:"\f765"}.bi-filetype-txt:before{content:"\f766"}.bi-filetype-wav:before{content:"\f767"}.bi-filetype-woff:before{content:"\f768"}.bi-filetype-xls:before{content:"\f76a"}.bi-filetype-xml:before{content:"\f76b"}.bi-filetype-yml:before{content:"\f76c"}.bi-heart-arrow:before{content:"\f76d"}.bi-heart-pulse-fill:before{content:"\f76e"}.bi-heart-pulse:before{content:"\f76f"}.bi-heartbreak-fill:before{content:"\f770"}.bi-heartbreak:before{content:"\f771"}.bi-hearts:before{content:"\f772"}.bi-hospital-fill:before{content:"\f773"}.bi-hospital:before{content:"\f774"}.bi-house-heart-fill:before{content:"\f775"}.bi-house-heart:before{content:"\f776"}.bi-incognito:before{content:"\f777"}.bi-magnet-fill:before{content:"\f778"}.bi-magnet:before{content:"\f779"}.bi-person-heart:before{content:"\f77a"}.bi-person-hearts:before{content:"\f77b"}.bi-phone-flip:before{content:"\f77c"}.bi-plugin:before{content:"\f77d"}.bi-postage-fill:before{content:"\f77e"}.bi-postage-heart-fill:before{content:"\f77f"}.bi-postage-heart:before{content:"\f780"}.bi-postage:before{content:"\f781"}.bi-postcard-fill:before{content:"\f782"}.bi-postcard-heart-fill:before{content:"\f783"}.bi-postcard-heart:before{content:"\f784"}.bi-postcard:before{content:"\f785"}.bi-search-heart-fill:before{content:"\f786"}.bi-search-heart:before{content:"\f787"}.bi-sliders2-vertical:before{content:"\f788"}.bi-sliders2:before{content:"\f789"}.bi-trash3-fill:before{content:"\f78a"}.bi-trash3:before{content:"\f78b"}.bi-valentine:before{content:"\f78c"}.bi-valentine2:before{content:"\f78d"}.bi-wrench-adjustable-circle-fill:before{content:"\f78e"}.bi-wrench-adjustable-circle:before{content:"\f78f"}.bi-wrench-adjustable:before{content:"\f790"}.bi-filetype-json:before{content:"\f791"}.bi-filetype-pptx:before{content:"\f792"}.bi-filetype-xlsx:before{content:"\f793"}.bi-1-circle-fill:before{content:"\f796"}.bi-1-circle:before{content:"\f797"}.bi-1-square-fill:before{content:"\f798"}.bi-1-square:before{content:"\f799"}.bi-2-circle-fill:before{content:"\f79c"}.bi-2-circle:before{content:"\f79d"}.bi-2-square-fill:before{content:"\f79e"}.bi-2-square:before{content:"\f79f"}.bi-3-circle-fill:before{content:"\f7a2"}.bi-3-circle:before{content:"\f7a3"}.bi-3-square-fill:before{content:"\f7a4"}.bi-3-square:before{content:"\f7a5"}.bi-4-circle-fill:before{content:"\f7a8"}.bi-4-circle:before{content:"\f7a9"}.bi-4-square-fill:before{content:"\f7aa"}.bi-4-square:before{content:"\f7ab"}.bi-5-circle-fill:before{content:"\f7ae"}.bi-5-circle:before{content:"\f7af"}.bi-5-square-fill:before{content:"\f7b0"}.bi-5-square:before{content:"\f7b1"}.bi-6-circle-fill:before{content:"\f7b4"}.bi-6-circle:before{content:"\f7b5"}.bi-6-square-fill:before{content:"\f7b6"}.bi-6-square:before{content:"\f7b7"}.bi-7-circle-fill:before{content:"\f7ba"}.bi-7-circle:before{content:"\f7bb"}.bi-7-square-fill:before{content:"\f7bc"}.bi-7-square:before{content:"\f7bd"}.bi-8-circle-fill:before{content:"\f7c0"}.bi-8-circle:before{content:"\f7c1"}.bi-8-square-fill:before{content:"\f7c2"}.bi-8-square:before{content:"\f7c3"}.bi-9-circle-fill:before{content:"\f7c6"}.bi-9-circle:before{content:"\f7c7"}.bi-9-square-fill:before{content:"\f7c8"}.bi-9-square:before{content:"\f7c9"}.bi-airplane-engines-fill:before{content:"\f7ca"}.bi-airplane-engines:before{content:"\f7cb"}.bi-airplane-fill:before{content:"\f7cc"}.bi-airplane:before{content:"\f7cd"}.bi-alexa:before{content:"\f7ce"}.bi-alipay:before{content:"\f7cf"}.bi-android:before{content:"\f7d0"}.bi-android2:before{content:"\f7d1"}.bi-box-fill:before{content:"\f7d2"}.bi-box-seam-fill:before{content:"\f7d3"}.bi-browser-chrome:before{content:"\f7d4"}.bi-browser-edge:before{content:"\f7d5"}.bi-browser-firefox:before{content:"\f7d6"}.bi-browser-safari:before{content:"\f7d7"}.bi-c-circle-fill:before{content:"\f7da"}.bi-c-circle:before{content:"\f7db"}.bi-c-square-fill:before{content:"\f7dc"}.bi-c-square:before{content:"\f7dd"}.bi-capsule-pill:before{content:"\f7de"}.bi-capsule:before{content:"\f7df"}.bi-car-front-fill:before{content:"\f7e0"}.bi-car-front:before{content:"\f7e1"}.bi-cassette-fill:before{content:"\f7e2"}.bi-cassette:before{content:"\f7e3"}.bi-cc-circle-fill:before{content:"\f7e6"}.bi-cc-circle:before{content:"\f7e7"}.bi-cc-square-fill:before{content:"\f7e8"}.bi-cc-square:before{content:"\f7e9"}.bi-cup-hot-fill:before{content:"\f7ea"}.bi-cup-hot:before{content:"\f7eb"}.bi-currency-rupee:before{content:"\f7ec"}.bi-dropbox:before{content:"\f7ed"}.bi-escape:before{content:"\f7ee"}.bi-fast-forward-btn-fill:before{content:"\f7ef"}.bi-fast-forward-btn:before{content:"\f7f0"}.bi-fast-forward-circle-fill:before{content:"\f7f1"}.bi-fast-forward-circle:before{content:"\f7f2"}.bi-fast-forward-fill:before{content:"\f7f3"}.bi-fast-forward:before{content:"\f7f4"}.bi-filetype-sql:before{content:"\f7f5"}.bi-fire:before{content:"\f7f6"}.bi-google-play:before{content:"\f7f7"}.bi-h-circle-fill:before{content:"\f7fa"}.bi-h-circle:before{content:"\f7fb"}.bi-h-square-fill:before{content:"\f7fc"}.bi-h-square:before{content:"\f7fd"}.bi-indent:before{content:"\f7fe"}.bi-lungs-fill:before{content:"\f7ff"}.bi-lungs:before{content:"\f800"}.bi-microsoft-teams:before{content:"\f801"}.bi-p-circle-fill:before{content:"\f804"}.bi-p-circle:before{content:"\f805"}.bi-p-square-fill:before{content:"\f806"}.bi-p-square:before{content:"\f807"}.bi-pass-fill:before{content:"\f808"}.bi-pass:before{content:"\f809"}.bi-prescription:before{content:"\f80a"}.bi-prescription2:before{content:"\f80b"}.bi-r-circle-fill:before{content:"\f80e"}.bi-r-circle:before{content:"\f80f"}.bi-r-square-fill:before{content:"\f810"}.bi-r-square:before{content:"\f811"}.bi-repeat-1:before{content:"\f812"}.bi-repeat:before{content:"\f813"}.bi-rewind-btn-fill:before{content:"\f814"}.bi-rewind-btn:before{content:"\f815"}.bi-rewind-circle-fill:before{content:"\f816"}.bi-rewind-circle:before{content:"\f817"}.bi-rewind-fill:before{content:"\f818"}.bi-rewind:before{content:"\f819"}.bi-train-freight-front-fill:before{content:"\f81a"}.bi-train-freight-front:before{content:"\f81b"}.bi-train-front-fill:before{content:"\f81c"}.bi-train-front:before{content:"\f81d"}.bi-train-lightrail-front-fill:before{content:"\f81e"}.bi-train-lightrail-front:before{content:"\f81f"}.bi-truck-front-fill:before{content:"\f820"}.bi-truck-front:before{content:"\f821"}.bi-ubuntu:before{content:"\f822"}.bi-unindent:before{content:"\f823"}.bi-unity:before{content:"\f824"}.bi-universal-access-circle:before{content:"\f825"}.bi-universal-access:before{content:"\f826"}.bi-virus:before{content:"\f827"}.bi-virus2:before{content:"\f828"}.bi-wechat:before{content:"\f829"}.bi-yelp:before{content:"\f82a"}.bi-sign-stop-fill:before{content:"\f82b"}.bi-sign-stop-lights-fill:before{content:"\f82c"}.bi-sign-stop-lights:before{content:"\f82d"}.bi-sign-stop:before{content:"\f82e"}.bi-sign-turn-left-fill:before{content:"\f82f"}.bi-sign-turn-left:before{content:"\f830"}.bi-sign-turn-right-fill:before{content:"\f831"}.bi-sign-turn-right:before{content:"\f832"}.bi-sign-turn-slight-left-fill:before{content:"\f833"}.bi-sign-turn-slight-left:before{content:"\f834"}.bi-sign-turn-slight-right-fill:before{content:"\f835"}.bi-sign-turn-slight-right:before{content:"\f836"}.bi-sign-yield-fill:before{content:"\f837"}.bi-sign-yield:before{content:"\f838"}.bi-ev-station-fill:before{content:"\f839"}.bi-ev-station:before{content:"\f83a"}.bi-fuel-pump-diesel-fill:before{content:"\f83b"}.bi-fuel-pump-diesel:before{content:"\f83c"}.bi-fuel-pump-fill:before{content:"\f83d"}.bi-fuel-pump:before{content:"\f83e"}.bi-0-circle-fill:before{content:"\f83f"}.bi-0-circle:before{content:"\f840"}.bi-0-square-fill:before{content:"\f841"}.bi-0-square:before{content:"\f842"}.bi-rocket-fill:before{content:"\f843"}.bi-rocket-takeoff-fill:before{content:"\f844"}.bi-rocket-takeoff:before{content:"\f845"}.bi-rocket:before{content:"\f846"}.bi-stripe:before{content:"\f847"}.bi-subscript:before{content:"\f848"}.bi-superscript:before{content:"\f849"}.bi-trello:before{content:"\f84a"}.bi-envelope-at-fill:before{content:"\f84b"}.bi-envelope-at:before{content:"\f84c"}.bi-regex:before{content:"\f84d"}.bi-text-wrap:before{content:"\f84e"}.bi-sign-dead-end-fill:before{content:"\f84f"}.bi-sign-dead-end:before{content:"\f850"}.bi-sign-do-not-enter-fill:before{content:"\f851"}.bi-sign-do-not-enter:before{content:"\f852"}.bi-sign-intersection-fill:before{content:"\f853"}.bi-sign-intersection-side-fill:before{content:"\f854"}.bi-sign-intersection-side:before{content:"\f855"}.bi-sign-intersection-t-fill:before{content:"\f856"}.bi-sign-intersection-t:before{content:"\f857"}.bi-sign-intersection-y-fill:before{content:"\f858"}.bi-sign-intersection-y:before{content:"\f859"}.bi-sign-intersection:before{content:"\f85a"}.bi-sign-merge-left-fill:before{content:"\f85b"}.bi-sign-merge-left:before{content:"\f85c"}.bi-sign-merge-right-fill:before{content:"\f85d"}.bi-sign-merge-right:before{content:"\f85e"}.bi-sign-no-left-turn-fill:before{content:"\f85f"}.bi-sign-no-left-turn:before{content:"\f860"}.bi-sign-no-parking-fill:before{content:"\f861"}.bi-sign-no-parking:before{content:"\f862"}.bi-sign-no-right-turn-fill:before{content:"\f863"}.bi-sign-no-right-turn:before{content:"\f864"}.bi-sign-railroad-fill:before{content:"\f865"}.bi-sign-railroad:before{content:"\f866"}.bi-building-add:before{content:"\f867"}.bi-building-check:before{content:"\f868"}.bi-building-dash:before{content:"\f869"}.bi-building-down:before{content:"\f86a"}.bi-building-exclamation:before{content:"\f86b"}.bi-building-fill-add:before{content:"\f86c"}.bi-building-fill-check:before{content:"\f86d"}.bi-building-fill-dash:before{content:"\f86e"}.bi-building-fill-down:before{content:"\f86f"}.bi-building-fill-exclamation:before{content:"\f870"}.bi-building-fill-gear:before{content:"\f871"}.bi-building-fill-lock:before{content:"\f872"}.bi-building-fill-slash:before{content:"\f873"}.bi-building-fill-up:before{content:"\f874"}.bi-building-fill-x:before{content:"\f875"}.bi-building-fill:before{content:"\f876"}.bi-building-gear:before{content:"\f877"}.bi-building-lock:before{content:"\f878"}.bi-building-slash:before{content:"\f879"}.bi-building-up:before{content:"\f87a"}.bi-building-x:before{content:"\f87b"}.bi-buildings-fill:before{content:"\f87c"}.bi-buildings:before{content:"\f87d"}.bi-bus-front-fill:before{content:"\f87e"}.bi-bus-front:before{content:"\f87f"}.bi-ev-front-fill:before{content:"\f880"}.bi-ev-front:before{content:"\f881"}.bi-globe-americas:before{content:"\f882"}.bi-globe-asia-australia:before{content:"\f883"}.bi-globe-central-south-asia:before{content:"\f884"}.bi-globe-europe-africa:before{content:"\f885"}.bi-house-add-fill:before{content:"\f886"}.bi-house-add:before{content:"\f887"}.bi-house-check-fill:before{content:"\f888"}.bi-house-check:before{content:"\f889"}.bi-house-dash-fill:before{content:"\f88a"}.bi-house-dash:before{content:"\f88b"}.bi-house-down-fill:before{content:"\f88c"}.bi-house-down:before{content:"\f88d"}.bi-house-exclamation-fill:before{content:"\f88e"}.bi-house-exclamation:before{content:"\f88f"}.bi-house-gear-fill:before{content:"\f890"}.bi-house-gear:before{content:"\f891"}.bi-house-lock-fill:before{content:"\f892"}.bi-house-lock:before{content:"\f893"}.bi-house-slash-fill:before{content:"\f894"}.bi-house-slash:before{content:"\f895"}.bi-house-up-fill:before{content:"\f896"}.bi-house-up:before{content:"\f897"}.bi-house-x-fill:before{content:"\f898"}.bi-house-x:before{content:"\f899"}.bi-person-add:before{content:"\f89a"}.bi-person-down:before{content:"\f89b"}.bi-person-exclamation:before{content:"\f89c"}.bi-person-fill-add:before{content:"\f89d"}.bi-person-fill-check:before{content:"\f89e"}.bi-person-fill-dash:before{content:"\f89f"}.bi-person-fill-down:before{content:"\f8a0"}.bi-person-fill-exclamation:before{content:"\f8a1"}.bi-person-fill-gear:before{content:"\f8a2"}.bi-person-fill-lock:before{content:"\f8a3"}.bi-person-fill-slash:before{content:"\f8a4"}.bi-person-fill-up:before{content:"\f8a5"}.bi-person-fill-x:before{content:"\f8a6"}.bi-person-gear:before{content:"\f8a7"}.bi-person-lock:before{content:"\f8a8"}.bi-person-slash:before{content:"\f8a9"}.bi-person-up:before{content:"\f8aa"}.bi-scooter:before{content:"\f8ab"}.bi-taxi-front-fill:before{content:"\f8ac"}.bi-taxi-front:before{content:"\f8ad"}.bi-amd:before{content:"\f8ae"}.bi-database-add:before{content:"\f8af"}.bi-database-check:before{content:"\f8b0"}.bi-database-dash:before{content:"\f8b1"}.bi-database-down:before{content:"\f8b2"}.bi-database-exclamation:before{content:"\f8b3"}.bi-database-fill-add:before{content:"\f8b4"}.bi-database-fill-check:before{content:"\f8b5"}.bi-database-fill-dash:before{content:"\f8b6"}.bi-database-fill-down:before{content:"\f8b7"}.bi-database-fill-exclamation:before{content:"\f8b8"}.bi-database-fill-gear:before{content:"\f8b9"}.bi-database-fill-lock:before{content:"\f8ba"}.bi-database-fill-slash:before{content:"\f8bb"}.bi-database-fill-up:before{content:"\f8bc"}.bi-database-fill-x:before{content:"\f8bd"}.bi-database-fill:before{content:"\f8be"}.bi-database-gear:before{content:"\f8bf"}.bi-database-lock:before{content:"\f8c0"}.bi-database-slash:before{content:"\f8c1"}.bi-database-up:before{content:"\f8c2"}.bi-database-x:before{content:"\f8c3"}.bi-database:before{content:"\f8c4"}.bi-houses-fill:before{content:"\f8c5"}.bi-houses:before{content:"\f8c6"}.bi-nvidia:before{content:"\f8c7"}.bi-person-vcard-fill:before{content:"\f8c8"}.bi-person-vcard:before{content:"\f8c9"}.bi-sina-weibo:before{content:"\f8ca"}.bi-tencent-qq:before{content:"\f8cb"}.bi-wikipedia:before{content:"\f8cc"}.bi-alphabet-uppercase:before{content:"\f2a5"}.bi-alphabet:before{content:"\f68a"}.bi-amazon:before{content:"\f68d"}.bi-arrows-collapse-vertical:before{content:"\f690"}.bi-arrows-expand-vertical:before{content:"\f695"}.bi-arrows-vertical:before{content:"\f698"}.bi-arrows:before{content:"\f6a2"}.bi-ban-fill:before{content:"\f6a3"}.bi-ban:before{content:"\f6b6"}.bi-bing:before{content:"\f6c2"}.bi-cake:before{content:"\f6e0"}.bi-cake2:before{content:"\f6ed"}.bi-cookie:before{content:"\f6ee"}.bi-copy:before{content:"\f759"}.bi-crosshair:before{content:"\f769"}.bi-crosshair2:before{content:"\f794"}.bi-emoji-astonished-fill:before{content:"\f795"}.bi-emoji-astonished:before{content:"\f79a"}.bi-emoji-grimace-fill:before{content:"\f79b"}.bi-emoji-grimace:before{content:"\f7a0"}.bi-emoji-grin-fill:before{content:"\f7a1"}.bi-emoji-grin:before{content:"\f7a6"}.bi-emoji-surprise-fill:before{content:"\f7a7"}.bi-emoji-surprise:before{content:"\f7ac"}.bi-emoji-tear-fill:before{content:"\f7ad"}.bi-emoji-tear:before{content:"\f7b2"}.bi-envelope-arrow-down-fill:before{content:"\f7b3"}.bi-envelope-arrow-down:before{content:"\f7b8"}.bi-envelope-arrow-up-fill:before{content:"\f7b9"}.bi-envelope-arrow-up:before{content:"\f7be"}.bi-feather:before{content:"\f7bf"}.bi-feather2:before{content:"\f7c4"}.bi-floppy-fill:before{content:"\f7c5"}.bi-floppy:before{content:"\f7d8"}.bi-floppy2-fill:before{content:"\f7d9"}.bi-floppy2:before{content:"\f7e4"}.bi-gitlab:before{content:"\f7e5"}.bi-highlighter:before{content:"\f7f8"}.bi-marker-tip:before{content:"\f802"}.bi-nvme-fill:before{content:"\f803"}.bi-nvme:before{content:"\f80c"}.bi-opencollective:before{content:"\f80d"}.bi-pci-card-network:before{content:"\f8cd"}.bi-pci-card-sound:before{content:"\f8ce"}.bi-radar:before{content:"\f8cf"}.bi-send-arrow-down-fill:before{content:"\f8d0"}.bi-send-arrow-down:before{content:"\f8d1"}.bi-send-arrow-up-fill:before{content:"\f8d2"}.bi-send-arrow-up:before{content:"\f8d3"}.bi-sim-slash-fill:before{content:"\f8d4"}.bi-sim-slash:before{content:"\f8d5"}.bi-sourceforge:before{content:"\f8d6"}.bi-substack:before{content:"\f8d7"}.bi-threads-fill:before{content:"\f8d8"}.bi-threads:before{content:"\f8d9"}.bi-transparency:before{content:"\f8da"}.bi-twitter-x:before{content:"\f8db"}.bi-type-h4:before{content:"\f8dc"}.bi-type-h5:before{content:"\f8dd"}.bi-type-h6:before{content:"\f8de"}.bi-backpack-fill:before{content:"\f8df"}.bi-backpack:before{content:"\f8e0"}.bi-backpack2-fill:before{content:"\f8e1"}.bi-backpack2:before{content:"\f8e2"}.bi-backpack3-fill:before{content:"\f8e3"}.bi-backpack3:before{content:"\f8e4"}.bi-backpack4-fill:before{content:"\f8e5"}.bi-backpack4:before{content:"\f8e6"}.bi-brilliance:before{content:"\f8e7"}.bi-cake-fill:before{content:"\f8e8"}.bi-cake2-fill:before{content:"\f8e9"}.bi-duffle-fill:before{content:"\f8ea"}.bi-duffle:before{content:"\f8eb"}.bi-exposure:before{content:"\f8ec"}.bi-gender-neuter:before{content:"\f8ed"}.bi-highlights:before{content:"\f8ee"}.bi-luggage-fill:before{content:"\f8ef"}.bi-luggage:before{content:"\f8f0"}.bi-mailbox-flag:before{content:"\f8f1"}.bi-mailbox2-flag:before{content:"\f8f2"}.bi-noise-reduction:before{content:"\f8f3"}.bi-passport-fill:before{content:"\f8f4"}.bi-passport:before{content:"\f8f5"}.bi-person-arms-up:before{content:"\f8f6"}.bi-person-raised-hand:before{content:"\f8f7"}.bi-person-standing-dress:before{content:"\f8f8"}.bi-person-standing:before{content:"\f8f9"}.bi-person-walking:before{content:"\f8fa"}.bi-person-wheelchair:before{content:"\f8fb"}.bi-shadows:before{content:"\f8fc"}.bi-suitcase-fill:before{content:"\f8fd"}.bi-suitcase-lg-fill:before{content:"\f8fe"}.bi-suitcase-lg:before{content:"\f8ff"}.bi-suitcase:before{content:"\f900"}.bi-suitcase2-fill:before{content:"\f901"}.bi-suitcase2:before{content:"\f902"}.bi-vignette:before{content:"\f903"}@font-face{font-family:Noto Sans Devanagari;src:url(/assets/fonts/NotoSansDevanagari-VariableFont_wdth_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body{overflow-x:hidden}input::-ms-reveal,input::-ms-clear{display:none}.web ul,.web ol{margin:0;padding:0}.web #content-area ol,.web #content-area ul{padding-left:2rem!important}.web li{margin-bottom:8px}.web img,.web span{display:inline-block}.web a,.web a:hover{text-decoration:none}.web button,.web input{overflow:visible}.web button,.web select{text-transform:none}.web [type=number]::-webkit-inner-spin-button,.web [type=number]::-webkit-outer-spin-button{height:auto}.web p:last-child,.web li:last-child{margin-bottom:0}.web .form-control:focus{background-color:transparent}.web .form-control:focus,.web .form-check-input:focus,.web .form-select:focus{box-shadow:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.web .font-12{font-size:12px}.web .font-13{font-size:13px}.web .font-14{font-size:14px}.web .font-15{font-size:15px;line-height:1.4}.web .font-16{font-size:16px}.web .font-17{font-size:17px}.web .font-18{font-size:18px}.web .font-24{font-size:24px}.web .font-35{font-size:35px}.web .fw-300{font-weight:300!important}.web .fw-400{font-weight:400!important}.web .fw-500{font-weight:500!important}.web .fw-600{font-weight:600!important}.web .fw-700{font-weight:700!important}.web .fw-800{font-weight:800!important}.web h1,.web h2,.web h3,.web h4,.web h5,.web h6{color:#344767}.web h1,.web h2,.web h3,.web h4{font-weight:700}.web h5,.web h6{font-weight:600}.web .h1,.web h1{font-size:36px}.web h2{font-size:32px;line-height:45px}.web h3{font-size:25px;line-height:33px}.web h4{font-size:20px;line-height:28px}.web h5{font-size:18px;line-height:28px}@media (max-width: 824px){.web h3{font-size:24px;line-height:34px}.web h2{font-size:30px;line-height:45px}.web h5{font-size:16px;line-height:23px}}@media (max-width: 480px){.web h1{font-size:28px;line-height:1.3}.web h2{font-size:27px;line-height:40px}.web h3{font-size:21px;line-height:27px}}.btn{border:1px solid transparent;font-weight:700;white-space:nowrap}.btn-sm{font-size:14px;padding:.3rem .7rem!important}.btn-md{font-size:15px}.btn-close:focus{box-shadow:none}.danger-btn{background-color:#ed3237;color:#fff;border-color:#ed3237;overflow:hidden;position:relative}.danger-btn:hover{color:#fff!important;background-color:#ed3237}.danger-btn:focus{color:#fff!important;background-color:#ed3237!important}.single-danger-full-btn{background-color:#ed3237;color:#fff;border-radius:0!important}.single-danger-full-btn:hover,.single-danger-full-btn:focus{background-color:#ba1014;color:#fff}.single-danger-full-btn:focus{background-color:#ba1014!important;color:#fff!important}.danger-white-btn{background-color:#fff;color:#ed3237;border-color:#ed3237}.danger-white-btn:hover{color:#ed3237;border-color:#ed3237;background-color:#fff!important}.danger-white-btn:focus{color:#ed3237!important;border-color:#ed3237!important;background-color:#fff!important}.interaction-btn{background-color:#b4d3f8;color:#344767;font-weight:700}.interaction-btn:hover{background-color:#f2f6fb!important}.underline-btn{text-decoration:none;display:inline-block;padding-bottom:2px;border-bottom:1px solid;font-weight:600;white-space:nowrap}.underline-danger-btn{color:#ed3237;border-color:#ed3237}.underline-primary-btn{color:#015ba5;border-color:#015ba5}.btn-underline{border:none;padding:0 0 2px;display:inline-block;border-bottom:1px solid;font-weight:600;white-space:nowrap;color:#015ba5;border-color:#015ba5}.next-navi-btn,.prev-navi-btn{height:40px;width:40px;background-color:#b4d3f8;border-radius:8px;line-height:39px;color:#344767;transition:.4s all}.next-navi-btn:hover,.prev-navi-btn:hover{background-color:#d8eaff}.btn.next-navi-btn,.btn.prev-navi-btn{border:none}.btn.disabled{background-color:#eff1f4}.app-link-btn{padding:.5rem 1.5rem;color:#344767}.app-link-btn span{display:block}.app-link-btn span:nth-child(2){margin-top:-2px}.gallery-btn .filter-btn{height:64px;background-color:#fff;width:140px;border-radius:.5rem}.gallery-btn .filter-btn:focus{background-color:#fff!important;border:none;outline:none}.gallery-btn .filter-btn-2{width:152px}.gallery-btn .filter-btn.active{background-color:#ed3237!important;color:#fff;border-color:#ed3237;transform:translate(10px)}.gallery-btn .filter-btn.active:focus{background-color:#ed3237!important;border:none;outline:none}.gallery-btn .filter-btn-2.active{transform:translate(-12px)}section .dropdown-toggle:after{border-top:.3em solid #ED3237!important}@media (max-width: 480px){.app-link-btn{padding:.5rem 1rem}.btn-md{font-size:14px}}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{border-color:transparent!important}.danger-btn:hover{background-color:#ba1014}.primary-btn{background-color:#015ba5!important;color:#fff!important;border-color:#015ba5!important;overflow:hidden;position:relative}.primary-btn:hover{color:#fff!important;background-color:#0d5b9b}.primary-btn:focus{color:#fff!important;background-color:#0d5b9b!important}.tab-primary-btn{border:1px solid;border-color:#015ba5!important;color:#015ba5!important}.tab-primary-btn.active,.btn-primary{background-color:#015ba5!important;color:#fff!important;border-color:#015ba5!important}.btn-white-primary{border-color:#015ba5!important;color:#015ba5!important}.border-primary{border-color:#015ba5!important}@media (max-width: 1290px){.btn-sm{font-size:13px;padding:.3rem .47rem!important}}.newYtbplayBtn{top:calc(50% - 32px);left:calc(50% - 32px);z-index:2}body{font-family:Mulish,serif;overscroll-behavior-y:none;overscroll-behavior:none;font-size:1rem;color:#3f3f3f;font-optical-sizing:auto;font-weight:400;font-style:normal}.opacity-0{opacity:0!important}.opacity-1{opacity:1!important}.row-eq-height{display:flex}#accordionCommon ul li,#accordionCommon ol li{margin-bottom:12px!important}tbody:not(.yojana-table),td:not(.yojana-table),tfoot:not(.yojana-table),th:not(.yojana-table),thead:not(.yojana-table),tr:not(.yojana-table){border-color:transparent}.z-index-2{z-index:2}.bg-sky-blue-light{background-color:#b4d3f8!important}.bg-light-dark{background-color:#eff1f4}.bg-light-color{background-color:#f5f6f8}.bg-blue-light{background-color:#f6fafe}.soft-bg-light{background-color:#fafafa}.bg-blue{background-color:#015ba5!important}.text-primary{color:#015ba5!important}.text-heading{color:#344767}.text-body{color:#3f3f3f!important}.shadow{box-shadow:0 .25rem 1rem #00000026!important}.sec-pd{padding:65px 0}.content-sec-pd{padding:20px 0 65px}.overflow-x-hidden{overflow-x:hidden}.content-area img{max-width:100%;height:auto}.pl-20{padding-left:25px!important}.pr-20{padding-right:25px!important}.sm-sec-pd{padding:50px 0}.page-sec-pd{padding:65px}.extra-top-sec-pd{padding-top:155px}.sec-title-tag-text-center{max-width:600px;display:inline-block}.text-sm{font-size:14px}.page-title{text-transform:capitalize}.cursor-pointer{cursor:pointer}.line-camp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-camp-4{-webkit-line-clamp:4;line-clamp:4}.line-camp-3{-webkit-line-clamp:3;line-clamp:3}.line-camp-2{-webkit-line-clamp:2;line-clamp:2}.line-camp-1{-webkit-line-clamp:1;line-clamp:1}.line-camp-5{-webkit-line-clamp:5;line-clamp:5}.flex-1{flex:1}.border-radius{border-radius:0!important}.vr-line{height:1.5rem;width:1px;background-color:#fff}.transform-above{transform:translateY(-120px)}.input-group{border:1px solid #ced4da;border-radius:.5rem;padding:.5rem 1rem;color:#344767;background-color:#f5f6f8}.input-group input{background-color:transparent;width:85%;padding-right:.5rem!important}.login-link,.signup-link{cursor:pointer}.youtube-video{aspect-ratio:16/9;width:100%}.web-form .form-control,.web-form .form-select{border:1px solid #ced4da;border-radius:.5rem;padding:.5rem 1rem;color:#3f3f3f;background-color:#f5f6f8}.web-form .form-control:focus,.web-form .form-select:focus{box-shadow:none}.banner-image{height:110%}.banner-wrapper{background-size:cover;background-position:top center;z-index:0}.banner_overlay{z-index:-1}.success-btn.visit_website_btn .visit_website_btn_updated{height:100%}@media (min-width: 768px) and (max-width: 1024px){.success-btn.visit_website_btn .visit_website_btn_updated{height:80px!important}}.danger-btn.hindi_text{height:auto!important}@media (min-width: 1200px){.success-btn.success-btn-center{min-height:4vh!important}}.hindi_english_logo .hindi_text{background-color:#ed3237;color:#fff}@media (max-width: 450px){.section_header_top.section_header_top_updated{font-size:26px!important}}@media (min-width: 1441px){.banner-wrapper.banner_wrapper_updated{height:95vh!important}.section_header_top.section_header_top_updated{font-size:55px}.section_title_middle_updated{font-size:33px}}@media (min-width: 1024px) and (max-width: 1440px){.banner-wrapper.banner_wrapper_updated{height:calc(100vh - 45px)!important}.section_header_top.section_header_top_updated{font-size:40px}.section_title_middle_updated{font-size:18px}.section_title_bottom{font-size:16px!important}.hindi_english_logo img{height:36px!important}}.success-btn.visit_website_btn.visit_website_btn_updated{height:100%}@media (max-width: 1200px) and (min-width: 768px){.success-btn.visit_website_btn.visit_website_btn_updated{height:80px!important}}@media (max-width: 760px){.hindi_center{order:6!important}.eng_center{order:1!important}}#homeBannerSlider .owl-dots{bottom:6%;position:absolute;left:calc(50% - 60px)}#homeBannerSlider .owl-nav{opacity:0;position:absolute;pointer-events:none}.slider-banner-btn{position:absolute;z-index:10;top:50%}.slider-banner-btn-1{left:2.5%}.slider-banner-btn-2{right:2.5%}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#344767}.carousel-slider .carousel-indicators [data-bs-target]{width:8px;height:8px;margin-right:8px;margin-left:8px;border-radius:100%;border:none;background-color:#344767}.carousel-slider .carousel-control-next,.carousel-slider .carousel-control-prev{opacity:1}.modal-content{border:none}.circle-tag{display:inline-block;width:26px;height:26px;border-radius:100%;line-height:26px;background-color:#015ba5}.hash-tag-box{display:inline-block;padding:4px 6px;color:#344767;background-color:#b4d3f866;border-radius:3px;font-size:12px}.question-form .form-check-input,.question-form .form-check-label{cursor:pointer}.question-form .form-check-input{width:1.25em;height:1.25rem;border:1px solid #ABAEB4}.question-form .form-check-input:checked~.form-check-label{font-weight:500;color:#344767}.form-check-input:checked[type=radio]{background-image:url(https://cdnstatic.nextias.com/assets/images/icons/done_check.svg);background-size:12px 12px}.question-form .form-check-input[type=radio]{border-radius:.25em;margin-bottom:1px}.question-form .form-check-input:checked{border-color:#015ba5;background-color:#fff;box-shadow:none}.question-form label{margin-top:1px}.featred-course-box{transition:.4s all}.featred-course-box .svgIcon svg path{fill:#344767}.featred-course-box:hover{background-color:#015ba5!important;color:#fff}.featred-course-box:hover h3{color:#fff}.featred-course-box:hover .underline-primary-btn{color:#fff;border-color:#fff}.featred-course-box:hover .svgIcon svg path{fill:#fff}.promo-banner .overlay-circle-container,.promo-banner .overlay-star,.promo-banner .overlay-dots{top:0;left:0;height:100%;width:100%;z-index:1;background-color:transparent}.promo-banner .overlay-circle{width:250px;height:250px;border:54px solid #F8F9FC;opacity:.12;border-radius:100%;right:-7%;top:37%}.promo-banner .overlay-star li:nth-child(1){left:2.5%;top:27%}.promo-banner .overlay-star li:nth-child(2){left:1%;top:57%}.promo-banner .overlay-star li:nth-child(3){right:10%;top:10%}.promo-banner .overlay-dots li{width:20px;height:20px;border-radius:100%;border:4px solid #fff}.promo-banner .overlay-dots li:nth-child(1){bottom:7%;right:25%}.promo-banner .overlay-dots li:nth-child(2){bottom:2%;right:2.5%}.roadmap-sec{padding-bottom:65px}.roadmap-desktop{background-position:center;background-size:contain;background-repeat:no-repeat;height:822px;background-image:url(https://cdnstatic.nextias.com/assets/images/5-Roadmap.png)}.tab-btn-container{border-bottom:1px solid #EFF1F4}.tab-btn-container li{margin:0 15px}.tab-btn-container .btn{border:none;border-radius:0;padding-left:0;padding-right:0;color:#344767;transition:.4s all}.tab-btn-container .btn.active,.tab-btn-container .btn:hover{color:#ed3237;border-bottom:1px solid #ED3237!important}.tab-content .table>:not(caption)>*>*{padding:1.15rem .25rem!important}.announcement-icon{width:70px;height:70px;line-height:70px;top:-30px;left:-30px;transform:rotate(65deg)}.announcement-icon img{transform:rotate(90deg)}.announcement-icon .announcement-front,.announcement-icon .announcement-backside{height:100%;width:100%;border-radius:.375rem}.announcement-icon .announcement-front{background-image:linear-gradient(#015BA5,#4c86bd);z-index:2}.announcement-icon .announcement-backside{top:-14px;left:14px;background-image:linear-gradient(to bottom,#EBEFF4,#CED4DA)}.bg-blue-gradient{background-image:linear-gradient(to bottom,#015BA5,#015BA5,#7FA3CE)}.first-ranker-banner{height:210px}.first-ranker-banner .ranker-banner-image-box{bottom:21%}.first-ranker-banner .ranker-badge{width:36px;height:36px;border-radius:100%;background:#ED3237;line-height:36px;top:10px;left:10px;color:#fff;font-weight:600;font-size:20px}.tag-box-light-sky-blue{background-color:#b4d3f8}.download-the-app-sec{padding:70px 0}.download-the-app-sec .download-the-app-promo-banner{padding-left:4.5rem!important;padding-right:4.5rem!important}.download-the-app-sec .download-the-app-promo-banner .overlay-star li:nth-child(1){left:61%;top:9%}.download-the-app-sec .download-the-app-promo-banner .overlay-dots li:nth-child(2){bottom:31%}.download-the-app-sec .download-the-app-promo-banner .overlay-star li:nth-child(2){left:2%;top:82%}.download-the-app-sec .download-the-app-promo-banner .overlay-star li:nth-child(3){right:3%;top:10%}.download-the-app-sec .download-the-app-promo-banner .overlay-dots li:nth-child(1){bottom:7%;right:37%}.download-the-app-sec .download-the-app-img{top:-24%}.list-style-disc{list-style:disc}.feature-icon-box{transition:3s;top:1.5rem;left:1.5rem}.feature-icon-box .feautre-icon-front,.feature-icon-box .feautre-icon-back{width:110px;height:110px;line-height:100px}.feature-icon-box .feautre-icon-front{top:20px;left:20px;z-index:2}.feature-icon-box .feautre-icon-back{background-image:linear-gradient(to bottom,#7FA3CE,#015BA5,#015BA5)}.downloadTheNextIasApp .carousel-control-next,.downloadTheNextIasApp .carousel-control-prev{width:4%}.star-text-container{width:85%;min-height:55px}.star-text-container .star-circle-right{top:-24px;right:-24px}.star-text-container .star-circle-left{top:-24px;left:-24px}.star-text-container .star-circle{height:48px;width:48px;border-radius:100%}.star-text-container .star-circle span{height:38px;width:38px;background-color:#ed3237;border-radius:100%}.star-text-container-left{padding-left:1rem;padding-right:2rem}.star-text-container-right{padding-left:2rem;padding-right:1rem}.book-box-row{height:420px}.book-box{width:190px;height:190px;transition:.4s all}.book-box .front,.book-box .back{width:190px;height:190px;border-radius:.5rem}.book-box .front{line-height:190px;text-align:center;z-index:2}@media (min-width: 768px){.book-box.modified .front,.book-box.modified .back{width:225px;height:250px}.book-box.modified .front{display:flex;align-items:center;justify-content:center}.book-box.modified .front img{transform:scale(1.8,1.6)}}.back-dark{background-color:#283e5d}.book-box .front.top-right{top:-40px;left:50px}.top-top{top:40px;left:50px}.bottom-left{top:30px;right:20px}.book-box .back{z-index:1}.rotate-left{transform:rotate(-8deg)}.rotate-right{transform:rotate(8deg)}.first-book{bottom:15px;left:8%;z-index:3}.book-box:hover{transform:scale(1.1)}.second-book{top:10px;left:calc(45% - 102px);z-index:2}.third-book{bottom:14%;right:6%;z-index:1}.testi-user-main-col{height:430px}.testi-first-col{transform:translateY(-22%)}.testi-second-col{transform:translateY(-2%)}.testi-third-col{transform:translateY(-8%)}.testimonial-user-box{height:180px;width:100px;border-radius:50px;padding-top:3.75rem;margin:.4rem 0}.testimonial-user-box img{transform:scale(1.5)}.circle-image-container{padding-left:25%}.circle-image-container ul{list-style:none;min-height:340px}.circle-image-container ul li{border-radius:100%;display:inline-block}.circle-image-container ul li:nth-child(1){width:80px;height:80px;border:5px solid #fff;top:15%;left:-5%}.circle-image-container ul li:nth-child(2){width:170px;height:170px;border:6px solid #fff;top:12%;left:25%}.circle-image-container ul li:nth-child(3){width:70px;height:70px;border:4px solid #fff;right:5%}.circle-image-container ul li:nth-child(4),.circle-image-container ul li:nth-child(5){width:50px;height:50px;border:3px solid #fff}.circle-image-container ul li:nth-child(4){left:14%;bottom:24%}.circle-image-container ul li:nth-child(5){left:13%;bottom:2%}.circle-image-container ul li:nth-child(6){width:120px;height:120px;border:6px solid #fff;right:14%;bottom:9%}.photo-video-youtube-promo-banner .overlay-circle{opacity:.3;right:27%;top:-100%}.photo-video-youtube-promo-banner .icon-box-container{height:100px}.photo-video-youtube-promo-banner .icon-box-container li{width:100px;height:85px;line-height:85px}.photo-video-youtube-promo-banner .icon-box-container li:nth-child(1){transform:rotate(10deg);left:7%}.photo-video-youtube-promo-banner .icon-box-container li:nth-child(2),.photo-video-youtube-promo-banner .icon-box-container li:nth-child(3){transform:rotate(-10deg)}.photo-video-youtube-promo-banner .icon-box-container li:nth-child(1),.photo-video-youtube-promo-banner .icon-box-container li:nth-child(3){bottom:-30px}.photo-video-youtube-promo-banner .icon-box-container li:nth-child(2){top:-35px}.photo-video-youtube-promo-banner .icon-box-container li:nth-child(3){right:7%}.photo-video-youtube-promo-banner .icon-box-container .icon-box{background-color:#ed3237;width:46px;height:46px;line-height:46px;text-align:center;display:block;top:-23px;left:calc(50% - 23px)}.photo-video-youtube-promo-banner .icon-box-container span{color:#344767}.rankers-box{min-height:250px}.ranksers-text{top:0;left:0;z-index:9}.ranksers-text span{color:#344767}.ranksers-text .rank-no{font-size:2.85rem;font-weight:700}.ranksers-text .rank-cat{font-size:1.2rem;font-weight:500}.rankers-name{margin-top:-4px}.rankers-img{width:96%;left:-10px;top:5px;height:190px;transform:rotate(-15deg);border-radius:35px}.rankers-img-bg{background-image:linear-gradient(to right,#015BA5,#4c86bd);width:100%;height:70px;border-radius:35px;bottom:0;left:0}.ranker-user-pic{bottom:0;left:0;width:100%}.ranker-user-pic img{position:relative;left:38%;bottom:-30px;transform:rotate(15deg)}@media (max-width: 480px){.ranker-user-pic img{left:40%;width:143px;height:146px;object-fit:contain}}.watch-success-btn{color:#ed3237;bottom:0;right:5px;font-size:12px;line-height:14px}.initiatives-logo-container{background-color:#ebf4fe;height:222px;border-radius:80px;z-index:2}.initiatives-logo-container li{margin:0 1.5rem;max-width:120px;height:56px}.strip-bg-circle.initiatives-logo-strip-1{width:65px;height:65px;left:80px;bottom:-30px;z-index:1}.strip-bg-circle.initiatives-logo-strip-2{width:145px;height:145px;right:80px;top:-90px;z-index:1}.ready-to-join-sec{padding:100px 0}.ready-to-join{width:100%;min-height:195px}.ready-to-join-img{top:-100px}.breadcrumb-extra-pd-top{padding-top:125px!important}ol.breadcrumb{margin-bottom:1rem}.page-banner{background-color:#015ba5;background-repeat:no-repeat;background-size:cover;background-position:right;min-height:240px}.page-banner-bottom-dropdown{display:inline-block;width:58%;left:22%;bottom:-12%}.page-banner-bottom-large-content-box{display:inline-block;width:100%;left:0%;bottom:-40%}.page-banner-bottom-large-content-box h1{font-size:1.7rem;line-height:1.3}.circle-arrow-link{width:36px;height:36px;border-radius:100%;background-color:#eff1f4}.tab-date-box:after{content:"";width:1px;height:2rem;position:absolute;top:10px;right:0;background-color:#caccd6}.tab-date-box h3,.tab-date-box h5{color:#aedcd2}.tab-date-box h5{margin-top:-5px}.side-bar-list-container{background-color:#eff1f4}.side-bar-list-container .side-bar-list-heading{background-color:#e1edfc}.side-bar-list-container .side-bar-list-link-item li{margin:12px 0}.side-bar-list-container .side-bar-list-link-item li:first-child{margin-top:24px}.side-bar-list-container .side-bar-list-link-item li:last-child{margin-bottom:24px}.side-bar-list-container .side-bar-list-link-item a{color:#3f3f3f}.side-bar-list-container .side-bar-list-link-item a:hover{color:#015ba5}.news-letter-subscribe-box{min-height:448px}.news-letter-subscribe-box .news-letter-img{height:340px;width:340px;background-image:linear-gradient(to right,#015BA5,#4c86bd);border-radius:100%;top:-165px;left:-25px}.news-letter-subscribe-box .news-letter-img img{top:45%;left:17%}.news-letter-subscribe-box .news-letter-content{top:170px}.result_topper_cms .topper_text_container{display:flex;flex-wrap:wrap;height:195px;border:1px solid #B4D3F8}.result_topper_cms .wid_33{width:33.33%;display:flex;align-items:center;justify-content:center;border:1px solid #B4D3F8;padding:8px}.result_topper_cms .wid_33 span{text-align:center}.result_topper_cms .wid_50{width:50%;display:flex;align-items:center;justify-content:center;border:1px solid #B4D3F8;padding:8px}.result_topper_cms .wid_50 span{text-align:center}.result_topper_cms .border_left_none{border-left:none}.result_topper_cms .border_top_none{border-top:none}.result_topper_cms .border_bottom_none{border-bottom:none}.result_topper_cms .border_right_none{border-right:none}.result_topper_cms .image_container{padding:15px;border:1px solid #B4D3F8}.result_topper_cms .flex_wrap{flex-wrap:wrap;justify-content:center}@media screen and (max-width: 768px){.result_topper_cms .image_container{width:30%}.result_topper_cms .topper_text_container{width:70%;height:196px}}@media screen and (max-width: 480px){.result_topper_cms .result-user-img-box{width:146px;height:216px;border-radius:73px}.result_topper_cms .image_container{width:100%}.result_topper_cms .topper_text_container{width:100%;border-left:1px solid #B4D3F8}}.accordion-common .accordion-item{padding-top:.4rem;padding-bottom:.4rem}.accordion-common .accordion-item .accordion-header{line-height:0}.accordion-common .accordion-item .accordion-header .accordion-button{font-size:17px}.accordion-common .accordion-item p,.accordion-common .accordion-item li{color:#3f3f3f}.accordion-common .accordion-item .accordion-body{margin-top:-.25rem}.accordion-common .accordion-item .accordion-button:focus{box-shadow:none}.accordion-common .accordion-item .accordion-button:not(.collapsed){color:#344767;background-color:transparent;box-shadow:none}.accordion-common .accordion-item .accordion-button:after{background-image:url(https://cdnstatic.nextias.com/assets/images/icons/chevron_bottom-angle.svg);background-size:auto}.verticle-blue-line{height:100%;width:2px;background-color:#015ba5;opacity:.6}.mb-2-5{margin-bottom:.75rem!important}.have-doubts .have-doubts-girl-img{bottom:0;overflow:hidden;max-height:300px}.have-doubts .have-doubts-girl-img img{bottom:0}.loader-container{position:absolute;top:0;left:0;width:100%;height:99%;overflow:hidden;z-index:999;background-color:#fff}.loader-container .loader-inner{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.why-next-ias-tag-desc{display:flex;justify-content:center;flex-wrap:wrap;flex-direction:column;align-items:center}.owl-carousel .owl-item img{display:inline-block}.accordion-collapse .collapse{display:block}.accordion-collapse ul,.accordion-collapse ol{padding-left:1.5rem}.flex_img{display:flex;flex-direction:column;justify-content:space-between}#yojna-details ul{padding-left:2rem!important}#yojna-details span{display:inline}#yojna-details img{margin:1.5rem 0}#yojna-details h2{margin-top:1.5rem!important}.alumni-feature-list{margin-top:2.5rem}.alumni-feature-list li{margin-top:1.75rem}.alumni-icon-box{width:86px;height:86px;line-height:86px;border-radius:100%}.downloadTheNextIasApp .carousel-indicators{display:none}@media (max-width: 1180px){.breadcrumb-extra-pd-top{padding-top:86px!important}}@media screen and (max-width: 980px){.flex_img{display:flex;flex-direction:row;gap:1rem;margin-top:1rem}}@media (max-width: 824px){.sec-pd{padding:50px 0}.sm-sec-pd{padding:40px 0}.star-text-container{width:90%}.star-text-container .star-circle{height:40px;width:40px}.star-text-container .star-circle span{height:30px;width:30px}.star-text-container .star-circle-right{top:-20px;right:-18px}.star-text-container .star-circle-left{top:-20px;left:-18px}.announcement-icon{left:-16px}.downloadTheNextIasApp .carousel-indicators{bottom:-45px}.book-box,.book-box .front,.book-box .back{width:166px;height:166px}.book-box .front{line-height:166px}.second-book{left:calc(48% - 95px)}.circle-image-container ul li:nth-child(1){top:7%;left:-15%}.circle-image-container ul li:nth-child(2){width:160px;height:160px;top:14%;left:18%}.circle-image-container ul li:nth-child(3){width:70px;height:70px;right:5%}.circle-image-container ul li:nth-child(4){left:-2%}.circle-image-container ul li:nth-child(5){left:-12%;bottom:5%}.circle-image-container ul li:nth-child(6){width:112px;height:112px;right:12%;bottom:5%}.testimonial-user-box{height:170px;width:94px;border-radius:47px;padding-top:3.5rem}.testimonial-user-box img{transform:scale(1.4)}.bottom-triangle-icon{display:none}.have-doubts .overlay-dots li:nth-child(1){bottom:2%}.have-doubts .overlay-star li:nth-child(3){right:6%;top:6%}.have-doubts .have-doubts-girl-img img{max-width:95%}}#content-area ul,.content-area ul{margin-bottom:1rem!important}#content-area ul li,.content-area ul li{list-style:disc!important}#content-area h6,.content-area h6{margin-top:1.5rem!important}.content-area h1{font-size:30px}.content-area h2{font-size:27px}@media (max-width: 770px){.announcement-icon{left:0}.career-intro{padding:0 15px}}@media (max-width: 480px){.content-area h1{font-size:25px}.content-area h2{font-size:22px}.slider-banner-btn-1{left:.15%}.slider-banner-btn-2{right:.15%}#homeBannerSlider .owl-dots{bottom:-18%}.announcement-icon{left:0}.promo-banner .overlay-star li:nth-child(1),.promo-banner .overlay-star li:nth-child(2){opacity:0}.feature-icon-box .feautre-icon-front,.feature-icon-box .feautre-icon-back{width:80px;height:80px;line-height:80px}.feature-icon-box.w-50{width:40%!important}.feature-text-box.w-50{width:60%!important}.why-next-ias-tag-desc{justify-content:start;flex-direction:column;align-items:start;padding-left:2rem!important}#content-area .custom-table{overflow-x:auto;padding-left:0!important;padding-right:0!important}#content-area th,#content-area td{padding:.25rem}#content-area p,#content-area li,#content-area span{font-size:15px}#content-area div div div{overflow-x:auto}.pr-20{padding-right:15px!important}.pl-20{padding-left:15px!important}.have-doubts .overlay-star li:nth-child(3){right:5%;top:3%}.have-doubts .have-doubts-girl-img img{max-width:70%}.roadmap-desktop{background-size:auto!important;height:1400px!important;background-image:url(https://cdnstatic.nextias.com/assets/images/mobile_roadmap_banner_verticle.png)}}.web .career-intro{transform:translateY(-125px)}.anubhav_image img{max-height:100px}.custom-table .table-body-tr{border:1px solid #B4D3F8;border-radius:.5rem;vertical-align:middle;padding-top:1rem;padding-bottom:1rem}.custom-table .table-body-tr:nth-last-child(2n){background-color:#f6fafe}.custom-table .table-body-tr .col-td{display:flex;align-items:center}.custom-table .td-border-end{border-right:1px solid #B4D3F8}.subscribe-container{background-color:#344767;height:104px!important}.subscribe-container .subscribe-img{top:-50%}.subscribe-container .news-subscribe-btn{margin-left:-.5rem}@media screen and (max-width: 640px){.subscribe-container{height:250px!important}}.left-red-border-link-box{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;transition:.3s all;font-size:15px}.left-red-border-link-box:before{content:"";position:absolute;top:0;left:0;height:100%;width:4px;background-color:#ba1014}.left-red-border-link-box:hover{background-color:#015ba5!important}.left-red-border-link-box:hover{color:#fff!important}.left-red-border-link-box:hover:before{background-color:#b4d3f8!important}.subjname_syllab .collapse:not(.show){display:block!important}.designation-details{max-width:70%;left:15%;bottom:35px}.faculty-row{display:flex;max-width:906px;margin-left:auto;margin-right:auto}.faculty-row .faculty-col{width:302px;display:flex;flex-direction:column}@media (max-width: 480px){.designation-details{max-width:80%!important;left:10%!important}.faculty-row .faculty-col{width:100%}}.course-page-feature-box{transition:.4s all}.course-page-feature-box:hover,.course-page-feature-box.active{background-color:#fff;border-radius:.375rem;box-shadow:0 .5rem 1rem #00000026!important;border:none}.pryr_qsinnerview ol{padding-left:2rem!important}.pryr_qsinnerview span{display:inline}@media screen and (max-width: 980px){.sec-pd{padding:45px 0}}@media screen and (max-width: 980px){.crse_featre{flex-wrap:nowrap;flex-direction:column-reverse!important}.crse_featre .mt_qual_spc{margin-top:30px}.txt_cnt{text-align:center}}@media screen and (max-width: 768px){.desc_data ul li span img{max-width:100%;height:auto}}@media screen and (max-width: 640px){.crse_featre .flex_cnt_row{flex-wrap:nowrap;overflow:auto;padding-bottom:20px}}@media screen and (max-width: 540px){.sec-pd{padding:40px 0}.sm-sec-pd{padding:30px 0}.sec_pd_space{padding:45px 12px}.tab-btn-container{flex-wrap:nowrap;overflow-x:scroll;padding-bottom:12px!important}.tab-btn-container .btn{white-space:nowrap}.download-the-next-ias-row .d-first-col{order:2;margin-top:2.45rem}.download-the-next-ias-row .d-second-col{order:1}.download-the-next-ias-row .d-third-col{order:3}.star-text-container{width:80%}.star-text-container .star-circle-right{left:-18px}.star-text-container-left{padding-left:2rem;padding-right:1rem}.downloadTheNextIasApp .carousel-control-next,.downloadTheNextIasApp .carousel-control-prev{width:10%}.downloadTheNextIasApp .carousel-control-prev,.downloadTheNextIasApp .carousel-control-next{top:-45%}.book-box-row{margin-bottom:-90px}.book-box .front{line-height:110px}.book-box,.book-box .front,.book-box .back{width:110px;height:110px}.book-box img{transform:scale(.6);position:relative;bottom:10%}.top-top{top:25px;left:35px}.book-box .front.top-right{top:-20px;left:35px}.bottom-left{top:25px;right:10px}.first-book{bottom:155px;left:1%}.third-book{bottom:44%;right:8%}.photo-video-youtube-promo-banner .icon-box-container li{width:95px;height:75px;line-height:75px}.photo-video-youtube-promo-banner .icon-box-container li:nth-child(1){left:-5%;bottom:0!important}.photo-video-youtube-promo-banner .icon-box-container li:nth-child(2){top:-50px;left:42%}.photo-video-youtube-promo-banner .icon-box-container li:nth-child(3){bottom:-45px}.rankers-row{flex-wrap:nowrap;overflow-x:scroll}.ranksers-text .rank-no{font-size:2.5rem}.ranksers-text .rank-cat{font-size:1rem}.initiatives-logo-container{height:200px;border-radius:15px;padding:1rem 0!important}.ready-to-join-sec{padding:60px 0}.ready-to-join{overflow:hidden}.ready-to-join-img{top:-60px;left:-36px;transform:rotate(180deg)}.ready-to-join-img img{transform:scale(-.65)}.ready-to-join-text{padding-left:1.2rem}.ready-to-join-text p{font-size:14px}}@media screen and (max-width: 768px){.pdn-responsive{padding:0 25px!important}}@media screen and (max-width: 640px){.accordion-common .accordion-item .accordion-header{line-height:22px}.responsive-custom-table .table-head,.responsive-custom-table .table-body-tr{overflow:auto;flex-wrap:nowrap}}@media screen and (max-width: 360px){.overwrite-text-center span{text-align:left!important}}@media screen and (max-width: 320px){.accordion-body .mb-320{margin-bottom:12px!important}}.text-lg-start{text-align:start}@media screen and (max-width: 980px){.image_mbresp .download-the-app-img{top:20%}}@media screen and (max-width: 640px){.image_mbresp .download-the-app-img img{display:none}}@media screen and (max-width: 414px){.download-the-app-sec .download-the-app-promo-banner{padding-left:2.5rem!important;padding-right:1.5rem!important}.annc_icn_overwrite{left:-70px!important}.announce_mob{left:8px!important}}@media screen and (max-width: 768px){.space_lft_rght{padding:0 15px}.scale_tp{padding:30px!important}}@media screen and (max-width: 480px){.scale_tp{padding:30px 20px!important}.scale_tp h1{font-size:28px!important}}@media screen and (max-width: 390px){.scale_tp h1{font-size:26px!important}}#content-area ul li span{display:inline}#course_tble_data p,#course_tble_data li,#course_tble_data span{font-size:15px}#course_tble_data ul li span{display:inline}#course_tble_data table{border-collapse:separate;border-spacing:0 .5rem}#course_tble_data th,#course_tble_data td{padding:.85rem 1rem;text-align:center;vertical-align:middle!important;font-size:15px;font-weight:500;line-height:1.5}#course_tble_data th{color:#7b809a;font-weight:500;background-color:#fff}#course_tble_data th span{color:#7b809a}#course_tble_data td{position:relative;border:none!important;border-top:1px solid #b4d3f8!important;border-bottom:1px solid #b4d3f8!important;color:#344767}#course_tble_data td:after{content:"";position:absolute;width:1px;height:60%;top:20%;right:0;background-color:#b4d3f8}#course_tble_data td:first-child{border-left:1px solid #b4d3f8!important;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}#course_tble_data td:last-child{border-right:1px solid #b4d3f8!important;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}#course_tble_data td:last-child:after{content:"";background-color:transparent}#course_tble_data tr:nth-child(odd){background-color:#f6fafe}#course_tble_data .table_inner_data{overflow:auto}.web .igx-overlay__wrapper{position:absolute;right:290px;z-index:999999999999999;top:280px}.web igx-picker-toggle{position:absolute!important;left:0!important;right:0!important;z-index:10000000000000000!important;opacity:0!important}.web .igx-input-group__bundle,.web .igx-input-group{position:static!important}.web .igx-date-range-picker__label{color:#7b809a!important;font-size:15px!important;font-weight:500!important}.web .igx-input-group__bundle-main{border:1px solid #E1EDFC;padding:0 2px;border-radius:5px}.web .igx-date-range-picker{position:relative}.web .igx-date-range-picker__label{padding-top:0!important}.web .igx-overlay__content{width:393px!important;transform:inherit!important;left:926px!important;top:-1199px!important;box-shadow:0 5px 20px #8c98a433}.web .igx-input-group__bundle{padding-top:0!important}.web .igx-input-group__bundle{box-shadow:none!important}.web .igx-calendar__body{padding:15px 0!important}.web .igx-input-group__input,.web .igx-input-group__textarea{font-size:14px!important;color:#7b809a!important;line-height:18px!important;font-weight:400!important;cursor:pointer!important}.web .igx-calendar__date--inactive{color:#abaeb4!important;font-size:12px!important;font-weight:400!important}.web .igx-calendar__date-content{font-size:12px!important}.web .igx-calendar__date--selected.igx-calendar__date--current .igx-calendar__date-content{border-radius:50%!important;background-color:#ed3237!important;font-size:12px!important}.web .igx-calendar__date--selected.igx-calendar__date--current .igx-calendar__date-content{color:#fff!important}.web .igx-calendar__date--selected,.web .igx-calendar__date--selected .igx-calendar__date-content{background-color:#ed3237!important}.web .igx-calendar__date--selected.igx-calendar__date--last:before{background-color:transparent!important}.web .igx-calendar__date--selected.igx-calendar__date--first:after{background-color:#ed3237!important}.web .igx-calendar__date-content{width:32px!important;height:32px!important;cursor:pointer}.web .igx-calendar-picker__prev,.web .igx-calendar-picker__next{color:#ed3237!important}.web .igx-calendar-picker__date{font-weight:600!important;font-size:16px!important;color:#344767!important}.web .igx-calendar{border-radius:8px!important}.web .igx-calendar__label{color:#7b809a!important;font-size:12px!important;font-size:400!important;cursor:pointer}.web .igx-input-group__border{background:transparent!important}.web .material-icons.igx-icon{color:#7b809a!important}.web .igx-calendar__label,.web .igx-calendar__date,.web .igx-calendar__year{color:#344767!important}.web .igx-calendar__date--inactive{cursor:pointer;color:var(--inactive-text-color)!important}.web .igx-calendar__date--selected .igx-calendar__date-content{color:var(--date-selected-text-color)!important}.web .material-icons.igx-icon{margin-top:5px!important;font-size:20px!important}.web .apexcharts-xaxistooltip.apexcharts-xaxistooltip-bottom.apexcharts-theme-light{display:none!important}.web #st_menu .scrollbar-thumb{border-radius:2px;height:5px}.web #st_menu .scrollbar-track-x{height:4px}.web .igx-overlay__wrapper{right:524px}.web .igx-input-group__bundle-main input{padding-left:10px}.shadow-sm{box-shadow:0 0 30px #0000000d!important}.table_inner_content_design{list-style:none;display:flex;gap:.25rem;justify-content:space-around}ul.table_inner_content_design{padding-left:0!important}.faculty-col .thumbnail-parent{text-align:center;height:248px;overflow:hidden;padding:1rem;background-color:#f7f8f9}.faculty-col .faculty-thumbnail{overflow:hidden;height:216px}.pdn-responsive .danger-btn{white-space:nowrap!important}.pad_top_websitw{padding-top:10px}.h2_margin_remove h2{margin-top:0!important}@media screen and (max-width: 750px){.horizontal-blue-line{width:100%;height:2px;margin:1rem 0}}@media screen and (max-width: 1680px){.web .igx-overlay__wrapper{right:464px}.roadmap-desktop{height:712px}}@media screen and (max-width: 1440px){.web .igx-overlay__wrapper{right:405px}}@media screen and (max-width: 1366px){.web .igx-overlay__wrapper{right:387px}.roadmap-desktop{height:585px}}@media screen and (max-width: 1360px){.web .igx-overlay__wrapper{right:385px}}@media screen and (max-width: 1280px){.web .igx-overlay__wrapper{right:364px}}@media screen and (max-width: 1200px){.web .igx-overlay__wrapper{right:344px}}@media screen and (max-width: 1180px){.web .igx-overlay__wrapper{right:339px;top:270px}}@media screen and (max-width: 1100px){.web .igx-overlay__wrapper{right:320px}}@media screen and (max-width: 1080px) and (min-width: 1000px){.web .why-next-ias2{max-width:840px;margin:0 auto}}@media screen and (max-width: 1024px){.web .igx-overlay__wrapper{right:301px}}@media screen and (max-width: 980px){.web .igx-overlay__wrapper{right:66px;top:202px}.roadmap-desktop{height:429px}}@media screen and (max-width: 820px){.web .igx-overlay__content{width:300px!important}.web .igx-input-group__bundle-main{width:135px}.roadmap-desktop{height:347px}#content-area p,#content-area li,#content-area span{white-space:normal}}@media screen and (max-width: 640px){.web .calender_article{display:flex;justify-content:flex-end}.web .igx-overlay__wrapper{top:245px;right:41px}}@media screen and (max-width: 640px){.roadmap-desktop{height:269px}}@media screen and (max-width: 480px){.web .igx-overlay__wrapper{right:31px}}@media screen and (max-width: 414px){.web .calender_article{display:block}.web .igx-overlay__content{width:352px!important}.web .igx-overlay__wrapper{top:239px}}@media screen and (max-width: 380px){.web .igx-overlay__content{width:319px!important}.web .igx-overlay__wrapper{top:232px}}@media screen and (max-width: 375px){.web .igx-overlay__wrapper{right:31px}.web .igx-overlay__content{width:313px!important}}@media screen and (max-width: 360px){.web .igx-overlay__wrapper{right:28px}.web .igx-overlay__content{width:300px!important}}@media screen and (max-width: 320px){.web .igx-input-group__bundle-main{width:125px}.web .igx-overlay__wrapper{right:3px}.web .igx-overlay__content{width:288px!important}}@media screen and (max-width: 1280px){.roadmap-desktop{background-size:contain}}.image_madeesy_container{flex-wrap:nowrap}.image_madeesy_container .made_esy_inner{margin:0 8px;width:25%}.image_madeesy_container .made_esy_inner a{color:#344767}.image_madeesy_container .made_esy_inner a .img_otr{height:50px;display:flex;justify-content:center}.image_madeesy_container .made_esy_inner a .img_otr .img-fluid{max-width:75%;height:auto;object-fit:contain}.image_madeesy_container .made_esy_inner a .last-logo{height:60px}.image_madeesy_container .made_esy_inner a .last-logo .img-fluid{max-width:125%;height:auto;object-fit:initial}@media screen and (max-width: 540px){.image_madeesy_container{height:400px;flex-wrap:wrap;border-radius:45px!important}.image_madeesy_container .made_esy_inner{width:43%}.image_madeesy_container .made_esy_inner .img-fluid{max-width:60%}}@media screen and (max-width: 320px){.image_madeesy_container{height:475px!important;border-radius:25px!important}}.cms_txt ul{padding-left:2.3rem}.sansaddata_alllist li a:hover{color:#015ba5!important}.inner_pge_sansaddata td{padding:1rem}.inner_pge_sansaddata table{width:100%;margin-bottom:15px}.inner_pge_sansaddata ul{padding:0 2rem;margin-bottom:1rem}.inner_pge_sansaddata ul li span{display:inline}.inner_pge_sansaddata ol{padding:0 2rem;margin-bottom:1rem}.inner_pge_sansaddata ol li span{display:inline}.inner_pge_sansaddata .playYoutubeBtn{inset:0;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 640px){.inner_pge_sansaddata .video_img_resp{width:100%;height:300px}.inner_pge_sansaddata span img{max-width:100%}}@media screen and (max-width: 414px){.inner_pge_sansaddata .video_img_resp{width:100%;height:222px}}.back_mob_imageslide{background-position:center;background-size:contain;background-repeat:no-repeat;width:250px;height:500px;margin:auto}.font_col_tbl table tr th{color:#7b809a;padding:1rem!important;text-align:center;vertical-align:middle}.font_col_tbl table tr td{padding:1rem!important;text-align:center;vertical-align:middle;color:#344767}.font_col_tbl table tr td a{white-space:nowrap}.feature_section h2{font-size:20px}.feature_section h3{font-size:15px}.feature_section ul{padding-left:1rem!important}.feature_section .note{width:45px!important;margin-bottom:1.5em;border-top:2px solid!important}@media screen and (max-width: 640px){.font_col_tbl{overflow:auto}.pd_top p{text-align:justify!important}}#course_tble_data .anubhav-card-prelims{padding:47px 30px}#course_tble_data .anubhav-card-prelims img{height:170px;margin-bottom:10px}#course_tble_data .anubhav_mains_cards{text-align:center;box-shadow:0 0 20px #ccc;height:100%;padding:20px;border-radius:15px}#course_tble_data .anubhav_mains_cards p{text-align:justify!important}#course_tble_data .anubhav_mains_cards h2{font-weight:600;margin:10px 0}#course_tble_data .ytp-cued-thumbnail-overlay-image{background-size:cover;-moz-background-size:cover;-webkit-background-size:contain!important}#content-area table tr td{border:1px solid #b4d3f8;padding:10px;vertical-align:top}.primary-white-btn{background-color:#fff;color:#015ba5;border-color:#015ba5!important}button.vjs-picture-in-picture-control.vjs-control.vjs-button{display:none}.outer-system-requirement .bg-blue-light{border:1px solid;border-color:#dee2e6}.outer-system-requirement .col-lg-8.row-eq-height.pb-3{height:100%;padding-bottom:0!important}.table-of-content{z-index:9999999;top:77%;right:30px;z-index:1031}.table-of-content .table-of-content-list{transition:.4s all;right:0;width:300px;max-height:380px;overflow-x:auto}.table-of-content .right-hidden{right:-1400px!important}.table-of-content-list::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{box-shadow:inset 0 0 3px gray;border-radius:14px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}@media (max-width: 480px){.to-top{position:fixed;bottom:2rem;right:1rem}}.fixed-top-table{position:fixed!important;top:86px!important;right:15px!important}.to-top{position:fixed;bottom:8.2rem;right:.3rem;width:34px;height:34px;cursor:pointer;line-height:32px;padding:0;text-align:center;border-radius:100%;z-index:1033;border:none;border:1px solid #ed3237;text-decoration:none}.custom-blog-pd{padding-top:2rem}@media (max-width: 991px){.to-top{bottom:7.6rem;right:.3rem}}@media (max-width: 480px){.to-top{bottom:8.8rem;right:.25rem}}.gallery-pic-row{border-right:1px solid #dee2e6!important}.tab_outer_icon{width:44%;display:inline-block;padding:15px 0;margin-right:25px;margin-bottom:9px}.tab-feature-new .tablinks{height:120px;display:block;width:100%;text-decoration:none;text-align:left;margin-bottom:3px;background:#B4D3F8;padding:0 15px;color:#fff;border:none;font-size:16px;position:relative;font-weight:700}.tab-feature-new .tabactive.active{z-index:2;background-color:#015ba5!important}.tab-feature-new .tabactive.active:before{content:"";width:11px;height:11px;position:absolute;right:-5px;top:46%;background-color:#015ba5!important;transform:rotate(45deg)}.tab-feature-new img{margin-right:20px}.tabs_content a{color:#344767;font-weight:700;border-bottom:1px solid #344767;line-height:24px}.tabs_content a:hover{color:#ed3237;border-bottom:1px solid #ed3237}@media screen and (max-width: 480px){.tab_outer_icon{width:100%;margin-bottom:0;padding:6px 0}}@media screen and (max-width: 540px){.gallery-pic-row{border-top:none!important;border-left:none!important;border-bottom:none!important;border-right:none!important}.space_lft_rght .ytp-cued-thumbnail-overlay-image{background-size:contain!important}}.embed-responsive-inner{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.embed-responsive-inner iframe{position:absolute;top:0;left:0;width:100%;height:100%}.side_menu_active a.fw-500{color:#ed3237;font-weight:700!important}.accordian_arrow_remove .accordion-common .accordion-item .accordion-button:after{background-image:none;background-size:auto}.accordian_arrow_remove .accordion-common .accordion-item .accordion-header .accordion-button{font-size:25px;font-weight:700!important}@media (max-width: 480px){#course_tble_data th,#course_tble_data td{padding:.1rem!important;font-size:10px;font-weight:400;line-height:1.35}#course_tble_data .btn-md{font-size:10px;padding-left:8px;padding-right:8px}}.content-area-parent-container{display:table;clear:both;content:""}.enquiry-form-box{float:right;margin-left:2.75rem;margin-bottom:1rem}@media (max-width: 480px){.enquiry-form-box{float:none;margin-left:0;margin-bottom:2.5rem}.nav-btn-counselling{margin-top:40px!important}.content-area{padding-top:20px}.counselling-btn{margin-top:32px!important}.form-otr-counselling{margin-top:0!important}.content-area-parent-container{display:flex;flex-direction:column-reverse;position:relative}.btn_bottom_form{position:absolute;top:-40px;left:0;width:100%;text-align:center!important}}.tab-content-active{background-color:#dc3545!important;color:#fff!important}.tab-content-visible{background-color:#fff;color:#ed3237;border-color:#ed3237!important}.toggleAboutUsMenu{display:block!important}#course_tble_data th{padding:5px!important}.centre-toggle-btn{opacity:.3!important}.centre-toggle-btn.active{opacity:1!important}.faculity-optional .faculty-col{width:226px!important}@media (max-width: 480px){.faculty-list-container .faculity-optional .faculty-col{width:100%!important}}.file-icon-box-testseries{background-color:#e7f7fc;height:56px;width:56px;line-height:56px}.carousel_testimonial .next-navi-btn,.carousel_testimonial .prev-navi-btn{height:40px;width:40px;background-color:#b4d3f8;border-radius:50%;line-height:39px;color:#344767;transition:.4s all}@media screen and (max-width: 480px){.carousel_testimonial .next-navi-btn,.carousel_testimonial .prev-navi-btn{height:28px;width:28px;line-height:26px}}@media (min-width: 640px){.daily-quiz-title{font-size:32px!important;line-height:45px!important}}.p-2-5{padding:1.75rem 1.5rem}.home-current-affairs-box{height:70px}@media (max-width: 600px){.home-current-affairs-box{height:80px}}.bottom-triangle-icon{bottom:-80px;right:-80px}#for_txt.owl-carousel .item{min-height:300px;padding:1rem;background-color:#fff;overflow:hidden}.annc_icn_overwrite{width:auto;height:auto;line-height:70px;top:-73px;left:-83px;transform:rotate(87deg)}.course-cms-filter-form{max-width:580px;padding:.75rem;background-color:#b4d3f8;position:relative}.course-cms-filter-form label,.course-cms-filter-form .form-select{font-size:15px}.course-cms-filter-form.scrollCourseAddFilter{width:580px;position:fixed;bottom:0;z-index:999;left:calc(50% - 290px)}@media (max-width: 480px){.course-cms-filter-form.scrollCourseAddFilter{max-width:320px;left:calc(50% - 160px)}.fearured-course-row{flex-wrap:nowrap;overflow-x:scroll;padding-bottom:1rem!important}.fearured-course-row::-webkit-scrollbar{display:none}.fearured-course-row{-ms-overflow-style:none;scrollbar-width:none}}.other-initiatives-of-row .other-ini-left-col{width:40%}.other-initiatives-of-row .other-ini-right-col{width:100%}@media (max-width: 820px){.other-initiatives-of-row{flex-direction:column;flex-wrap:wrap}.other-initiatives-of-row .other-ini-left-col,.other-initiatives-of-row .other-ini-right-col{width:100%}}.close-cms-filter-btn{display:none;border-radius:50%;position:absolute;top:-8px;right:-8px;width:30px;height:30px;border:none}@media (max-width: 480px){.close-cms-filter-btn{display:block}}.web .nst-otr-container .table_container_cus p{margin-bottom:0!important}.web .nst-otr-container .total_heading{font-size:26px;font-weight:600}.web .nst-otr-container .rupee_container{color:#0363b0;font-size:35px;font-weight:700;line-height:62px}.web .nst-otr-container .scholar_container{font-size:29px;font-weight:600}.web .nst-otr-container .even_container{background-color:#eaeeff}.web .nst-otr-container .test_container{font-size:16px;font-weight:600;padding:0 0 8px;border-bottom:1px solid #0363B0;line-height:24px}.web .nst-otr-container .date_container{font-size:31px;font-weight:600;padding:16px 0 0}.web .nst-otr-container .year_container{font-size:29px;font-weight:600}.web .nst-otr-container .pad_top_btm{padding-top:20px!important;padding-bottom:20px!important}.web .nst-otr-container .test_list_table table{width:100%;margin:0 auto}.web .nst-otr-container .table_heading_cus{padding-bottom:8px;font-size:16px;border-bottom:1px solid #0363B0;width:31%;margin:0 auto;font-weight:600;line-height:24px;text-align:center}.web .nst-otr-container .time_copy_cus{width:45%;font-size:14px;padding:10px 0 0}.web .nst-otr-container .time_space_copy_cus{width:10%}.web .nst-otr-container .min_copy_cus{width:12%}.web .nst-otr-container .tution_cus{font-size:15px;font-weight:600;background-color:#0363b0;color:#fff;width:auto;display:inline-block;padding:0 38px}.web .nst-otr-container .criteria_tab_box_text h5 a{width:100px;margin-right:15px}@media (max-width: 480px){.web .nst-otr-container .total_heading,.web .nst-otr-container .rupee_container{font-size:22px;font-weight:600}.web .nst-otr-container .scholar_container{font-size:20px!important;font-weight:600}.web .nst-otr-container .test_container{font-size:18px}.web .nst-otr-container .date_container,.web .nst-otr-container .year_container{font-size:26px}.web .nst-otr-container .rupee_container2{font-size:36px!important}.web .nst-otr-container .time_copy_cus{text-align:left;padding-left:1rem}}@media (max-width: 1100px){.enquiry-form-box{margin-left:2.15rem;max-width:350px!important}.course-cms-filter-form{max-width:360px}}@media (max-width: 715px){.enquiry-form-box{margin-left:1.25rem;max-width:300px!important}}.heading_font{color:#0864b1;font-weight:800;text-align:center}.heading_font{color:#0864b1!important;font-weight:800!important;text-align:center}.plus_container{background-color:#0864b1;color:#fff;font-weight:700;font-size:20px;border-radius:50px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;margin:auto}.challanges_img{width:100%}.card_container_color_even{background-color:#ceecfc;padding:20px}.card_container_color_odd{background-color:#93d8f8;padding:20px}.circ_container,.circ_container_two{background-color:#0367b0;height:115px;width:115px}.circ_container_two{background-color:#01afeb}.aim_wid_20{width:20%;padding:15px}.aim_wid_10{width:10%;padding:15px}.out_circle{position:absolute;border:2px solid #01AFEB;background-color:#fff;color:#01afeb;display:flex;align-items:center;justify-content:center;height:35px;width:35px;border-radius:50px;top:-16px;left:50%;transform:translate(-50%)}.out_circle_two{position:absolute;border:2px solid #01AFEB;background-color:#01afeb;color:#01afeb;display:flex;align-items:center;justify-content:center;height:120px;width:120px;border-radius:100px;top:-57px;left:50%;transform:translate(-50%)}.prelims_img_container{background-color:#01afeb;height:165px;display:flex;align-items:center;justify-content:center;position:relative}.prelims_img_container_two{background-color:#d4f0fc;height:69px;display:flex;align-items:center;justify-content:center;position:relative}.prelims_txt_container{padding:15px;background-color:#d4f0fc;height:100%}.same_height{height:calc(100% - 165px)}.same_height_two{height:calc(100% - 69px)}@media screen and (max-width: 1366px){.challanges_img{height:700px}}@media screen and (max-width: 1180px){.aim_wid_20{width:33%}.mar_tab_aim{margin-bottom:45px}}@media screen and (max-width: 980px){.aim_wid_20{width:50%}.aim_wid_10{width:24%}}@media screen and (max-width: 640px){.card_container_color:nth-child(2n){background-color:#ceecfc}.card_container_color:nth-child(odd){background-color:#93d8f8}}@media screen and (max-width: 480px){.aim_wid_20{width:100%}}@media screen and (max-width: 380px){.aim_wid_10{width:51%}}.custom-enquiry-position{position:absolute;bottom:4%;right:0!important}.yojana h3{font-size:16px!important}@media (min-width: 768px){.yojana h3{font-size:20px!important}}footer p.city{font-size:18px;font-weight:600;line-height:28px;color:#344767}footer p.add{font-weight:600;color:#344767}.reload-btn{position:fixed;top:6px;z-index:99;right:14px;padding:.25rem .6rem}.watermarkStyleGlobal{position:absolute;bottom:50%;top:50%;margin:auto 0;right:10px;color:#e7ef84b3;font-size:20px;padding:5px;border-radius:5px;z-index:0;display:inline;pointer-events:none}.bypasslogin .danger-white-btn{opacity:0;z-index:0;visibility:hidden;display:none!important}.youtubeThumbnail-overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:#00000003}.new-faq-menu-item img{position:absolute;right:-17px;top:-4px;filter:drop-shadow(0px 4px 7px rgba(0,0,0,.4))}@media (max-width: 480px){.new-faq-menu-item img{position:absolute;right:0;left:50px;top:5px;filter:drop-shadow(0px 4px 7px rgba(0,0,0,.4))}}@media screen and (max-width: 1920px){.pre_otr_container .inner_pre_container .exmcontent_box_otr .inner_exmcntnt{width:327px;height:200px}.mains_otr_container .inner_mains_container .mains_exmcontent_box_otr .inner_mains_exmcntnt{width:404px;height:251px}.preevaluate_otr_container .preeval_inner_mains_container .evalpre_exmcontent_box_otr .preevaluate_inner_mains_exmcntnt{width:327px;height:200px}.preevaluate_otr_container .preeval_inner_mains_container .evalpre_exmcontent_box_otr .preevaluate_inner_mains_exmcntnt{width:313px;height:196px}.mycrs_homeotr .card_otr_course .card_my_course,.myhandout_otr .card_otr_course .card_my_course{width:19.2%}}@media screen and (max-width: 1680px){.pre_otr_container .inner_pre_container .exmcontent_box_otr .inner_exmcntnt{width:352px;height:210px}.pre_otr_container .inner_pre_container .exmcontent_box_otr .inner_exmcntnt .subj_premark{height:100px}.mains_otr_container .inner_mains_container .mains_exmcontent_box_otr .inner_mains_exmcntnt{width:344px;height:247px}.preevaluate_otr_container .preeval_inner_mains_container .evalpre_exmcontent_box_otr .preevaluate_inner_mains_exmcntnt{width:339px;height:206px}.mycrs_homeotr .card_otr_course .card_my_course,.myhandout_otr .card_otr_course .card_my_course{width:24.1%}}@media screen and (max-width: 1440px){.pre_otr_container .inner_pre_container .exmcontent_box_otr .inner_exmcntnt{width:292px;height:195px}.mains_otr_container .inner_mains_container .mains_exmcontent_box_otr .inner_mains_exmcntnt{width:387px;height:250px}.preevaluate_otr_container .preeval_inner_mains_container .evalpre_exmcontent_box_otr .preevaluate_inner_mains_exmcntnt{width:381px;height:206px}.pre_otr_container .inner_pre_container .exmcontent_box_otr .inner_exmcntnt .subj_premark .lft_sub_pre{width:145px}.subj_engg_paper_icon .subj_heading_exam{width:268px!important}.subj_engg_paper_icon .subj_heading_exam h2{width:203px!important}.otr_webinar .comm_rightcnt .inner_webinar .otr_web_vid_rnk .innr_web__rnkscore .ques_mrk{width:315px}.mycrs_homeotr .card_otr_course .card_my_course,.myhandout_otr .card_otr_course .card_my_course{width:32.1%}}@media screen and (max-width: 1366px){.pre_otr_container .inner_pre_container .exmcontent_box_otr .inner_exmcntnt{width:274px;height:185px}.pre_otr_container .inner_pre_container .exmcontent_box_otr{gap:15px}.mains_otr_container .inner_mains_container .mains_exmcontent_box_otr .inner_mains_exmcntnt{width:362px;height:245px}.preevaluate_otr_container .preeval_inner_mains_container .evalpre_exmcontent_box_otr .preevaluate_inner_mains_exmcntnt{width:358px;height:206px}.pre_otr_container .inner_pre_container .exmcontent_box_otr .inner_exmcntnt .subj_premark{height:56px!important}}@media screen and (max-width: 1360px){.pre_otr_container .inner_pre_container .exmcontent_box_otr .inner_exmcntnt{width:272px;height:185px}.mains_otr_container .inner_mains_container .mains_exmcontent_box_otr .inner_mains_exmcntnt{width:360px;height:247px}.preevaluate_otr_container .preeval_inner_mains_container .evalpre_exmcontent_box_otr .preevaluate_inner_mains_exmcntnt{width:356px;height:204px}}@media screen and (max-width: 1280px){.pre_otr_container .inner_pre_container .exmcontent_box_otr .inner_exmcntnt{width:340px;height:190px}.mains_otr_container .inner_mains_container .mains_exmcontent_box_otr .inner_mains_exmcntnt{width:334px;height:244px}.preevaluate_otr_container .preeval_inner_mains_container .evalpre_exmcontent_box_otr .preevaluate_inner_mains_exmcntnt{width:329px;height:195px}.previous_reslt .inner_previous_result .date_marks_inner .cand_mrk_min{width:47%!important}.otr_webinar .comm_rightcnt .inner_webinar .otr_web_vid_rnk .innr_web__rnkscore .ques_mrk{width:255px}.subj_engg_paper_icon .subj_heading_exam h2{width:183px!important}}@media (max-width: 824px){.tab-btn-container{margin:0 1.25rem}}.body-fixed{position:fixed;top:0;left:0;right:0;width:100%}.annc_cur_pointer{cursor:pointer}.annc_cur_pointer a{color:inherit}.ourSelectionsSlider .carousel-indicators{bottom:-54px}.ourSelectionsSlider .carousel-indicators [data-bs-target]{width:8px;height:8px;margin-right:5px;margin-left:5px;border-radius:100%;border:none;background-color:#344767}p{margin:0!important}body{line-height:initial}.web p{margin-bottom:1rem!important}.web p,.web li{line-height:1.5}.web .mb-0{margin-bottom:0!important}@media (max-width: 364px){p,li{line-height:1.4}.home-current-affairs-box p,.home-current-affairs-box li{line-height:1.3}}.new_test_series_detail .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#dd6a6a;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}.new_test_series_detail .carousel-indicators{position:absolute;right:0;bottom:-48px}.new_test_series_detail .carousel-indicators .active{opacity:1!important}.new_test_series_detail .sec-pd{padding-top:20px!important}div#pop_slider_id{width:400px}.example-container{display:flex;padding:10px;height:100%;position:relative}.users-pane{display:none}.message-box{float:left;width:93%;word-break:break-all;margin:5px 0 0 2%;position:static!important}footer.sticky-footer{bottom:0;padding:10px;background-color:#fff;right:0;border-top:solid 1px #efefef}input#mat-input-0+span{display:none}input#mat-input-0{height:40px;width:251px}form.message-form.ng-pristine.ng-invalid.ng-touched button{cursor:pointer}.message-form{margin-left:0}#SvgjsG1018,#SvgjsG1045,.apexcharts-datalabels-group{display:none!important}.comm_rightcnt{width:calc(100% - 260px);padding-right:15px}.comm_leftcnt{width:260px}.dropdown-toggle:after{display:inline-block;margin-left:0;vertical-align:.255em;content:"";border-top:0 solid;border-right:0 solid transparent;border-bottom:0;border-left:0 solid transparent}.affair_card .card_txt_container .affair_heading p{text-transform:capitalize}.apexcharts-toolbar{display:none!important}#myid,#recent_activity{max-height:246px!important}#myid .scrollbar-track.scrollbar-track-y,#recent_activity .scrollbar-track.scrollbar-track-y{width:4px!important;background-color:#f5f6f8!important}#myid .scrollbar-track.scrollbar-track-y .scrollbar-thumb.scrollbar-thumb-y,#recent_activity .scrollbar-track.scrollbar-track-y .scrollbar-thumb.scrollbar-thumb-y{background-color:#e1edfc!important;width:4px}#left_menu .scrollbar-track.scrollbar-track-y,#left_menu .scrollbar-track.scrollbar-track-y .scrollbar-thumb.scrollbar-thumb-y{width:2px}#stud_menu .scrollbar-track.scrollbar-track-y,#stud_menu .scrollbar-track.scrollbar-track-y .scrollbar-thumb.scrollbar-thumb-y{width:4px}.ngx-pagination .current{padding:.1875rem .625rem;background:transparent!important;color:#2199e8!important;cursor:default}.custom-bread-crumb{padding:0!important;list-style:none}app-ng-dynamic-breadcrumb ul{margin-bottom:16px}.custom-bread-crumb li a:hover{text-decoration:none!important}app-articles,app-announcements-default{padding:0!important}input#date,input.igx-input-group__input{text-transform:lowercase!important}.igx-overlay__wrapper{position:absolute;right:290px;z-index:999999999999999;top:195px}igx-picker-toggle{position:absolute!important;left:0!important;right:0!important;z-index:10000000000000000!important;opacity:0!important}.igx-input-group__bundle,.igx-input-group{position:static!important}.igx-date-range-picker__label{color:#7b809a!important;font-size:15px!important;font-weight:500!important}.igx-input-group__bundle-main{border:1px solid #E1EDFC;padding:0 2px;border-radius:5px}.igx-date-range-picker{position:relative}.igx-date-range-picker__label{padding-top:0!important}.igx-overlay__content{width:300px!important;transform:inherit!important;left:926px!important;top:-1199px!important;box-shadow:0 5px 20px #8c98a433}.igx-input-group__bundle{padding-top:0!important}.igx-input-group__bundle{box-shadow:none!important}.igx-calendar__body{padding:15px 0!important}.igx-input-group__input,.igx-input-group__textarea{font-size:14px!important;color:#7b809a!important;line-height:18px!important;font-weight:400!important;cursor:pointer!important}.igx-calendar__date--inactive{color:#abaeb4!important;font-size:12px!important;font-weight:400!important}.igx-calendar__date-content{font-size:12px!important}.igx-calendar__date--selected.igx-calendar__date--current .igx-calendar__date-content{border-radius:50%!important;background-color:#ed3237!important;font-size:12px!important}.igx-calendar__date--selected.igx-calendar__date--current .igx-calendar__date-content{color:#fff!important}.igx-calendar__date--selected,.igx-calendar__date--selected .igx-calendar__date-content{background-color:#ed3237!important}.igx-calendar__date--selected.igx-calendar__date--last:before{background-color:transparent!important}.igx-calendar__date--selected.igx-calendar__date--first:after{background-color:#ed3237!important}.igx-calendar__date-content{width:32px!important;height:32px!important;cursor:pointer}.igx-calendar-picker__prev,.igx-calendar-picker__next{color:#ed3237!important}.igx-calendar-picker__date{font-weight:600!important;font-size:16px!important;color:#344767!important}.igx-calendar{border-radius:8px!important}.igx-calendar__label{color:#7b809a!important;font-size:12px!important;font-size:400!important;cursor:pointer}.igx-input-group__border{background:transparent!important}.material-icons.igx-icon{color:#7b809a!important}.igx-calendar__label,.igx-calendar__date,.igx-calendar__year{color:#344767!important}.igx-calendar__date--inactive{cursor:pointer;color:var(--inactive-text-color)!important}.igx-calendar__date--selected .igx-calendar__date-content{color:var(--date-selected-text-color)!important}.material-icons.igx-icon{margin-top:5px!important;font-size:20px!important}.apexcharts-xaxistooltip.apexcharts-xaxistooltip-bottom.apexcharts-theme-light{display:none!important}#st_menu .scrollbar-thumb{border-radius:2px;height:5px}#st_menu .scrollbar-track-x{height:4px}.igx-overlay__wrapper{right:277px}.student #login-signup-modal{-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;z-index:100000000000000000000000!important}.student .aboutcse .page-title{font-size:36px;font-weight:700;color:#344767}.student .aboutcse h4{font-size:20px;line-height:28px;color:#344767}.student .aboutcse p{line-height:1.5}.student .question_div{color:#7b809a!important;font-size:14px!important}.ngx-pagination a,.ngx-pagination button{cursor:pointer;color:inherit;text-decoration:none}.ngx-pagination a,.ngx-pagination button{padding:5px!important}.ngx-pagination li{font-size:14px}.student ::-webkit-scrollbar{width:8px}.student ::-webkit-scrollbar-track{box-shadow:inset 0 0 8px #e4e6e7;border-radius:4px}.student ::-webkit-scrollbar-thumb{background:#ced0d3;border-radius:4px}.student ::-webkit-scrollbar-thumb:hover{background:#7a7b7d}.student #con::-webkit-scrollbar{display:none!important;scrollbar-width:none!important}#image_car{height:100%}#image_car .owl-stage-outer,#image_car .owl-stage-outer .owl-stage{height:100%!important}.text_none{text-decoration:none}@media (max-width: 824px){.container-md,.container-sm,.container{max-width:780px!important}}@media screen and (max-width: 820px){.igx-overlay__wrapper{right:233px}}@media screen and (max-width: 768px){.igx-overlay__wrapper{right:222px;top:195px}}@media screen and (max-width: 640px){.igx-overlay__wrapper{right:0}}@media screen and (max-width: 480px){#st_menu .scrollbar-track{opacity:0}.ourSelectionsSlider .carousel-indicators{bottom:-45px}#dropdownMenuLink+ul{position:static!important;transform:translateZ(0)!important}#dropdownMenuLink+ul li a{height:20px!important}.responsive_footer .col{flex:0 0 auto!important;width:100%!important}}@media screen and (max-width: 420px){.ngx-pagination{padding-left:0}}#zmmtg-root .meeting-info-container__wrapper{display:none!important}#zmmtg-root .meeting-info-icon__meeting-paper{display:none}[aria-label="This meeting is being recorded"]{display:none!important}[aria-label="join audio"],[aria-label=Settings],[aria-label=Settings]>div>svg{display:none!important;opacity:0!important}[aria-label=Reactions]>span:before{content:"Raise Hand";visibility:visible;margin-left:4px}[aria-label=Reactions]>span{content:"";visibility:hidden}#zmmtg-root .sharing-audio-feature-tips--with-note,.settings-feature-tips-wrapper,.sharing-audio-feature-tips__wrapper{display:none!important}[aria-label=Reactions]{background:url("https://cdnstatic.nextias.com/assets/zoom-icons/raise hand/Group 196846.png")!important;background-repeat:no-repeat!important;background-position-x:center!important;background-position-y:center!important;width:88px!important}[aria-label="Raise Hand"]{background:url("https://cdnstatic.nextias.com/assets/zoom-icons/raise hand/Group 196846.png")!important;background-repeat:no-repeat!important;background-position-x:center!important;background-position-y:center!important;width:88px!important}[aria-label="Lower Hand"]{background:url("https://cdnstatic.nextias.com/assets/zoom-icons/lower hand/Group 196841.png")!important;background-repeat:no-repeat!important;background-position-x:center!important;background-position-y:center!important;width:88px!important}[arialabel="stop sending my video"]{background:url("https://cdnstatic.nextias.com/assets/zoom-icons/video on/Group 196838.png")!important;background-repeat:no-repeat!important;background-position-x:center!important;background-position-y:center!important}[arialabel="start sending my video"]{background:url("https://cdnstatic.nextias.com/assets/zoom-icons/video off/Group 196843.png")!important;background-repeat:no-repeat!important;background-position-x:center!important;background-position-y:center!important}[aria-label="more options"]{background:url("https://cdnstatic.nextias.com/assets/zoom-icons/share icons/Group 196844.png")!important;background-repeat:no-repeat!important;background-position-x:center!important;background-position-y:center!important}[aria-label="open the chat pane"]{background:url(https://cdnstatic.nextias.com/assets/zoom-icons/chat/Group\ 196840.png)!important;background-repeat:no-repeat!important;background-position-x:center!important;background-position-y:center!important}[aria-label="close the chat pane"]{background:url(https://cdnstatic.nextias.com/assets/zoom-icons/chat/Group\ 196840.png)!important;background-repeat:no-repeat!important;background-position-x:center!important;background-position-y:center!important}#zmmtg-root .footer-button-base__img-layer{display:none!important}#zmmtg-root .footer__btns-container>div:first-of-type{display:none!important}#zmmtg-root .more-button,#zmmtg-root .reaction-simple-picker__block--reaction,.sharing-performant-tooltip{display:none!important}#wc-footer{height:92px!important}#zmmtg-root{z-index:1;background-color:transparent!important}.ReactModal__Overlay--after-open{z-index:100000!important}.mini-layout-body{text-align:center!important}.joinWindowBtn{margin-top:20px!important}.ndfHFb-c4YZDc-Wrql6b{display:none!important;opacity:0!important}#content-area div div div{overflow-x:unset!important}.roundloader{width:70px;height:70px;border-radius:50%;display:inline-block;border-top:8px solid #ED3237;border-right:8px solid transparent;box-sizing:border-box;animation:rotation 1s linear infinite}.roundloader:after{content:"";box-sizing:border-box;position:absolute;left:0;top:0;width:70px;height:70px;border-radius:50%;border-left:8px solid #1A73E8;border-bottom:8px solid transparent;animation:rotation .5s linear infinite reverse}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}ul.dropdown-menu.p-0.dropdown-position{overflow-y:auto}button.btn.px-4.py-3.course-page-feature-box.d-block.h-100.w-100{white-space:break-spaces}#aboutUsMenu li a:active{background-color:transparent!important;color:#ed3237!important}#coursesMainLI div:active,#testMainLI div:active{background:transparent!important}#coursesMainLI a:active,#testMainLI a:active{background-color:transparent!important;color:#ed3237!important}.image_madeesy_container .img_otr{text-align:center}.image_madeesy_container .img_otr img{width:50px!important}.image_madeesy_container .made_esy_inner:last-child .img_otr img{width:92px!important}.image_madeesy_container .img_otr+div p{min-height:71px}.borderRadius{border-radius:35px;padding:7px 19px;color:#fff;border:0;background:#1ca166}.ul_padding ul{margin-bottom:20px!important}.modal_serch_left .gsc-search-button-v2{background-color:#ed3237;border-color:#ed3237}.search_pagination .ngx-pagination li{font-size:17px}.search_pagination .ngx-pagination .pagination-next a:after,.search_pagination .ngx-pagination .pagination-next.disabled:after{font-size:24px}.search_pagination .ngx-pagination .pagination-previous a:before,.search_pagination .ngx-pagination .pagination-previous.disabled:before{font-size:24px}.ques-row img{width:100%;margin-top:8px;margin-bottom:8px}.footer-link-list li a{color:#344767}@media screen and (max-width: 600px){.res_solution_quiz img{width:100%!important}}.footer{padding-top:65px}.footer a,.footer a:hover{text-decoration:none}.footer .footer-first-row{padding-bottom:40px}.footer .footer-link-list a,.footer .footer-text{color:#344767}.extra-top-pd{padding-top:165px}.fix-cta-links{transform:rotate(-90deg);bottom:13.05rem;right:-1.6rem;z-index:10}.quick-links-box{z-index:9999;bottom:.5%;right:.5%;min-width:360px;transition:.5s all}.quick-links-box .close-quick-link-btn{width:32px;height:32px;background-color:#344767;border-radius:100%;line-height:0}.right-n100{right:-100%!important}@media (max-width: 980px){.footer-links-column{order:3}.footer .footer-first-row{padding-bottom:0}.flex_line{column-count:2;display:block;column-gap:3.5rem}.fix-cta-links{bottom:12.45rem;right:-1.3rem}.mt_sp_bp{margin-top:3rem!important}.mr_sp{margin-left:8px!important}}@media (max-width: 1024px){.fix-cta-links{right:-1.3rem}}@media screen and (max-width: 640px){.bp_sp,.txn_lft{padding-left:0!important}.mt_sp_bp{margin-top:1.5rem!important}.ft_sp_non{margin-top:0!important}.footer-icon-right{margin-right:0}}@media screen and (max-width: 540px){.extra-top-pd{padding-top:180px}.flex_line{column-gap:1rem}.fix-cta-links{display:none}.mr_sp{margin-left:2px!important}}@media screen and (max-width: 320px){.quick-links-box{min-width:317px}}.footer-icon-right{margin-right:40px}.full-page-loader{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:hidden;background-color:#000000d9;z-index:99999}.full-page-loader .full-page-loader-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.full-page-loader .mr_sp{margin-left:2px!important}@media (max-width: 824px) and (orientation: landscape){#quick-links-box ul{height:200px;overflow:auto}}.free_resource .study-material-col a>div{background-image:url(https://cdnstatic.nextias.com/assets/images/record_videos1.png);background-size:cover;background-position:top right;background-repeat:no-repeat}.free_resource .study-material-col:nth-of-type(2n) .first-char{background-color:#fde9e0;color:#f06d2f}.free_resource .study-material-col:nth-of-type(odd) .first-char{background-color:#e7f6f4;color:#61c2b2}.free_resource .first-char{width:42px;height:42px;line-height:42px;text-align:center;display:block;font-weight:800;font-size:18px}.free_resource .study-material-title{font-weight:600;font-size:18px}#pillars_of_nextias.owl-theme .owl-dots .owl-dot:hover span{background-color:#d6d6d6}.testimonial_slider .owl-nav{position:absolute;top:50%;width:100%;transform:translateY(-100%)}.testimonial_slider .owl-nav .owl-prev{position:absolute;left:0;transform:translateY(-100%)}.testimonial_slider .owl-nav .owl-prev span{font-size:100px}.testimonial_slider .owl-nav .owl-next{position:absolute;right:0;transform:translateY(-100%)}.testimonial_slider .owl-nav .owl-next span{font-size:100px}.testimonial_slider .owl-theme .owl-nav .owl-prev:hover,.testimonial_slider .owl-theme .owl-nav .owl-next:hover{background:transparent}.testimonial_slider .owl-theme .owl-nav .owl-prev:hover span,.testimonial_slider .owl-theme .owl-nav .owl-next:hover span{color:#000}.close_video_btn{background:#000;z-index:1}.section_title{font-size:30px;color:#344767}.section-y-padding{padding-top:50px;padding-bottom:50px}.success-btn{white-space:wrap;overflow-wrap:normal}.home_banner .banner-wrapper .banner_overlay{background:rgba(0,83,155,.7)}.home_banner .banner-wrapper .banner-image{object-fit:cover}.home_banner .banner-wrapper .banner_content{top:90px}.home_banner .banner-wrapper .banner_content .section_header_top{color:#fff;letter-spacing:3px}.home_banner .banner-wrapper .banner_content .section_title_middle{background:#00E2FE;box-shadow:0 0 10px #00e2fe}.home_banner .banner-wrapper .banner_content .section_title_bottom{color:#fff}.home_banner .banner-wrapper .banner_content .section_title_bottom span{color:#00d9e9}.home_banner .banner-wrapper .banner_content .offline_online_btn{box-shadow:inset #000000b3 0 -7px 15px -7px}.hindi_english_website_content{margin-top:2rem}.hindi_english_website_content .hindi_english_website_card{background:#E8F4FF}.hindi_english_website_content .hindi_english_website_card .card_shadow_right{top:11px;left:34%;width:35%;background:rgba(0,0,0,.5098039216);height:100%;transform:skewY(-4deg) translate(-50%);z-index:-1;filter:blur(5px)}.hindi_english_website_content .hindi_english_website_card .card_shadow_left{top:11px;left:34%;width:35%;background:rgba(0,0,0,.5098039216);height:100%;transform:skewY(4deg) translate(50%);z-index:-1;filter:blur(5px)}.success-btn,.success-btn:hover{border-color:#0068b2;background-color:#fff;color:#0068b2}.pillars_of_nextias{background-color:#e8f4ff}.pillars_of_nextias .content_wrap{border:2px solid #0068B2}.pillars_of_nextias .content_wrap .card_header{background:#0068B2;color:#fff;height:80px}.pillars_of_nextias .content_wrap .card_header h3{font-size:1.2rem}.pillars_of_nextias .content_wrap .image_wrap{height:200px;width:30%}.pillars_of_nextias .content_wrap .content_wrap_ul{width:70%}.pillars_of_nextias .content_wrap .content_wrap_ul ul li::marker{color:#ed3237}.content_wrapper{height:calc(100% - 80px)}.topper_talk_section .topper_talk_section_btn a{color:#0059a4}.topper_talk_section .btn{position:absolute;bottom:10px;right:10px}.our_initiatives .card{background:#fff}.our_initiatives .logo_wrapper{width:80px;height:80px;padding:18px;background:#005FB0;border-radius:50%}.our_initiatives .logo_wrapper img{width:100%;height:100%}.logo_wrapper.logo_wrapper_red{background:#eb1c24}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper{width:200px;height:200px}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_img{object-fit:cover;object-position:bottom center}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay1{width:50%;height:20px;background:#0068B2;left:0;top:-10px}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay2{width:50%;height:20px;right:0;background:#fff;top:0}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay3{width:50%;height:20px;right:0;bottom:0;background:#0068B2}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay4{width:50%;height:20px;background:#fff;bottom:0;left:0}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay5{width:20px;height:50%;background:#0068B2;left:0}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay6{width:20px;height:50%;background:#fff;bottom:0;left:0}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay7{width:20px;height:50%;bottom:0;right:-10px;background:#0068B2}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay8{width:20px;height:50%;right:0;background:#fff}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay_circle_top{width:100px;height:100px;border:20px solid #0068B2;border-radius:50%;z-index:-1;top:-30px;right:-30px}.testimonial #testimonial .testimonial_wrapper .testimonial_img_wrapper .testimonial_overlay_circle_bottom{width:55px;height:55px;left:-20px;bottom:-20px;background:#6BAFFD;border-radius:50%;z-index:-1}.testimonial #testimonial .testimonial_wrapper .testimonial_subtitle{color:#0068b2}@media (min-width: 1200px){.section_title{font-size:40px}.section_title_middle{font-size:25px}.section_title_bottom{font-size:18px}}@media (max-width: 1200px){.section_title_middle{font-size:22px!important}.section_title_bottom{font-size:16px}}@media (max-width: 425px){.section_header_top{font-size:26px!important}.section_title_middle{font-size:16px!important}.section_title_bottom{font-size:12px}}.topper_talk_card_shadow_right{top:11px;left:34%;width:35%;background:rgba(0,0,0,.5098039216);height:100%;transform:skewY(-4deg) translate(-50%);z-index:-1;filter:blur(5px)}.topper_talk_card_shadow_left{top:11px;left:34%;width:35%;background:rgba(0,0,0,.5098039216);height:100%;transform:skewY(4deg) translate(50%);z-index:-1;filter:blur(5px)}#pillars_of_nextias.owl-theme .owl-dots .owl-dot.active span{background:#0068B2}#our_selections ul li{list-style-type:none}.our_initiatives_card_desc{font-weight:700;color:#0068b2}@media (min-width: 1200px){.banner-wrapper{height:84vh}.hindi_english_website_content .hindi_english_website_card .success-btn.visit_website_btn{height:5vh}.hindi_english_website_content .hindi_english_website_card .danger-btn{height:5vh;display:flex;align-items:center;justify-content:center}.success-btn.success-btn-center{height:4vh;display:flex;align-items:center;justify-content:center}}.prelims_table a.danger-btn,.danger-btn.prelims_table_btn{background-color:#015ba7!important;border-color:#015ba7!important}.prelims_table a.danger-btn:focus,.danger-btn.prelims_table_btn:focus,.danger-btn.prelims_table_btn:active,.prelims_table a.danger-btn:active{background-color:#015ba7!important;border-color:#015ba7!important;color:#fff!important}#video_slider.owl-theme .owl-nav,#similar_course.owl-theme .owl-nav{position:absolute;top:-60px;right:0;display:flex}#video_slider.owl-theme .owl-nav .owl-prev,#video_slider.owl-theme .owl-nav .owl-next,#similar_course.owl-theme .owl-nav .owl-prev,#similar_course.owl-theme .owl-nav .owl-next{width:30px;height:30px;box-shadow:0 0 0 2px #000;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}#video_slider.owl-theme .owl-nav .owl-prev:hover,#video_slider.owl-theme .owl-nav .owl-next:hover,#similar_course.owl-theme .owl-nav .owl-prev:hover,#similar_course.owl-theme .owl-nav .owl-next:hover{background-color:#fff}#video_slider.owl-theme .owl-nav .owl-prev:hover span,#video_slider.owl-theme .owl-nav .owl-next:hover span,#similar_course.owl-theme .owl-nav .owl-prev:hover span,#similar_course.owl-theme .owl-nav .owl-next:hover span{color:#000}#video_slider.owl-theme .owl-nav .owl-prev span,#video_slider.owl-theme .owl-nav .owl-next span,#similar_course.owl-theme .owl-nav .owl-prev span,#similar_course.owl-theme .owl-nav .owl-next span{font-size:35px;position:absolute;top:50%;transform:translateY(-54%)}#similar_course.owl-carousel .owl-stage-outer{padding-bottom:50px}#video_slider.owl-theme .owl-nav .owl-prev .prev-slide,#similar_course.owl-theme .owl-nav .owl-prev .prev-slide{background:url(https://cdnstatic.nextias.com/assets/images/icons/arrow-up.svg) no-repeat scroll 0 0;width:100%;height:100%;background-size:60%;filter:grayscale(1);background-position:center;transform:rotate(-90deg)}#video_slider.owl-theme .owl-nav .owl-next .next-slide,#similar_course.owl-theme .owl-nav .owl-next .next-slide{background:url(https://cdnstatic.nextias.com/assets/images/icons/arrow-up.svg) no-repeat scroll 0 0;width:100%;height:100%;background-size:60%;filter:grayscale(1);background-position:center;transform:rotate(90deg)}#similar_course.owl-carousel.owl-theme .owl-stage-outer .owl-stage{margin-left:-50px!important}#video_slider.owl-carousel.owl-theme .owl-stage-outer .owl-stage{margin-left:-30px}.modal.login-signup-modal{z-index:1060!important}.page-banner.page_banner{background-image:url(https://cfstatic.nextias.com/file_library/mix_content/891546415603987600_image.png);background-size:100% 100%;min-height:35vw}.tab_container{padding:3%;border-radius:4px}.tab_container .date-filter ngx-datepicker{width:100%;height:100%;position:absolute;border:none}.tab_container .date-filter ngx-datepicker div{width:100%;height:100%}.tab_container .date-filter ngx-datepicker div input{width:100%;height:100%}.blink{animation:blinker 2s linear infinite;font-size:.9em;color:#344767;font-weight:700;margin-bottom:10px!important}@keyframes blinker{50%{opacity:0}}.title_wrap_home h3{font-weight:700}@media (max-width: 426px){.enquiry-form-box{margin-right:auto!important;margin-left:auto!important}}.yojana_table th,.yojana_table tr,.yojana_table td,.yojana_table tbody{border-color:#000!important;border-width:1px}.yojana_table td,.yojana_table th{vertical-align:top!important}.yojana img,.beyond-classroom img{width:100%!important}@media (min-width: 1024px){.yojana img,.beyond-classroom img{width:50%!important}}.lineClamp{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.featred-course-box:hover .lineClamp{overflow:hidden;display:-webkit-box;-webkit-line-clamp:unset!important;-webkit-box-orient:vertical}@media only screen and (max-width: 568px){.lineClamp{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lineClamp:hover{overflow:hidden;display:-webkit-box;-webkit-line-clamp:unset!important;-webkit-box-orient:vertical}}.course_yt_vid{height:200px}@media (min-width: 768px){.course_yt_vid{height:220px}}.custom-modal .modal-content{overflow:visible}.aim_web{padding-top:50px}@media (min-width: 800px){.aim_web{padding-top:110px}}.upsc-live-banner-sec{padding:40px 0 0}.upsc-live-banner-sec .carousel-indicators{bottom:5px}.downloadTheNextIasApp .carousel-inner{background-position:center;background-repeat:no-repeat;height:auto;background-size:contain}#carouselSlidesOnly{padding:0 16px}#carouselSlidesOnly .carousel_inner_img img{width:100%;border-radius:28px}#carouselSlidesOnly .slider-inner{border-radius:30px;padding-top:12px}@media (max-width: 824px){#upscLiveClass{max-height:85%}.downloadTheNextIasApp .carousel-inner{background-size:contain}}@media (max-width: 480px){.downloadTheNextIasApp .carousel-inner{background-position-y:20%}}@media (max-width: 411px){.download-next-ias-app-btn-group{flex-direction:column;max-width:80%;margin:0 auto;align-items:center;padding-top:10px}.download-next-ias-app-btn-group .btn-div{width:70%}.download-next-ias-app-btn-group .btn-div:nth-child(2){margin-top:10px}}@media (max-width: 380px){.flex_split{flex-wrap:wrap;justify-content:left!important;gap:15px}}.custom-enquiry-position{top:0;right:0!important;bottom:0;margin:auto 0;transform:translateY(58%)}@media screen and (min-width: 1024px) and (max-width: 1368px){.custom-enquiry-position{max-width:350px!important;margin:auto 6%!important}}@media screen and (min-width: 320px) and (max-width: 520px){.custom-enquiry-position{margin:auto 0!important}}@media (max-width: 832px){.custom-enquiry-position{max-width:100%!important;position:relative!important;transform:translate(0)!important;margin:auto 21%}}@media (max-width: 991px){.enquiry-form-box{float:none}}.side_spc{margin-right:3rem!important;margin-left:3rem!important}@media screen and (max-width: 540px){.side_spc{margin-right:1rem!important;margin-left:1rem!important}}@media screen and (max-width: 1040px){.side_spc{margin-right:1rem!important;margin-left:1rem!important}}.waCallWrapper{z-index:1045;left:10px;bottom:30px}#bot-container.left .preview_icon{left:calc(100% - 88px)!important;bottom:10px!important}#bot-container.left .preview_icon img{transform:scale(.8)!important}.bi.bi-telephone-fill.phone-icon{color:#fff;font-size:1rem}.wa-icon span,.call-icon span{display:none;transition:.1s linear}.wa-icon img:hover+span,.call-icon a:hover+span{display:inline-block}.wa-icon img,.call-icon{filter:drop-shadow(2px 2px 3px rgba(0,0,0,.4588235294))}html.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400;box-sizing:content-box;outline:none}.lightbox .lb-image{height:auto;max-width:inherit;max-height:none;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(data:image/gif;base64,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) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:10px;zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{max-width:80%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-controlContainer{float:right}.lb-data .lb-turnContainer{float:left;margin-right:5px}.lb-data .lb-zoomContainer,.lb-data .lb-downloadContainer{float:right;margin-right:5px}.lb-data .lb-closeContainer{float:right}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-turnLeft{display:block;float:left;width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACIElEQVRIicWWPWsUURSG3xM/4hYpjLIhphJiIYugNloIiRoU/QO20UJrU1gE/EAbRReCGkQQEbFLCi0EG5NKEIKYItFSkBhSmMLIipolj8WeWa/rbrIzmdm8MNy599xznjN37pe0QbKwAlyTdFjSoJkt1Nhyko5L6pe0S1KPmxYkzUmalDRpZqXYWQDLVHQuaNsNPAFKrK2fwCOgNy440nlgK1AEftUE/wJMAM/8mQDma/qUgVvAlrjgK8CboF4C7gAHAKvjZ24r1ozMFNAdB7wSvI8BXTFGLe8+kT4A+WbBkd4DF4Czazr/H2so+ICpVYe9DjjUyzhgj3cp8L+RBPwbGI4L9pjjHmMZ2JMkRiIB3cA3hz9oGdjhdx38A+hoJXhf8NtOS1Jbi9gzkhb9/WgVTGUD6GnktV6ZGZLeebVQBUsalTQHDGYFlzTvZWcIPuhlX4bgz14uSdJmr0xLOqTKEZeVRiR9lfS82gJ0AAPApgzBGyMaHTTAKeBTFhMMuOxr+Go944gbl4DOFKFdwPeGWyZQ8MNgBSikCL7v0DKwN2qPZrXMbBY4ImmHmc2mBZbU7mXRzD42k+kx4OR6qUCOBlemep138vf2MAZsjwHKA/eA60mybAfeBifKzSb9hn1y4ok3fVcLg2wDbgMzwAlva/PJ8gp4CvQH/fcHiZZZ7aqTIJle/tV0YMsBD4HHaa6KEH4ReAG8Bs6kDshafwDkXu6L86KiLgAAAABJRU5ErkJggg==) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-turnRight{display:block;float:right;width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACGUlEQVRIicWXPWgUQRTH/3OJiSCEgJg7FcEmGLkmNoKCYESLYGNrqaDBSkQri4ARDPgBQRBU8CNgE8TCwkIhIqiVYLAQg5UoOZA0Eg1RE/xZ7DsymZzu7HJ7GVgG5r3/+82+3Z33Vlqj4WIdgQ2SBuzaJqlsphlJNUkvJE065xYC3WZJ9yW9ds6NRO8M6AXuAD9JHz+Ae8B2T3/cbIuxwA7gMrAUBJ8BJoEHdj0HaoHPL+CKxThZX4yBbgHeBHdyFegHVj0ewAG7gGvAvKd7BQxHgYEy8METTwA9UWlK9BXgkaf/kwq21Lz1BGdigabvAY4BQ8BUkP7/gi95fueyQE3/JISlgoEdLL9IE1mhFuM88Dsr+LbZvwGVPOA8O+0CFgw81hKogQ97Gam2glmyeb/Ns865960E1+9yqkgYsDUEb7S5ViD0hKQvwHUf/NXm2aLAkvYqqYa7JandFk9LeiZpvEDwZ5s/FshYPew4Pgh0hoa2lh0cAfiifcdnC4h9CvgEDDYy1o/M70C5gT4vtBuYs9ijjRx2ekXiVhPBfSQldvGfpyLLZfFus8AWdxDYk+ZUBTqaADsCHMgjLAEjJE1bltanC3homVsCNmUFV7yKNQdcANoidH4X8xIopWkaBRllZXvb79n2AePAU+Am0G7rh4Bpy9T6zFAPULVP7Qawzlt/x8rRmxuScUNHSZr5xyRdZfTv0JqOvwtaARgflgIWAAAAAElFTkSuQmCC) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-zoomOut{display:block;float:left;width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB7UlEQVRIieXWvWsUURTG4XPjJpgmlSFKRAtTWGjAj0ajiSKKFopg/AtELbQTAiI2IaazEhsLK0XEVisbISD4gY2FlQQixiAYxESiBn0sdoKTQHZ3dte18FR3uO97fufcmbmciH8UqVYhUkT0RER3RMxGxMeU0uJfqQoJJ/EAc5bHDzzGWXQ0E9qPZ/iMGziCXnRgPfZgDFN4i2PNgJ7IOryFdVW0a3EZ3zHSCHQfvuFCQd8hzONcPdAuzGC0sLnsP5UVvb2o8RpeY0094CzHXTwqYmjHLIbrhWZ5tuAX+mo1LL2jzkbAWa4XuFRJ05Zb74iIlymlhUbBETERETsrCUq59YaImM5vYlNEXKkBdCelNJF7fh/lRlaNtkqbDUbF6zjf8YeI2LXMmdJURJyvA9obETOVBPmOX0XE7mZ8XBExGBHPa1KihE843QgRffiJrUVMo3iDUnX1qjnu4WFRUxemMVYndBgLha/MzLw3M18s6DucXUDXC0NzSY7jC26ju4q2E1exmA0I8xhqBL4NT7MCbuIoNuYGgQGM4x0mMZJBmwJP2VBwPysgHwt4gjNLvyCGVsAH64avKKRHeSTabJU5awV8rmnwGgscyJ3QVxz8b+EHWgnf789MPon2VsIHlGfv/pZBc/DWdVopfgMdyEl3/DM14wAAAABJRU5ErkJggg==) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-zoomIn{display:block;float:right;width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB+UlEQVRIieXWv29NcRzG8c+XttGlk6aEMOhAQhM/FkpLhDD4kai/QFgYpQliaRobi1gMJoRYmSxNmkhIWVibJkQjQiNaKRpehh7p0bTnntt7XYNnOiff5znv53vvPd/7ifhHSmWNSBHRERHtETEREe9TSjN/pRUSjuMBJv2p73iM02ipJ7QLT/EJ13EQa9CCVdiJQbzGKA7XA3o02+FNrKzgXYEL+Ib+WqC78RVnq8ztxxTOLAXahncYqDo8mz+Rld5SbXAQL7G8wDOCTQXrd/CoGmgzJtBXwQfbC9Y34Cc6i56zLHfdExEtEVG+7QJKKY1GxPOIOFYWvDUiRlJK07WAMw1HxLYiQ1PuenVEjOcXsS4iLi2Qu4gPufvbKaXh3P3bmN3IolpWtFijyh3HOI+hEr7CH1fmuYZ7RZ78jl9ExA60lmparJ6IeFbKiSZ8xMkKvkqvUyd+YGPpmhjAqxoPkLt4WBqahdowjsGqgnP5PkxXfWRm4V1Z+FyVuQPZn8TVqqG5hxzBZ9xCewVvKy5jJvv+p9BbC3wznmQFbuAQ1uYGgW5cwRuMoT+D1gWesqHgflYgr2kM4dTvVxC98+A9S4bPK9JhdiRab5E5ax58sm7wkgW7c5/QF+z7b+F7GwnfY24mH0NzI+HdZmfvroZBc/DG7bRIvwDiiW2v3ei28wAAAABJRU5ErkJggg==) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-download{display:block;float:right;width:30px;height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAaUlEQVR4Ae3VgQVAIQCE4UZplDa70Rrt3gQ5eDry/wRIn1QNoka2l22FsW6C5JwAAQIE6IeF5+HR287tw9x5YzdSedcKKDXOTcZ0UQFTQOnta59RVUxAFTABVcAElAZRuEX1DxYQEV3oA58RWgFolpBxAAAAAElFTkSuQmCC) right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:.8}}@keyframes fadeOutOverlay{0%{opacity:.8}to{opacity:0}}.fadeIn{animation-name:fadeIn}.fadeInOverlay{animation-name:fadeInOverlay}.fadeOut{animation-name:fadeOut}.fadeOutOverlay{animation-name:fadeOutOverlay}.animation{animation-fill-mode:both}.transition{-webkit-transition-property:all;-webkit-transition-timing-function:ease;transition-property:all;transition-timing-function:ease}.lb-image{transition-duration:.5s;transition-property:transform}.authmodalWrapper{font-family:Poppins,sans-serif}.authmodalWrapper input[type=checkbox]{accent-color:#0d6efd!important}.Authmodal-module__authContainer__def1bf01602073d329bd *{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;list-style:none;quotes:none}.Authmodal-module__authContainer__def1bf01602073d329bd{display:flex;flex-direction:column;align-items:flex-start;width:100%}.Authmodal-module__inputUnderline__ec125b613dd7265d767f{color:#0f172a;cursor:pointer;margin:0 auto;font-size:14px;font-weight:400;line-height:24px;height:24px}.Authmodal-module__loginSignupText__d78a383815a2c0c1fdd3{color:#015ba5}.Authmodal-module__formSwitchText__bf03aa32a5fe360d3fe0{align-self:center;cursor:pointer}.Authmodal-module__loginText__f16d95f040073bd14832{font-size:16px;font-weight:400;line-height:24px;margin:0 auto;text-align:center;font-family:Poppins!important;font-weight:300;gap:4px}.Authmodal-module__textBlue__a1088b7c4e689a42f38a{color:#0c94f7;font-weight:600;font-size:12px;cursor:pointer;display:inline!important}.Authmodal-module__textBlueTimer__da41d27ece263d500a2d{color:#0c94f7;font-weight:600;font-size:14px;cursor:pointer;display:inline!important}.Authmodal-module__font18__b3cac05cf64c1579b76f{font-size:18px}.Authmodal-module__formGroup__a03e7d45258d208623a1{display:flex;flex-direction:column;padding-bottom:16px;width:100%;position:relative}.Authmodal-module__labelText__f7002f438a8606002595{font-family:poppins;color:#0f172a;font-weight:500;align-self:flex-start;width:100%;line-height:24px}.Authmodal-module__inputBox__cdfb589052b7b0aa3ebd{padding:12px 30px 12px 16px;margin-top:16px;outline:none;width:100%;margin-bottom:4px;font-family:poppins;border:none;border-bottom:2px solid #3796ff;font-size:16px;background:#f7f8fa;height:52px}.Authmodal-module__errinputBox__da26a7d440b4b3ba197d{padding:12px 30px 12px 16px;margin-top:8px;outline:none;width:100%;margin-bottom:4px;font-family:poppins;border:none;border-bottom:2px solid #ed1a1a;font-size:16px;background:#ffeeee;height:52px}.Authmodal-module__inputFieldGroup__eb060276c09533e3e3d3{position:relative}.Authmodal-module__inputIcon__f90626d337af29ea6d9e{position:absolute;top:27%;right:10px}.Authmodal-module__formGroup__a03e7d45258d208623a1 input[type=number]{-moz-appearance:textfield}.Authmodal-module__formGroup__a03e7d45258d208623a1 input::-webkit-outer-spin-button,.Authmodal-module__formGroup__a03e7d45258d208623a1 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Authmodal-module__centerByMargin__e35a5f072394e10d8702{margin:0 auto}.Authmodal-module__btnSubmit__e018f599972639d0c8e6{position:relative;padding:10px 20px;font-size:16px;font-family:Poppins;font-weight:700;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease;min-width:120px;margin-bottom:25px}.Authmodal-module__hiddenText__ffcbbba72cca42cc5c7e{visibility:hidden}.Authmodal-module__otpTimer__f13e7766f988ad47e610{display:flex;justify-content:center;align-items:center}.Authmodal-module__resendOtp__f203a62019e7aa7fbac2{color:#0c94f7;cursor:pointer;text-underline-offset:6px;font-weight:600;font-size:16px}.Authmodal-module__resendOtpInActive__f40da64574aa1f166fac{color:#716f6f;font-size:16px;cursor:not-allowed;text-underline-offset:6px;position:relative}.Authmodal-module__bgBtnNias__dd6bea37a37dce95ddc0,.Authmodal-module__bgBtnMeniit__accc51bf2878d7b8f850,.Authmodal-module__bgBtnMep__f3e45143feed6ac58f97{background:#045692}.Authmodal-module__errBtn__b02c8e08f182a860cbd5{background-color:#b9b9b9}.Authmodal-module__otpVerificationText__fe312e7d3a53eff583e9{padding:25px 0;color:#0f172a;font-size:22px;font-weight:600;line-height:33px}.Authmodal-module__otpVerificationText__fe312e7d3a53eff583e9 h4{font-weight:600!important;color:#0f172a!important}.Authmodal-module__commonHeading__bb9801d74b8982ae1936{padding:25px 0;color:#0f172a;font-size:22px!important;font-weight:600!important;line-height:33px!important}.Authmodal-module__otpFooter__e20b1bfb6d59f45ea3e6{display:flex;justify-content:space-between;align-items:center;font-size:clamp(12px,14px,16px)!important}.Authmodal-module__cursorPointer__f7fb387e1b6eecbfa884{cursor:pointer}.Authmodal-module__customSelect__c557ab888ca1ff1d4549{margin-top:8px;outline:none;margin-bottom:4px;font-family:poppins;border-bottom:2px solid #3796ff;font-size:16px;background:#f7f8fa;height:52px;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:12px 40px 12px 12px;color:#777;transition:border-color .3s ease}.Authmodal-module__errcustomSelect__a4c42d55087ddf796fcd{margin-top:8px;outline:none;margin-bottom:4px;font-family:poppins;border-bottom:2px solid #ed1a1a;font-size:16px;background:#ffeeee;height:52px;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:12px 40px 12px 12px;color:#777;transition:border-color .3s ease}.Authmodal-module__customSelect__c557ab888ca1ff1d4549:focus{outline:none;border-bottom-color:#007bff}.Authmodal-module__customArrow__c62f138371777049d1d1{position:absolute;top:50%;right:16px;transform:translateY(-50%);pointer-events:none;border-style:solid;border-width:5px 5px 0 5px;border-color:#777 transparent transparent transparent}.Authmodal-module__errcustomArrow__a249a72862f68a25c4dd{position:absolute;top:45%;right:16px;transform:translateY(-50%);pointer-events:none;border-style:solid;border-width:5px 5px 0 5px;border-color:#777 transparent transparent transparent}.Authmodal-module__customScroll__ddfa166b9b2f01449dae{max-height:45vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1;padding-right:10px}.Authmodal-module__mbTwenty__bd00b9a378bca30da158{margin-bottom:20px;font-size:12px}.Authmodal-module__termsAndConditionWrapper__fb3d511962366bc58cbc{font-size:12px!important}.Authmodal-module__textBlueHeader__f1a01674fa9908e3e54a{color:#0c94f7;font-weight:600;cursor:pointer;font-size:16px!important;word-wrap:break-word;word-break:break-word;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}@media (max-width: 575px){.Authmodal-module__loginText__f16d95f040073bd14832{display:flex;flex-direction:column;font-size:16px!important;margin-top:10px!important}.Authmodal-module__customScroll__ddfa166b9b2f01449dae{max-height:56vh!important}.Authmodal-module__termsAndConditionWrapper__fb3d511962366bc58cbc{font-size:clamp(10px,11px,13px)!important}.Authmodal-module__termsText__c23aefda32611246fafb{font-size:13px!important}.Authmodal-module__mbTwenty__bd00b9a378bca30da158{font-size:clamp(10px,11px,13px)!important}.Authmodal-module__btnSubmit__e018f599972639d0c8e6{font-size:clamp(10px,12px,13px)!important;margin-bottom:14px!important}.Authmodal-module__inputUnderline__ec125b613dd7265d767f{font-size:clamp(10px,11px,12px)!important}.Authmodal-module__errinputBox__da26a7d440b4b3ba197d,.Authmodal-module__inputBox__cdfb589052b7b0aa3ebd{font-size:clamp(12px,14px,15px)!important;line-height:20px!important;height:44px!important}.Authmodal-module__errMsgs__ce3998f0a58dea07fe8c{font-size:clamp(10px,12px,13px)!important}.Authmodal-module__labelText__f7002f438a8606002595{font-size:clamp(12px,14px,15px)!important;line-height:21px!important}.Authmodal-module__commonHeading__bb9801d74b8982ae1936{font-size:clamp(16px,18px,20px)!important;padding:20px 0;line-height:27px!important}.Authmodal-module__textBlue__a1088b7c4e689a42f38a{font-size:clamp(10px,10px,12px)!important;line-height:20px!important}.Authmodal-module__textBlueTimer__da41d27ece263d500a2d{font-size:clamp(12px,12px,14px)!important;line-height:24px!important}.Authmodal-module__otpVerificationText__fe312e7d3a53eff583e9 h4{font-size:clamp(16px,18px,20px)!important;padding:20px,0px,20px,0px!important;font-weight:600!important;color:#0f172a!important}.Authmodal-module__otpFooter__e20b1bfb6d59f45ea3e6{font-size:clamp(10px,12px,13px)!important}.Authmodal-module__errcustomSelect__a4c42d55087ddf796fcd,.Authmodal-module__customSelect__c557ab888ca1ff1d4549{font-size:clamp(12px,14px,15px)!important}.Authmodal-module__formGroup__a03e7d45258d208623a1{padding-bottom:16px!important}.Authmodal-module__textBlueHeader__f1a01674fa9908e3e54a{font-size:16px!important}}@media (min-width: 580px) and (max-width: 1200px){.Authmodal-module__imgLogo__c1585884fd10e49ea9bc{max-height:10vh!important}}@media (min-width: 1100px) and (max-width: 1410px){.Authmodal-module__mbTwenty__bd00b9a378bca30da158,.Authmodal-module__termsAndConditionWrapper__fb3d511962366bc58cbc{font-size:11px!important}}.Spinner-module__overlay__b8388044fc5740ab77b2{position:absolute;inset:0;background-color:#f1f1f191;display:flex;align-items:center;justify-content:center;z-index:1000}.Spinner-module__spinner__b723ae11d1eee8f9c872{border:4px solid rgba(95,95,95,.3)!important;border-top:4px solid rgb(233,42,42)!important;border-radius:50%!important;width:10px!important;height:10px!important;animation:Spinner-module__spin__b6b488777e75daa21b93 1s linear infinite}@keyframes Spinner-module__spin__b6b488777e75daa21b93{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Spinner-module__small__f60259b544be5ceb1a45{height:10px;width:10px}.Spinner-module__medium__be13d8232863d1776cc2{height:20px;width:20px}.Spinner-module__large__aac0f1f1aaac9ff5bd54{height:30px;width:30px}.SucessModal-module__successModal__fef2911f6e2496e6f0dd{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;justify-content:center;align-items:center;display:flex}.SucessModal-module__successModalContent__ab15bb13759a95523331{background-color:#fff;padding:15px;border-radius:10px;text-align:center;max-width:27vw;width:100%;box-shadow:0 4px 8px #0003}.SucessModal-module__popupHeader__db5795754ddc05d08477{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.SucessModal-module__successIcon__c996888f75b8baff63ff{font-size:36px;color:#28a745}.SucessModal-module__btn__d073fcc8d07fc9c7daef{background:#045692;color:#fff;border:none;padding:12px 20px;cursor:pointer;font-size:16px;width:100%}.SucessModal-module__btn__d073fcc8d07fc9c7daef:hover{background:#045692}.SucessModal-module__mb20__de22fd8ec435a0bb9b3f{margin-bottom:20px!important}.SucessModal-module__successMsgStyle__f2057ad0627187e11d7f{margin-bottom:20px!important;font-family:Poppins;max-width:100%;margin:0 auto;color:#414141;line-height:25.6px}@media (max-width: 575px){.SucessModal-module__successModalContent__ab15bb13759a95523331{max-width:80vw}.SucessModal-module__successMsgStyle__f2057ad0627187e11d7f{max-width:220px}}.ModalWrapper-module__modalOverlay__e1c4d81c2c88620b2267{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;z-index:1000;overflow:scroll}.ModalWrapper-module__modalContent__ae441b5f2325c0303b0d{margin:auto;background-color:#fff;padding:32px;max-width:30vw;width:100%;min-height:70vh;box-sizing:border-box;border:Mixed solid #f1f3ff;border-bottom:4px solid #0d6cb0;position:relative;box-shadow:0 4px 15px #0003}.ModalWrapper-module__closeButton__ee0148a1c1d5b1b9e7b4{position:absolute;top:-10px;right:-12px;border:none;font-size:34px;cursor:pointer;line-height:24px;border-radius:50%;color:#fff;width:39px;height:39px}.ModalWrapper-module__pos-center__cf04d060a9213bfdbe34{position:fixed;top:calc(50% - 40px);left:calc(50% - 40px)}.ModalWrapper-module__loader__f0a92d5e33133a566cd8{border:10px solid #f3f3f3;border-top:10px solid #3498db;border-radius:50%;width:80px;height:80px;animation:ModalWrapper-module__spin__ad58cdc6e993dfe24a23 1s linear infinite}@keyframes ModalWrapper-module__spin__ad58cdc6e993dfe24a23{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 575px){.ModalWrapper-module__modalContent__ae441b5f2325c0303b0d{padding:23px;max-width:100%;height:100%}.ModalWrapper-module__closeButton__ee0148a1c1d5b1b9e7b4{background:#fff!important;color:#000!important;top:4px!important;right:4px!important}}@media (min-width: 576px) and (max-width: 749px){.ModalWrapper-module__modalContent__ae441b5f2325c0303b0d{min-height:55vh!important;max-width:80vw!important}}@media (min-width: 750px) and (max-width: 1100px){.ModalWrapper-module__modalContent__ae441b5f2325c0303b0d{max-width:60vw!important;min-height:40vh!important}}@media (min-width: 1101px) and (max-width: 1300px){.ModalWrapper-module__modalContent__ae441b5f2325c0303b0d{max-width:35vw!important;min-height:50vh!important}}.UnverifyModalPopup-module__modalOverlay__e484584a1d4156799155{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;z-index:1000;overflow:scroll}.UnverifyModalPopup-module__modalContent__c3f5d73433cd17e4b2ca{margin:auto;background-color:#fff;padding:32px;max-width:30vw;width:100%;min-height:70vh;box-sizing:border-box;border:Mixed solid #F1F3FF;border-bottom:4px solid #0D6CB0;position:relative;box-shadow:0 4px 15px #0003}.UnverifyModalPopup-module__closeButton__a1209f5a91b0c8c995c4{position:absolute;top:-10px;right:-12px;border:none;font-size:34px;cursor:pointer;line-height:24px;background:#000;border-radius:50%;color:#fff;width:39px;height:39px}.UnverifyModalPopup-module__authContainer__beb4a9bed1e3f41322f9 *{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;list-style:none;quotes:none}.UnverifyModalPopup-module__authContainer__beb4a9bed1e3f41322f9{display:flex;flex-direction:column;align-items:flex-start;width:100%}.UnverifyModalPopup-module__inputUnderline__d519dcc96b5041e91cfc{color:#0f172a;cursor:pointer;margin:0 auto;font-size:14px;font-weight:400;line-height:24px;height:24px}.UnverifyModalPopup-module__loginSignupText__e13dd4f037cb22cc3a52{color:#015ba5}.UnverifyModalPopup-module__formSwitchText__bd037729adb3e0b1348a{align-self:center;cursor:pointer}.UnverifyModalPopup-module__loginText__dcc1e7ce5fd83b37479a{font-size:16px;font-weight:400;line-height:24px;margin:0 auto;text-align:center;font-family:Poppins!important;font-weight:300}.UnverifyModalPopup-module__textBlue__e0241528d62aae3fe310{color:#0c94f7;font-weight:600;font-size:14px;cursor:pointer;display:inline!important}.UnverifyModalPopup-module__font18__e5b74771349a436aa16e{font-size:18px}.UnverifyModalPopup-module__formGroup__f771609b8749a6eb7eb4{display:flex;flex-direction:column;padding-bottom:16px;width:100%;position:relative}.UnverifyModalPopup-module__labelText__a8682f1dfd6213fd8ffa{padding-bottom:8px;font-family:poppins;color:#0f172a;font-weight:500;align-self:flex-start;width:100%;line-height:24px}.UnverifyModalPopup-module__inputBox__f9aca2bce9af00cf9f0e{padding:12px 30px 12px 16px;margin-top:16px;outline:none;width:100%;margin-bottom:4px;font-family:poppins;border:none;border-bottom:2px solid #3796ff;font-size:16px;background:#f7f8fa;height:52px}.UnverifyModalPopup-module__errinputBox__a900a9cb0748eb0b10fa{padding:12px 30px 12px 16px;margin-top:8px;outline:none;width:100%;margin-bottom:4px;font-family:poppins;border:none;border-bottom:2px solid #ED1A1A;font-size:16px;background:#FFEEEE;height:52px}.UnverifyModalPopup-module__inputFieldGroup__e73763879b835a7dd2f1{position:relative;margin-bottom:16px}.UnverifyModalPopup-module__inputIcon__b2d5bfd9b118122de709{position:absolute;top:27%;right:10px}.UnverifyModalPopup-module__formGroup__f771609b8749a6eb7eb4 input[type=number]{-moz-appearance:textfield}.UnverifyModalPopup-module__formGroup__f771609b8749a6eb7eb4 input::-webkit-outer-spin-button,.UnverifyModalPopup-module__formGroup__f771609b8749a6eb7eb4 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.UnverifyModalPopup-module__centerByMargin__b7b5cdb6057495aa89b4{margin:0 auto}.UnverifyModalPopup-module__btnSubmit__dc9932c73b0946f25339{position:relative;padding:10px 20px;font-size:16px;font-family:Poppins;font-weight:700;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease;min-width:120px;margin-bottom:25px}.UnverifyModalPopup-module__hiddenText__f0251bd0961e103a508b{visibility:hidden}.UnverifyModalPopup-module__otpTimer__f06a64850f3306ea2686{display:flex;justify-content:center;align-items:center}.UnverifyModalPopup-module__otpTimerText__a9ff2d15a1c12af42e26{color:#716f6f}.UnverifyModalPopup-module__resendOtp__d3e6526c3acaa8d70988{color:#0c94f7;cursor:pointer;text-underline-offset:6px;font-weight:600;font-size:16px}.UnverifyModalPopup-module__resendOtpInActive__a5e2fd463c6ba44e065c{color:#716f6f;font-size:16px;cursor:not-allowed;text-underline-offset:6px;position:relative}.UnverifyModalPopup-module__bgBtnNias__e5ce8be326741f225c39,.UnverifyModalPopup-module__bgBtnMeniit__fadce7fd458275735866,.UnverifyModalPopup-module__bgBtnMep__ee6848fdd084263af572{background:#045692}.UnverifyModalPopup-module__errBtn__e73e51e69a4405f344ab{background-color:#b9b9b9}.UnverifyModalPopup-module__otpVerificationText__a55a6b9429d54145c5dc{padding:25px 0;font-size:20px;line-height:33px}.UnverifyModalPopup-module__otpVerificationText__a55a6b9429d54145c5dc h4{font-weight:600!important;color:#0f172a!important;font-size:20px!important}.UnverifyModalPopup-module__commonHeading__f607aab31232d5e7721b{padding:25px 0;color:#0f172a!important;font-size:20px!important;font-weight:600!important;line-height:33px!important}.UnverifyModalPopup-module__otpFooter__eae23fc84b3ec21b6c03{display:flex;justify-content:space-between;align-items:center;font-size:16px}.UnverifyModalPopup-module__cursorPointer__a5d3b10217cf2ea1eabe{cursor:pointer}.UnverifyModalPopup-module__customSelect__d77c76617571bcf127f7{margin-top:8px;outline:none;margin-bottom:4px;font-family:poppins;border-bottom:2px solid #3796FF;font-size:16px;background:#F7F8FA;height:52px;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:12px 40px 12px 12px;color:#777;transition:border-color .3s ease}.UnverifyModalPopup-module__errMsgs__d757a51d96cdd377f960{font-size:clamp(12px,14px,16px)!important}.UnverifyModalPopup-module__errcustomSelect__cab2c54933fccd93ab56{margin-top:8px;outline:none;margin-bottom:4px;font-family:poppins;border-bottom:2px solid #ED1A1A;font-size:16px;background:#FFEEEE;height:52px;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:12px 40px 12px 12px;color:#777;transition:border-color .3s ease}.UnverifyModalPopup-module__customSelect__d77c76617571bcf127f7:focus{outline:none;border-bottom-color:#007bff}.UnverifyModalPopup-module__customArrow__be810c2a33891b8a107a{position:absolute;top:50%;right:16px;transform:translateY(-50%);pointer-events:none;border-style:solid;border-width:5px 5px 0 5px;border-color:#777 transparent transparent transparent}.UnverifyModalPopup-module__errcustomArrow__d698495188b0df260499{position:absolute;top:45%;right:16px;transform:translateY(-50%);pointer-events:none;border-style:solid;border-width:5px 5px 0 5px;border-color:#777 transparent transparent transparent}.UnverifyModalPopup-module__customScroll__d3ff91663c9de6fe9789{max-height:45vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1;padding-right:10px}.UnverifyModalPopup-module__mbTwenty__a83bd8565e7849fcecc8{margin-bottom:20px}.UnverifyModalPopup-module__textBlueHeader__d4ddeb6396cd834c9a97{color:#0c94f7;font-weight:600;cursor:pointer;font-size:16px!important;word-wrap:break-word;word-break:break-word;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}.UnverifyModalPopup-module__termsAndConditionWrapper__cc91bfc1f396df8f1a75{font-size:12px!important}.UnverifyModalPopup-module__textBlueTimer__c845ea80e81194eae115{color:#0c94f7;font-weight:600;font-size:14px;cursor:pointer;display:inline!important}@media (max-width: 575px){.UnverifyModalPopup-module__modalContent__c3f5d73433cd17e4b2ca{padding:23px;max-width:100%;height:100%}.UnverifyModalPopup-module__closeButton__a1209f5a91b0c8c995c4{background:#fff!important;color:#000!important;top:-3px!important;right:0!important}.UnverifyModalPopup-module__loginText__dcc1e7ce5fd83b37479a{font-size:clamp(14px,16px,16px)!important;margin-top:10px!important}.UnverifyModalPopup-module__customScroll__d3ff91663c9de6fe9789{max-height:56vh!important}.UnverifyModalPopup-module__commonHeading__f607aab31232d5e7721b{font-size:clamp(16px,18px,20px)!important;line-height:27px!important;padding:20px 0}.UnverifyModalPopup-module__termsAndConditionWrapper__cc91bfc1f396df8f1a75{font-size:clamp(10px,11px,13px)!important}.UnverifyModalPopup-module__termsText__a0c76ab88d7709638575{font-size:13px!important}.UnverifyModalPopup-module__mbTwenty__a83bd8565e7849fcecc8{font-size:clamp(10px,11px,13px)!important}.UnverifyModalPopup-module__btnSubmit__dc9932c73b0946f25339{font-size:clamp(10px,12px,13px)!important;margin-bottom:14px!important}.UnverifyModalPopup-module__inputUnderline__d519dcc96b5041e91cfc{font-size:clamp(10px,11px,12px)!important}.UnverifyModalPopup-module__errinputBox__a900a9cb0748eb0b10fa,.UnverifyModalPopup-module__inputBox__f9aca2bce9af00cf9f0e{font-size:clamp(12px,14px,15px)!important;line-height:20px!important;height:44px!important}.UnverifyModalPopup-module__errMsgs__d757a51d96cdd377f960{font-size:clamp(10px,12px,13px)!important}.UnverifyModalPopup-module__labelText__a8682f1dfd6213fd8ffa{font-size:clamp(12px,14px,15px)!important;line-height:21px!important}.UnverifyModalPopup-module__textBlue__e0241528d62aae3fe310{font-size:clamp(12px,14px,18px)!important;line-height:20px!important}.UnverifyModalPopup-module__textBlueTimer__c845ea80e81194eae115{font-size:clamp(10px,10px,14px)!important;line-height:20px!important}.UnverifyModalPopup-module__otpVerificationText__a55a6b9429d54145c5dc h4{font-size:clamp(16px,18px,20px)!important;padding:20px,0px,20px,0px!important;font-weight:600!important;color:#0f172a!important}.UnverifyModalPopup-module__otpFooter__eae23fc84b3ec21b6c03{font-size:clamp(10px,12px,13px)!important}.UnverifyModalPopup-module__errcustomSelect__cab2c54933fccd93ab56,.UnverifyModalPopup-module__customSelect__d77c76617571bcf127f7{font-size:clamp(12px,14px,15px)!important}}.UnverifyModalPopup-module__posCenter__ea26599098dfcf4c99a3{position:fixed;top:calc(50% - 40px);left:calc(50% - 40px)}.UnverifyModalPopup-module__loader__bc48508d1653314d4dcb{border:10px solid #f3f3f3;border-top:10px solid #3498db;border-radius:50%;width:50px;height:50px;animation:UnverifyModalPopup-module__spin__e6d035806923f8b1d96d 1s linear infinite}@keyframes UnverifyModalPopup-module__spin__e6d035806923f8b1d96d{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 750px) and (max-width: 1100px){.UnverifyModalPopup-module__modalContent__c3f5d73433cd17e4b2ca{max-width:60vw!important;min-height:50vh!important}}@media (min-width: 1100px) and (max-width: 1410px){.UnverifyModalPopup-module__mbTwenty__a83bd8565e7849fcecc8,.UnverifyModalPopup-module__termsAndConditionWrapper__cc91bfc1f396df8f1a75{font-size:11px!important}}@media (min-width: 576px) and (max-width: 749px){.UnverifyModalPopup-module__modalContent__c3f5d73433cd17e4b2ca{min-height:55vh!important;max-width:80vw!important}}
