@font-face{font-family:icomoon;src:url(/_next/static/media/icomoon.5c1eeb90.eot);src:url(/_next/static/media/icomoon.5c1eeb90.eot#iefix) format("embedded-opentype"),url(/_next/static/media/icomoon.84aee2fe.ttf) format("truetype"),url(/_next/static/media/icomoon.8d8abe68.woff) format("woff"),url(/_next/static/media/icomoon.31792ab8.svg#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-right-arrow:before{content:"\e900"}.icon-left-arrow:before{content:"\e901"}.icon-facebook:before{content:"\e902"}.icon-dribble:before{content:"\e903"}.icon-flame:before{content:"\e904"}.icon-linkedin:before{content:"\e905"}.icon-tick-inside-circle:before{content:"\e906"}.icon-pin:before{content:"\e907"}.icon-search-mail:before{content:"\e908"}.icon-phone-call:before{content:"\e909"}.icon-search-interface-symbol:before{content:"\e90a"}.icon-pointed-star:before{content:"\e90b"}.icon-customer-service-headset:before{content:"\e90c"}.icon-trophy:before{content:"\e90d"}.icon-user:before{content:"\e90e"}.icon-chat:before{content:"\e90f"}.icon-laughing:before{content:"\e910"}.icon-user-1:before{content:"\e911"}.icon-down-arrow:before{content:"\e912"}.icon-play-button-arrowhead:before{content:"\e913"}.icon-shield:before{content:"\e914"}.icon-link:before{content:"\e915"}.icon-plus:before{content:"\e916"}.icon-email:before{content:"\e917"}.icon-edit:before{content:"\e918"}.icon-right-arrow-1:before{content:"\e919"}.icon-mail:before{content:"\e91a"}.icon-right-up:before{content:"\e91b"}.icon-remove:before{content:"\e91c"}.icon-close:before{content:"\e91d"}.icon-arrows:before{content:"\e91e"}.icon-contact:before{content:"\e91f"}.icon-left:before{content:"\e920"}.icon-clock:before{content:"\e921"}.icon-left-arrow-1:before{content:"\e922"}.icon-connection:before{content:"\e923"}.icon-calendar:before{content:"\e924"}.icon-square:before{content:"\e925"}.icon-technical-support:before{content:"\e926"}.icon-star:before{content:"\e927"}.icon-team:before{content:"\e928"}.icon-folder:before{content:"\e929"}.icon-right-arrow-2:before{content:"\e92a"}.icon-right-quote:before{content:"\e92b"}.icon-support:before{content:"\e92c"}.icon-idea:before{content:"\e92d"}.icon-transparency:before{content:"\e92e"}.icon-add-friend:before{content:"\e92f"}.icon-strategy:before{content:"\e930"}.icon-customer-centricity:before{content:"\e931"}.icon-real-estate-agency:before{content:"\e932"}.icon-quality:before{content:"\e933"}.icon-target:before{content:"\e934"}.icon-earning:before{content:"\e935"}.icon-graduation-cap:before{content:"\e936"}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,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)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@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)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.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)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}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:none}}.wobble{animation-name:wobble}@keyframes jello{11.1%{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}to{transform:none}}.jello{animation-name:jello;transform-origin:center}@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)}}.bounceIn{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)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.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)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.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)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.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)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.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)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;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)}}.flipInX{-webkit-backface-visibility:visible!important;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)}}.flipInY{-webkit-backface-visibility:visible!important;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}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;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}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInStable{0%{opacity:0;transform:scale3d(.3,.3,.3)}33.333%{opacity:1;transform:scale3d(1.1,1.1,1.1)}66.666666%{opacity:1;transform:scaleX(1)}}.zoomInStable{animation-name:zoomInStable}@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)}}.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)}}.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)}}.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)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.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);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@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);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}@keyframes anime{0%{opacity:0;transform:scaleY(0);-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0)}to{opacity:1;transform:scaleY(1);-webkit-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-moz-transform:scaleY(1)}}@keyframes rotateme{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounceright{0%{transform:translateX(0)}to{transform:translateX(3px)}}.rotate-me{animation-name:rotateme;animation-duration:24s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:rotateme;-webkit-animation-duration:24s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotateme;-moz-animation-duration:24s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:rotateme;-ms-animation-duration:24s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:rotateme;-o-animation-duration:24s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear}@keyframes shine{to{left:125%}}@keyframes float-bob{0%{transform:translateX(-100px)}50%{transform:translateX(-10px)}to{transform:translateX(-100px)}}.float-bob{animation-name:float-bob;animation-duration:7s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:float-bob;-webkit-animation-duration:7s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:float-bob;-moz-animation-duration:7s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:float-bob;-ms-animation-duration:7s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:float-bob;-o-animation-duration:7s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear}@keyframes circle{0%{opacity:1}40%{opacity:1}to{width:200%;height:200%;opacity:0}}.zoominout{animation-name:zoomInOut;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;-webkit-animation-name:zoomInOut;-webkit-animation-duration:3s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;-moz-animation-name:zoomInOut;-moz-animation-duration:3s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:ease-in-out;-ms-animation-name:zoomInOut;-ms-animation-duration:3s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:ease-in-out;-o-animation-name:zoomInOut;-o-animation-duration:3s;-o-animation-iteration-count:infinite;-o-animation-timing-function:ease-in-out}@keyframes bgSlideReverse2{0%{background-position:0 0}20%{background-position:-100px 0}40%{background-position:-200px 0}60%{background-position:-150px 0}80%{background-position:-100px 0}to{background-position:0 0}}@keyframes banner-animate{0%{transform:translateX(-1000px)}50%{transform:translateX(-10px)}to{transform:translateX(-1000px)}}.banner-animate{animation-name:banner-animate;animation-duration:70s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:banner-animate;-webkit-animation-duration:70s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:banner-animate;-moz-animation-duration:70s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:banner-animate;-ms-animation-duration:70s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:banner-animate;-o-animation-duration:70s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear}@keyframes ripple{70%{box-shadow:0 0 0 40px rgba(10,165,205,0)}to{box-shadow:0 0 0 0 rgba(10,165,205,0)}}@keyframes animation1{0%,to{transform:rotate(0deg) translateX(0)}25%,75%{transform:rotate(5deg) translateX(15px)}50%{transform:rotate(10deg) translateX(30px)}}@animation2{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@keyframes animation2{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@keyframes bgSlideReverse{0%{background-position:0 0}20%{background-position:100px 0}40%{background-position:200px 0}60%{background-position:150px 0}80%{background-position:100px 0}to{background-position:0 0}}@keyframes ribbonRotate{0%,to{transform:rotate(0)}25%,75%{transform:rotate(15deg)}50%{transform:rotate(30deg)}}@keyframes footerFish{0%,to{transform:translateX(0) translateY(0) rotate(0)}25%,75%{transform:translateX(20px) translateY(30px) rotate(25deg)}50%{transform:translateX(40px) translateY(60px) rotate(45deg)}}@keyframes contactSwimmer{0%,to{transform:translateX(0) translateY(0) rotate(0)}25%,75%{transform:translateX(15px) translateY(20px) rotate(10deg)}50%{transform:translateX(60px) translateY(35px) rotate(15deg)}}@keyframes float-bob-y{0%{transform:translateY(-20px)}50%{transform:translateY(-10px)}to{transform:translateY(-20px)}}.float-bob-y{animation-name:float-bob-y;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes footerTree{0%,to{transform:rotate(0deg) translateX(0)}25%,75%{transform:rotate(5deg) translateX(15px)}50%{transform:rotate(10deg) translateX(30px)}}.footertree{animation:footerTree 5s ease-in infinite}@service_hexagon_2{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@keyframes service_hexagon_2{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@keyframes bgSlide{0%{background-position:0 0}20%{background-position:-100px 0}40%{background-position:-200px 0}60%{background-position:-150px 0}80%{background-position:-100px 0}to{background-position:0 0}}@keyframes rotateScale{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn)}}.rotatescale{-webkit-animation-name:rotateScale;-webkit-animation-duration:20s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotateScale;-moz-animation-duration:20s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:rotateScale;-ms-animation-duration:20s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:rotateScale;animation-duration:20s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes bubbleMover{0%{transform:translateY(0) translateX(0) rotate(0)}30%{transform:translateY(30px) translateX(50px) rotate(15deg);transform-origin:center center}50%{transform:translateY(50px) translateX(100px) rotate(45deg);transform-origin:right bottom}80%{transform:translateY(30px) translateX(50px) rotate(15deg);transform-origin:left top}to{transform:translateY(0) translateX(0) rotate(0);transform-origin:center center}}.shapemover{animation-name:shapeMover;animation-duration:9s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes shapeMover{0%,to{transform:perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0)}50%{transform:perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px)}}@keyframes shapeMover-2{0%,to{transform:perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0)}50%{transform:perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)}}@keyframes banner3Shake{0%{transform:rotateY(0deg)}30%{transform:rotate(5deg)}60%{transform:rotateX(0deg)}80%{transform:rotate(5deg)}to{transform:rotateY(0deg)}}@keyframes squareMover{0%,to{transform:translate(0) rotate(0)}20%,60%{transform:translate(20px,40px) rotate(180deg)}30%,80%{transform:translate(40px,60px) rotate(0deg)}}@keyframes treeMove{0%,to{transform:rotate(0deg) translateX(0)}25%,75%{transform:rotate(5deg) translateX(15px)}50%{transform:rotate(10deg) translateX(30px)}}.zoom-fade{animation-name:zoom-fade;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:zoom-fade;-webkit-animation-duration:5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:zoom-fade;-moz-animation-duration:5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:zoom-fade;-ms-animation-duration:5s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:zoom-fade;-o-animation-duration:5s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear}@keyframes zoom-fade{0%{transform:scale(.9) translateX(-50%)}50%{transform:scale(1) translateX(-50%)}to{transform:scale(.9) translateX(-50%)}}.zoom-fade-2{animation-name:zoom-fade-2;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:zoom-fade-2;-webkit-animation-duration:5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:zoom-fade-2;-moz-animation-duration:5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:zoom-fade-2;-ms-animation-duration:5s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:zoom-fade-2;-o-animation-duration:5s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear}@keyframes zoom-fade-2{0%{transform:scale(.9) translateX(0) translateY(0)}50%{transform:scale(1) translateX(0) translateY(0)}to{transform:scale(.9) translateX(0) translateY(0)}}@keyframes btnIconMove{0%{transform:rotate(0deg) translate(0)}50%{transform:rotate(20deg) translate(10px)}to{transform:rotate(0deg) translate(0)}}@keyframes ImgBounce{0%{transform:translateY(0)}to{transform:translateY(-30px)}}.img-bounce{animation:ImgBounce 5s ease-in-out 0s infinite alternate}@-moz-keyframessquares{0%{transform:scale(1);opacity:0}20%{transform:scale(1.24);opacity:1}to{transform:scale(2.1);opacity:0}}@keyframes squares{0%{transform:scale(1);opacity:0}20%{transform:scale(1.24);opacity:1}to{transform:scale(2.1);opacity:0}}@keyframes float-bob-x{0%{transform:translateX(-30px)}50%{transform:translateX(-10px)}to{transform:translateX(-30px)}}.float-bob-x{animation-name:float-bob-x;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes float-bob-x-2{0%{transform:translateX(-30px) translateY(-50%)}50%{transform:translateX(-10px) translateY(-50%)}to{transform:translateX(-30px) translateY(-50%)}}.float-bob-x-2{animation-name:float-bob-x-2;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes float-bob-y-2{0%{transform:translateY(-20%) translateX(-50%)}50%{transform:translateY(-10%) translateX(-50%)}to{transform:translateY(-20%) translateX(-50%)}}.float-bob-y-2{animation-name:float-bob-y-2;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes leftRight{0%{transform:translateX(0)}50%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes topBottom{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes textRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.text-rotate-box{animation:textRotate 10s linear 0s infinite alternate forwards}.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img{position:absolute;object-fit:cover;font-family:"object-fit: cover;";top:0;left:0;width:100%;height:100%;z-index:-1}.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before{content:" ";display:block;background:white;position:absolute;z-index:30;box-shadow:0 0 12px rgba(51,51,51,.5)}.twentytwenty-horizontal .twentytwenty-handle:before{width:4px;height:231px;left:50%;margin-left:-1.5px;top:-231px}.twentytwenty-horizontal .twentytwenty-handle:after{width:4px;height:231px;left:50%;margin-left:-1.5px;bottom:-231px}.twentytwenty-vertical .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before{width:9999px;height:3px;top:50%;margin-top:-1.5px}.twentytwenty-after-label,.twentytwenty-before-label,.twentytwenty-overlay{position:absolute;top:0;width:100%;height:100%;transition-duration:.5s}.twentytwenty-after-label,.twentytwenty-before-label{transition-property:opacity}.twentytwenty-after-label:before,.twentytwenty-before-label:before{color:white;font-size:13px;letter-spacing:.1em;position:absolute;background:rgba(255,255,255,.2);line-height:38px;padding:0 20px;border-radius:2px}.twentytwenty-horizontal .twentytwenty-after-label:before,.twentytwenty-horizontal .twentytwenty-before-label:before{bottom:0;margin-top:-19px}.twentytwenty-vertical .twentytwenty-after-label:before,.twentytwenty-vertical .twentytwenty-before-label:before{left:50%;margin-left:-45px;text-align:center;width:90px}.twentytwenty-down-arrow,.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow{width:0;height:0;border:6px inset transparent;position:absolute}.twentytwenty-left-arrow,.twentytwenty-right-arrow{top:50%;margin-top:-6px}.twentytwenty-down-arrow,.twentytwenty-up-arrow{left:50%;margin-left:-6px}.twentytwenty-container{box-sizing:content-box;z-index:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none}.twentytwenty-container img{max-width:100%;position:absolute;top:0;display:block}.twentytwenty-container.active .twentytwenty-overlay,.twentytwenty-container.active :hover.twentytwenty-overlay{background:rgba(0,0,0,0)}.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label{opacity:0}.twentytwenty-container *{box-sizing:content-box}.twentytwenty-before-label{opacity:0}.twentytwenty-before-label:before{content:attr(data-content)}.twentytwenty-after-label{opacity:0}.twentytwenty-after-label:before{content:attr(data-content)}.twentytwenty-horizontal .twentytwenty-before-label:before{left:10px}.twentytwenty-horizontal .twentytwenty-after-label:before{right:10px}.twentytwenty-vertical .twentytwenty-before-label:before{top:10px}.twentytwenty-vertical .twentytwenty-after-label:before{bottom:10px}.twentytwenty-overlay:hover .twentytwenty-after-label,.twentytwenty-overlay:hover .twentytwenty-before-label{opacity:0}.twentytwenty-before{z-index:20}.twentytwenty-after{z-index:10}.twentytwenty-handle{height:60px;width:60px;position:absolute;left:50%;top:50%;margin-left:-31px;margin-top:-22px;border-radius:50%;z-index:40;cursor:pointer;background-color:var(--pureshine-black);box-shadow:none;border:3px solid var(--pureshine-white)}.twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:22px;box-shadow:none}.twentytwenty-horizontal .twentytwenty-handle:after{top:100%;box-shadow:none}.twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:22px;box-shadow:3px 0 0 white,0 0 12px rgba(51,51,51,.5)}.twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:22px;box-shadow:-3px 0 0 white,0 0 12px rgba(51,51,51,.5)}.twentytwenty-left-arrow{border-right:6px solid var(--pureshine-white);left:50%;margin-left:-17px}.twentytwenty-right-arrow{border-left:6px solid var(--pureshine-white);right:50%;margin-right:-17px}.twentytwenty-up-arrow{border-bottom:6px solid var(--pureshine-base);top:50%;margin-top:-17px}.twentytwenty-down-arrow{border-top:6px solid var(--pureshine-base);bottom:50%;margin-bottom:-17px}.about-one{position:relative;display:block;background:linear-gradient(1turn,rgba(255,255,255,0),rgba(255,255,255,.1));padding:80px 0 0;z-index:1}.about-one__shape-1{position:absolute;width:927px;height:927px;right:-270px;top:-40px;background:radial-gradient(50% 50% at 50% 50%,rgba(22,14,255,.1539) 0,rgba(22,14,255,0) 87.1%);z-index:-1}.about-one__left{position:relative;display:block}.about-one__left .section-title{margin-bottom:22px}.about-one__left .section-title__title{margin-right:-100px}.about-one__points{position:relative;display:block;margin-top:40px;margin-bottom:34px}.about-one__points li{position:relative;display:flex;align-items:flex-start;gap:20px}.about-one__points li+li{margin-top:24px}.about-one__points li .icon{position:relative;display:inline-block;top:6px}.about-one__points li .icon span{position:relative;display:inline-block;font-size:20px;color:var(--techguru-white)}.about-one__points li .content{position:relative;display:block;flex:1 1}.about-one__points li .content h3{font-size:20px;font-weight:500;line-height:30px;color:var(--techguru-white);margin-bottom:12px}.about-one__btn-and-call-box{position:relative;display:flex;align-items:center;gap:20px}.about-one__btn-box{position:relative;display:block}.about-one__call-box{gap:15px}.about-one__call-box,.about-one__call-box .icon{position:relative;display:flex;align-items:center}.about-one__call-box .icon{justify-content:center;width:46px;height:46px;z-index:1}.about-one__call-box .icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;border:1px solid transparent;background:linear-gradient(90deg,#3D72FC,#5CB0E9) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:all .5s ease;visibility:visible;opacity:1;z-index:-1}.about-one__call-box .icon span{position:relative;display:inline-block;font-size:20px;color:var(--techguru-white);transition:all .5s linear;transition-delay:.1s;transform:scale(1)}.about-one__call-box:hover .icon span{transform:scale(.9)}.about-one__call-box .content{position:relative;display:block;flex:1 1}.about-one__call-box .content span{font-size:14px;font-weight:700;line-height:24px}.about-one__call-box .content p{font-size:24px;font-weight:700;line-height:34px;margin-top:2px}.about-one__call-box .content p a{color:var(--techguru-white)}.about-one__call-box .content p a:hover{color:var(--techguru-base)}.about-one__right{position:relative;display:block;margin-left:70px}.about-one__left-img-box{position:relative;display:block;margin-top:32px}.about-one__left-img{position:relative;display:block;margin-bottom:24px;overflow:hidden;border-radius:20px;z-index:1}.about-one__left-img:before{background:hsla(0,0%,100%,.5);content:"";position:absolute;left:0;top:0;width:0;height:100%;opacity:1;pointer-events:none}.about-one__left-img:hover:before{width:100%;opacity:0;transition:all .6s linear}.about-one__left-img img{width:100%;border-radius:20px}.about-one__left-img-2{position:relative;display:block;border-radius:20px;overflow:hidden;z-index:1}.about-one__left-img-2:before{background:hsla(0,0%,100%,.5);content:"";position:absolute;left:0;top:0;width:100%;height:0;opacity:1;pointer-events:none}.about-one__left-img-2:hover:before{height:100%;opacity:0;transition:all .6s linear}.about-one__left-img-2 img{width:100%;border-radius:20px}.about-one__right-img-box{position:relative;display:block;margin-left:58px}.about-one__right-img{position:relative;display:block;margin-bottom:24px;overflow:hidden;border-radius:20px;z-index:1}.about-one__right-img:before{background:hsla(0,0%,100%,.5);content:"";position:absolute;left:0;top:0;width:100%;height:0;opacity:1;pointer-events:none}.about-one__right-img:hover:before{height:100%;opacity:0;transition:all .6s linear}.about-one__right-img img{width:100%;border-radius:20px}.about-one__right-img-2{position:relative;display:block;overflow:hidden;border-radius:20px;z-index:1}.about-one__right-img-2:before{background:hsla(0,0%,100%,.5);content:"";position:absolute;left:0;top:0;width:0;height:100%;opacity:1;pointer-events:none}.about-one__right-img-2:hover:before{width:100%;opacity:0;transition:all .6s linear}.about-one__right-img-2 img{width:100%;border-radius:20px}.about-two{position:relative;display:block;padding:90px 0;background-color:var(--techguru-black);z-index:1}.about-two__shape-2{position:absolute;left:24.95%;right:24.95%;top:0;bottom:-11.72%;opacity:.3;filter:blur(120px);background:radial-gradient(50% 50% at 50% 50%,#6669D8 0,rgba(7,12,20,0) 100%);z-index:-1}.about-two__shape-3{position:absolute;top:0;right:0;z-index:-1}.about-two__shape-3 img{width:auto}.about-two__left{margin-right:40px;margin-top:15px}.about-two__img,.about-two__img-box,.about-two__left{position:relative;display:block}.about-two__img img{width:100%;border-radius:48px}.about-two__img-2{position:absolute;bottom:-129px;right:-102px;max-width:336px;width:100%}.about-two__img-2:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:4px solid #08111f;border-radius:48px}.about-two__img-2 img{width:100%;border-radius:48px}.about-two__shape-1{position:absolute;top:-28px;right:-28px;width:410px;height:566px;border:3px solid transparent;background:linear-gradient(-135deg,#FFD25D,#FFD25D 52%,rgba(96,101,212,0) 81%) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;border-radius:65px;z-index:-1}.about-two__client-box{position:relative;display:block;max-width:226px;width:100%;margin-left:28px;text-align:center;padding:18px 10px 16px;margin-top:16px;background-color:var(--techguru-black);border-radius:24px;z-index:1}.about-two__client-box:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24px;border:1px solid transparent;background:linear-gradient(90deg,#3D72FC,#5CB0E9) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.about-two__client-img-list{position:relative;display:flex;align-items:center;justify-content:center}.about-two__client-img-list li{position:relative;display:block}.about-two__client-img-list li+li{margin-left:-18px}.about-two__client-img{position:relative;display:block;max-width:40px;width:100%}.about-two__client-img img{width:100%;border:2px solid #08111f;border-radius:50%}.about-two__client-img-list li a{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #08111f;font-size:16px;color:#08111F;border-radius:50%;background-color:var(--techguru-base)}.about-two__client-text{color:var(--techguru-white);margin-top:12px}.about-two__client-text span{color:var(--techguru-white);font-family:var(--techguru-font)!important}.about-two__right{position:relative;display:block}.about-two__right .section-title{margin-bottom:24px}.about-two__right .section-title__title{margin-right:-100px}.about-two__points-box{position:relative;display:flex;align-items:flex-start;gap:50px;border-top:1px dashed rgba(var(--techguru-white-rgb),.2);border-bottom:1px dashed rgba(var(--techguru-white-rgb),.2);padding-top:23px;margin-top:26px;padding-bottom:23px;margin-bottom:38px}.about-two__points-list{position:relative;display:block}.about-two__points-list li{position:relative;display:flex;align-items:flex-start;gap:15px}.about-two__points-list li+li{margin-top:20px}.about-two__points-list li .icon{position:relative;display:inline-block;top:1px}.about-two__points-list li .icon span{position:relative;display:inline-block;font-size:16px;color:var(--techguru-white)}.about-two__experience-contact-and-btn{position:relative;display:flex;align-items:center;gap:35px}.about-two__experience-box{position:relative;display:flex;align-items:center;gap:10px}.about-two__experience-box:before{content:"";position:absolute;top:50%;right:-20px;width:1px;height:30px;background-color:var(--techguru-white);transform:translateY(-50%)}.about-two__experience-count-box{position:relative;display:flex;align-items:center}.about-two__experience-count-box h3,.about-two__experience-count-box span{font-size:48px;font-weight:700;line-height:48px!important;font-family:var(--techguru-font)!important;color:var(--techguru-base)}.about-two__experience-text{font-size:12px;font-weight:500;line-height:18px;color:var(--techguru-white)}.about-two__call-box{position:relative;display:flex;align-items:center;gap:10px}.about-two__call-box:before{content:"";position:absolute;top:50%;right:-20px;width:1px;height:30px;background-color:var(--techguru-white);transform:translateY(-50%)}.about-two__call-icon{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;overflow:hidden;z-index:1}.about-two__call-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;border:1px solid transparent;background:linear-gradient(90deg,#3D72FC,#5CB0E9) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.about-two__call-icon:after{content:"";position:absolute;width:25px;height:25px;right:0;bottom:0;background:linear-gradient(270deg,#FFD25D,#FFD25D);filter:blur(16.5px);z-index:-1}.about-two__call-content{position:relative;display:block;flex:1 1;top:-3px}.about-two__call-content span{position:relative;display:inline-block;font-size:14px;font-weight:500;background:linear-gradient(270deg,#5CB0E9,#3D72FC);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;text-transform:capitalize}.about-two__call-content p{font-size:20px;font-weight:700;line-height:21px}.about-two__call-content p a{color:var(--techguru-white)}.about-two__call-content p a:hover{color:var(--techguru-base)}.about-two__btn-box{position:relative;display:block}.about-two__btn-box .thm-btn{border-radius:26px}.about-three{position:relative;display:block;background-color:var(--techguru-black);overflow:hidden;padding:80px 0 122px;z-index:1}.about-three__left{margin-right:60px}.about-three__img,.about-three__img-box,.about-three__left{position:relative;display:block}.about-three__img img{width:100%}.about-three__right{position:relative;display:block}.about-three__right .section-title{margin-bottom:23px}.about-three__progress-box{margin-top:25px}.about-three__progress-box,.about-three__progress-box .progress-box{position:relative;display:block}.about-three__progress-box .progress-box+.progress-box{margin-top:23px}.about-three__progress-box .progress-box .bar-title{position:relative;font-size:20px;font-weight:500;line-height:30px;text-transform:capitalize;margin-bottom:13px;color:var(--techguru-white)}.about-three__progress-box .progress-box .bar{position:relative;width:100%;height:7px;background-color:rgba(var(--techguru-white-rgb),.1);border-radius:4px}.about-three__progress-box .progress-box .bar-inner{position:relative;display:block;width:0;height:7px;background:var(--techguru-base);border-radius:4px;transition:all 1.5s ease}.about-three__progress-box .progress-box .count-box{position:absolute;right:0;margin-right:-35px;bottom:18px;width:40px;height:22px;background:var(--techguru-base);color:var(--techguru-black);line-height:22px;font-size:14px;font-weight:500;border-radius:5px;text-align:center;letter-spacing:0;font-family:var(--techguru-font);transition:all .5s ease}.about-three__progress-box .progress-box .count-box:after{content:"";position:absolute;left:0;top:100%;margin-top:-5px;border:5px solid transparent;border-top:5px solid var(--techguru-base);border-left:5px solid var(--techguru-base)}.about-three__points{position:relative;display:block;margin-top:33px;margin-bottom:31px}.about-three__points li{position:relative;display:flex;align-items:flex-start;gap:20px}.about-three__points li+li{margin-top:24px}.about-three__points li .icon{position:relative;display:inline-block;top:6px}.about-three__points li .icon span{position:relative;display:inline-block;font-size:20px;color:var(--techguru-white)}.about-three__points li .content{position:relative;display:block;flex:1 1}.about-three__points li .content h3{font-size:20px;font-weight:500;line-height:30px;color:var(--techguru-white)}.about-three__btn-and-call-box{position:relative;display:flex;align-items:center;gap:20px}.about-three__btn-box{position:relative;display:block}.about-three__call-box{position:relative;display:flex;align-items:center;gap:15px}.about-three__call-box .icon{position:relative;display:flex;align-items:center;justify-content:center;width:46px;height:46px;z-index:1}.about-three__call-box .icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;border:1px solid transparent;background:linear-gradient(90deg,#3D72FC,#5CB0E9) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:all .5s ease;visibility:visible;opacity:1;z-index:-1}.about-three__call-box .icon span{position:relative;display:inline-block;font-size:20px;color:var(--techguru-white);transition:all .5s linear;transition-delay:.1s;transform:scale(1)}.about-three__call-box:hover .icon span{transform:scale(.9)}.about-three__call-box .content{position:relative;display:block;flex:1 1}.about-three__call-box .content span{font-size:14px;font-weight:700;line-height:24px}.about-three__call-box .content p{font-size:24px;font-weight:700;line-height:34px;margin-top:2px}.about-three__call-box .content p a{color:var(--techguru-white)}.about-three__call-box .content p a:hover{color:var(--techguru-base)}.about-four{position:relative;display:block;padding:80px 0 137px;overflow:hidden;z-index:1}.about-four__bg-shape{height:424px;opacity:.2;animation:leftRight 4s ease-in-out infinite}.about-four__bg-shape,.about-four__bg-shape-2{position:absolute;top:0;left:0;right:0;background-repeat:no-repeat;background-size:cover;background-position:top;z-index:-1}.about-four__bg-shape-2{bottom:30%}.about-four__left{margin-right:145px;margin-top:40px}.about-four__img,.about-four__img-box,.about-four__left{position:relative;display:block}.about-four__img img{width:100%;border-radius:40px}.about-four__img-2{position:absolute;right:-100px;bottom:-115px;max-width:308px;width:100%}.about-four__img-2 img{width:auto;border:2px solid var(--techguru-white);border-radius:40px}.about-four__experience{top:110px;right:-65px;width:140px;height:150px;background:linear-gradient(270deg,rgba(250,86,116,.4),rgba(96,101,213,.4))}.about-four__experience,.about-four__experience-inner{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:100px}.about-four__experience-inner{width:126px;height:134px;background:linear-gradient(270deg,#FFD25D,#FFD25D);flex-direction:column;text-align:center}.about-four__experience-count-box{position:relative;display:block}.about-four__experience-count-box h3{font-size:48px;font-weight:700;line-height:48px!important;font-family:var(--techguru-font)!important;color:var(--techguru-white)}.about-four__experience-count-text{font-size:14px;font-weight:500;line-height:17px;color:var(--techguru-white);top:-3px;position:relative}.about-four__client-box{position:relative;display:block;max-width:226px;width:100%;text-align:center;margin-top:31px;margin-left:40px;z-index:1}.about-four__client-img-list{position:relative;display:flex;align-items:center;justify-content:center}.about-four__client-img-list li{position:relative;display:block}.about-four__client-img-list li+li{margin-left:-18px}.about-four__client-img{position:relative;display:block;max-width:40px;width:100%}.about-four__client-img img{width:100%;border:2px solid #08111f;border-radius:50%}.about-four__client-img-list li a{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #08111f;font-size:16px;color:#08111F;border-radius:50%;background-color:var(--techguru-base)}.about-four__client-text{color:var(--techguru-white);margin-top:12px}.about-four__client-text span{color:var(--techguru-white);font-family:var(--techguru-font)!important}.about-four__right{position:relative;display:block}.about-four__right .section-title__title{margin-right:-110px}.about-four__right .section-title{margin-bottom:22px}.about-four__points-box{position:relative;display:flex;align-items:flex-start;gap:40px;border-top:1px dashed rgba(var(--techguru-white-rgb),.2);border-bottom:1px dashed rgba(var(--techguru-white-rgb),.2);padding:24px 0;margin:24px 0}.about-four__points-list{position:relative;display:block}.about-four__points-list li{position:relative;display:flex;align-items:flex-start;gap:15px}.about-four__points-list li+li{margin-top:47px}.about-four__points-list-2 li+li{margin-top:20px}.about-four__points-list li .icon{position:relative;display:inline-block}.about-four__points-list li .icon span{position:relative;display:inline-block;font-size:16px;color:var(--techguru-base)}.about-four__points-list-img{position:relative;display:block;max-width:60px;width:100%}.about-four__points-list-img img{width:100%;border-radius:50%}.about-four__points-list-content{position:relative;display:block;flex:1 1}.about-four__points-list-content h5{font-size:20px;font-weight:700;line-height:30px;color:var(--techguru-white)}.about-four__points-list-content p{font-size:16px;line-height:16px;margin-top:5px}.about-four__points-2{position:relative;display:block}.about-four__points-2 li{position:relative;display:flex;align-items:flex-start;gap:30px}.about-four__points-2 li+li{margin-top:23px}.about-four__points-2 li .icon,.about-four__points-2 li .icon span{position:relative;display:inline-block}.about-four__points-2 li .icon span{font-size:50px;background:linear-gradient(270deg,#5CB0E9,#3D72FC);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;transition:all .5s linear;transition-delay:.1s;transform:scale(1)}.about-four__points-2 li:hover .icon span{transform:scale(.9)}.about-four__points-2 li .content{position:relative;display:block;flex:1 1}.about-four__points-2 li .content h5{font-size:20px;font-weight:500;line-height:30px;color:var(--techguru-white);margin-bottom:3px}.banner-one{position:relative;display:block;overflow:hidden;padding:306px 0 0;z-index:1}.banner-one__bg{top:0;opacity:.09;background-position:50%}.banner-one__bg,.banner-one__shape-bg{position:absolute;left:0;right:0;bottom:0;background-repeat:no-repeat;background-size:cover;z-index:-1}.banner-one__shape-bg{height:192px;background-position:top}.banner-one__inner{position:relative;display:block;text-align:center}.banner-one__title{font-size:60px;color:var(--techguru-white);line-height:1.2em;font-weight:500;margin-bottom:20px}.banner-one__title span{color:var(--techguru-base)}.banner-one__btn-box{position:relative;display:block}.banner-one__btn-box .thm-btn{background:linear-gradient(270deg,#5CB0E9,#3D72FC)}.banner-one__img-box{position:relative;display:block;margin-top:50px;z-index:1}.banner-one__img{position:relative;display:block;max-width:1100px;width:100%;margin:0 auto}.banner-one__img img{width:100%;border-top-left-radius:40px;border-top-right-radius:40px}.banner-one__video-link{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);z-index:1}.banner-one__video-link .play-btn{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;font-size:20px;color:var(--techguru-white);border-radius:50%;margin:0 auto;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.banner-one__video-link .play-btn:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:linear-gradient(270deg,#5CB0E9,#3D72FC);z-index:-1}.banner-one__video-link .play-btn:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:50%;border:10px solid transparent;background:linear-gradient(90deg,#8F88FF,#5CB0E9) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:all .5s ease;visibility:visible;opacity:.2;z-index:-1}.banner-one__video-link .play-btn:hover{background-color:var(--techguru-base);color:var(--techguru-black)}.banner-one__video-link .play-btn .ripple:after,.banner-one__video-link .play-btn .ripple:before,.banner-one__video-link .ripple{position:absolute;top:50%;left:50%;width:76px;height:76px;border-radius:50%;transform:translate(-50%,-50%);-ms-box-shadow:0 0 0 0 rgba(var(--techguru-white-rgb),.6);-o-box-shadow:0 0 0 0 rgba(var(--techguru-white-rgb),.6);box-shadow:0 0 0 0 rgba(var(--techguru-white-rgb),.6);animation:ripple 3s infinite}.banner-one__video-link .play-btn .ripple:before{animation-delay:.9s;content:"";position:absolute}.banner-one__video-link .play-btn .ripple:after{animation-delay:.6s;content:"";position:absolute}