/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@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 headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@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: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)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}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)}}.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)}}.heartBeat{animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@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-duration:.75s;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:translateZ(0)}}.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:translateZ(0)}}.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:translateZ(0)}}.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-duration:.75s;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:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-20%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-100px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(20%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(100px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,100px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,40%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,100px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-duration:2s;animation-name:hinge}@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)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.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 zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.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%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.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%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.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{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}
.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-115{margin-left:115px}.ml-120{margin-left:120px}.ml-125{margin-left:125px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-155{margin-left:155px}.ml-160{margin-left:160px}.ml-165{margin-left:165px}.ml-170{margin-left:170px}.ml-175{margin-left:175px}.ml-180{margin-left:180px}.ml-185{margin-left:185px}.ml-190{margin-left:190px}.ml-195{margin-left:195px}.ml-200{margin-left:200px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pl-0{padding-left:0}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}.pl-100{padding-left:100px}.pl-105{padding-left:105px}.pl-110{padding-left:110px}.pl-115{padding-left:115px}.pl-120{padding-left:120px}.pl-125{padding-left:125px}.pr-0{padding-right:0}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}.pr-70{padding-right:70px}.pr-75{padding-right:75px}.pr-80{padding-right:80px}.pr-85{padding-right:85px}.pr-90{padding-right:90px}.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pr-105{padding-right:105px}.gray-bg{background:#f6f6f6}.white-bg{background:#fff}.black-bg{background:#222}.white{color:#fff}.black{color:#222}[data-overlay]{position:relative}[data-overlay]:before{background:#000 none repeat scroll 0 0;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}[data-overlay="3"]:before{opacity:.3}[data-overlay="4"]:before{opacity:.4}[data-overlay="5"]:before{opacity:.5}[data-overlay="6"]:before{opacity:.6}[data-overlay="7"]:before{opacity:.7}[data-overlay="8"]:before{opacity:.8}[data-overlay="9"]:before{opacity:.9}
.lni{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 1em/1 LineIcons;text-transform:none}.lni-sm{font-size:.8em}.lni-lg{font-size:1.2em}.lni-16{font-size:16px}.lni-32{font-size:32px}.lni-bg-circle,.lni-bg-square{background-color:#eee;padding:.35em}.lni-bg-circle{border-radius:50%}.lni-ul{list-style-type:none;padding-left:0}.lni-ul>li{align-items:flex-start;display:flex;line-height:1.4}.lni-ul>li>.lni{line-height:inherit;margin-right:.4em}.lni-is-spinning{animation:lni-spin 2s linear infinite}@keyframes lni-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lni-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg)}.lni-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg)}.lni-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);transform:rotate(270deg)}.lni-flip-y{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);transform:scaleX(-1)}.lni-flip-x{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:scaleY(-1)}.lni-500px:before{content:"\ea01"}.lni-add-files:before{content:"\ea02"}.lni-adobe:before{content:"\ea04"}.lni-agenda:before{content:"\ea03"}.lni-airbnb:before{content:"\ea05"}.lni-alarm-clock:before{content:"\ea06"}.lni-alarm:before{content:"\ea07"}.lni-amazon-original:before{content:"\ea08"}.lni-amazon-pay:before{content:"\ea09"}.lni-amazon:before{content:"\ea0a"}.lni-ambulance:before{content:"\ea0b"}.lni-amex:before{content:"\ea0c"}.lni-anchor:before{content:"\ea0d"}.lni-android-original:before{content:"\ea0e"}.lni-android:before{content:"\ea0f"}.lni-angellist:before{content:"\ea10"}.lni-angle-double-down:before{content:"\ea11"}.lni-angle-double-left:before{content:"\ea12"}.lni-angle-double-right:before{content:"\ea13"}.lni-angle-double-up:before{content:"\ea14"}.lni-angular:before{content:"\ea15"}.lni-apartment:before{content:"\ea16"}.lni-app-store:before{content:"\ea17"}.lni-apple-pay:before{content:"\ea18"}.lni-apple:before{content:"\ea19"}.lni-archive:before{content:"\ea1a"}.lni-arrow-down-circle:before{content:"\ea1b"}.lni-arrow-down:before{content:"\ea1c"}.lni-arrow-left-circle:before{content:"\ea1d"}.lni-arrow-left:before{content:"\ea1e"}.lni-arrow-right-circle:before{content:"\ea1f"}.lni-arrow-right:before{content:"\ea20"}.lni-arrow-top-left:before{content:"\ea21"}.lni-arrow-top-right:before{content:"\ea22"}.lni-arrow-up-circle:before{content:"\ea23"}.lni-arrow-up:before{content:"\ea24"}.lni-arrows-horizontal:before{content:"\ea25"}.lni-arrows-vertical:before{content:"\ea26"}.lni-atlassian:before{content:"\ea27"}.lni-aws:before{content:"\ea28"}.lni-backward:before{content:"\ea29"}.lni-baloon:before{content:"\ea2a"}.lni-ban:before{content:"\ea2b"}.lni-bar-chart:before{content:"\ea2c"}.lni-basketball:before{content:"\ea2d"}.lni-behance-original:before{content:"\ea2e"}.lni-behance:before{content:"\ea2f"}.lni-bi-cycle:before{content:"\ea30"}.lni-bitbucket:before{content:"\ea31"}.lni-bitcoin:before{content:"\ea32"}.lni-blackboard:before{content:"\ea33"}.lni-blogger:before{content:"\ea34"}.lni-bluetooth:before{content:"\ea35"}.lni-bold:before{content:"\ea36"}.lni-bolt-alt:before{content:"\ea37"}.lni-bolt:before{content:"\ea38"}.lni-book:before{content:"\ea39"}.lni-bookmark-alt:before{content:"\ea3a"}.lni-bookmark:before{content:"\ea3b"}.lni-bootstrap:before{content:"\ea3c"}.lni-bricks:before{content:"\ea3d"}.lni-bridge:before{content:"\ea3e"}.lni-briefcase:before{content:"\ea3f"}.lni-brush-alt:before{content:"\ea40"}.lni-brush:before{content:"\ea41"}.lni-bubble:before{content:"\ea42"}.lni-bug:before{content:"\ea43"}.lni-bulb:before{content:"\ea44"}.lni-bullhorn:before{content:"\ea45"}.lni-burger:before{content:"\ea46"}.lni-bus:before{content:"\ea47"}.lni-cake:before{content:"\ea48"}.lni-calculator:before{content:"\ea49"}.lni-calendar:before{content:"\ea4a"}.lni-camera:before{content:"\ea4b"}.lni-candy-cane:before{content:"\ea4c"}.lni-candy:before{content:"\ea4d"}.lni-capsule:before{content:"\ea4e"}.lni-car-alt:before{content:"\ea4f"}.lni-car:before{content:"\ea50"}.lni-caravan:before{content:"\ea54"}.lni-cart-full:before{content:"\ea51"}.lni-cart:before{content:"\ea52"}.lni-certificate:before{content:"\ea53"}.lni-checkbox:before{content:"\ea55"}.lni-checkmark-circle:before{content:"\ea56"}.lni-chef-hat:before{content:"\ea57"}.lni-chevron-down-circle:before{content:"\ea58"}.lni-chevron-down:before{content:"\ea59"}.lni-chevron-left-circle:before{content:"\ea5a"}.lni-chevron-left:before{content:"\ea5b"}.lni-chevron-right-circle:before{content:"\ea5c"}.lni-chevron-right:before{content:"\ea5d"}.lni-chevron-up-circle:before{content:"\ea5e"}.lni-chevron-up:before{content:"\ea5f"}.lni-chrome:before{content:"\ea60"}.lni-circle-minus:before{content:"\ea61"}.lni-circle-plus:before{content:"\ea62"}.lni-clipboard:before{content:"\ea63"}.lni-close:before{content:"\ea64"}.lni-cloud-check:before{content:"\ea65"}.lni-cloud-download:before{content:"\ea66"}.lni-cloud-network:before{content:"\ea67"}.lni-cloud-sync:before{content:"\ea68"}.lni-cloud-upload:before{content:"\ea69"}.lni-cloudy-sun:before{content:"\ea6a"}.lni-code-alt:before{content:"\ea6c"}.lni-code:before{content:"\ea6b"}.lni-codepen:before{content:"\ea6d"}.lni-coffee-cup:before{content:"\ea6e"}.lni-cog:before{content:"\ea6f"}.lni-cogs:before{content:"\ea70"}.lni-coin:before{content:"\ea71"}.lni-comments-alt:before{content:"\ea72"}.lni-comments-reply:before{content:"\ea73"}.lni-comments:before{content:"\ea74"}.lni-compass:before{content:"\ea75"}.lni-construction-hammer:before{content:"\ea76"}.lni-consulting:before{content:"\ea77"}.lni-control-panel:before{content:"\ea78"}.lni-cool:before{content:"\ea79"}.lni-cpanel:before{content:"\ea7a"}.lni-creative-commons:before{content:"\ea7b"}.lni-credit-cards:before{content:"\ea7c"}.lni-crop:before{content:"\ea7d"}.lni-cross-circle:before{content:"\ea7e"}.lni-crown:before{content:"\ea7f"}.lni-css3:before{content:"\ea80"}.lni-cup:before{content:"\ea81"}.lni-customer:before{content:"\ea82"}.lni-cut:before{content:"\ea83"}.lni-dashboard:before{content:"\ea84"}.lni-database:before{content:"\ea85"}.lni-delivery:before{content:"\ea86"}.lni-dervice:before{content:"\ea87"}.lni-dev:before{content:"\ea88"}.lni-diamond-alt:before{content:"\ea89"}.lni-diamond:before{content:"\ea8a"}.lni-diners-club:before{content:"\ea8b"}.lni-dinner:before{content:"\ea8c"}.lni-direction-alt:before{content:"\ea8d"}.lni-direction-ltr:before{content:"\ea8e"}.lni-direction-rtl:before{content:"\ea8f"}.lni-direction:before{content:"\ea90"}.lni-discord:before{content:"\ea91"}.lni-discover:before{content:"\ea92"}.lni-display-alt:before{content:"\ea93"}.lni-display:before{content:"\ea94"}.lni-docker:before{content:"\ea95"}.lni-dollar:before{content:"\ea96"}.lni-domain:before{content:"\ea97"}.lni-download:before{content:"\ea98"}.lni-dribbble:before{content:"\ea99"}.lni-drop:before{content:"\ea9a"}.lni-dropbox-original:before{content:"\ea9b"}.lni-dropbox:before{content:"\ea9c"}.lni-drupal-original:before{content:"\ea9d"}.lni-drupal:before{content:"\ea9e"}.lni-dumbbell:before{content:"\ea9f"}.lni-edge:before{content:"\eaa0"}.lni-empty-file:before{content:"\eaa1"}.lni-enter:before{content:"\eaa2"}.lni-envato:before{content:"\eaa3"}.lni-envelope:before{content:"\eaa4"}.lni-eraser:before{content:"\eaa5"}.lni-euro:before{content:"\eaa6"}.lni-exit-down:before{content:"\eaa7"}.lni-exit-up:before{content:"\eaa8"}.lni-exit:before{content:"\eaa9"}.lni-eye:before{content:"\eaaa"}.lni-facebook-filled:before{content:"\eaab"}.lni-facebook-messenger:before{content:"\eaac"}.lni-facebook-original:before{content:"\eaad"}.lni-facebook-oval:before{content:"\eaae"}.lni-facebook:before{content:"\eaaf"}.lni-figma:before{content:"\eab0"}.lni-files:before{content:"\eab1"}.lni-firefox-original:before{content:"\eab2"}.lni-firefox:before{content:"\eab3"}.lni-fireworks:before{content:"\eab4"}.lni-first-aid:before{content:"\eab5"}.lni-flag-alt:before{content:"\eab6"}.lni-flag:before{content:"\eab7"}.lni-flags:before{content:"\eab8"}.lni-flickr:before{content:"\eab9"}.lni-flower:before{content:"\eaba"}.lni-folder:before{content:"\eabb"}.lni-forward:before{content:"\eabc"}.lni-frame-expand:before{content:"\eabd"}.lni-fresh-juice:before{content:"\eabe"}.lni-friendly:before{content:"\eabf"}.lni-full-screen:before{content:"\eac0"}.lni-funnel:before{content:"\eac1"}.lni-gallery:before{content:"\eac2"}.lni-game:before{content:"\eac3"}.lni-gift:before{content:"\eac4"}.lni-git:before{content:"\eac5"}.lni-github-original:before{content:"\eac6"}.lni-github:before{content:"\eac7"}.lni-goodreads:before{content:"\eac8"}.lni-google-drive:before{content:"\eac9"}.lni-google-pay:before{content:"\eaca"}.lni-google-wallet:before{content:"\eacb"}.lni-google:before{content:"\eacc"}.lni-graduation:before{content:"\eacd"}.lni-graph:before{content:"\eace"}.lni-grid-alt:before{content:"\eacf"}.lni-grid:before{content:"\ead0"}.lni-grow:before{content:"\ead1"}.lni-hacker-news:before{content:"\ead2"}.lni-hammer:before{content:"\ead3"}.lni-hand:before{content:"\ead4"}.lni-handshake:before{content:"\ead5"}.lni-happy:before{content:"\ead6"}.lni-harddrive:before{content:"\ead7"}.lni-headphone-alt:before{content:"\ead8"}.lni-headphone:before{content:"\ead9"}.lni-heart-filled:before{content:"\eada"}.lni-heart-monitor:before{content:"\eadb"}.lni-heart:before{content:"\eadc"}.lni-helicopter:before{content:"\eadd"}.lni-helmet:before{content:"\eade"}.lni-help:before{content:"\eadf"}.lni-highlight-alt:before{content:"\eae0"}.lni-highlight:before{content:"\eae1"}.lni-home:before{content:"\eae2"}.lni-hospital:before{content:"\eae3"}.lni-hourglass:before{content:"\eae4"}.lni-html5:before{content:"\eae5"}.lni-image:before{content:"\eae6"}.lni-inbox:before{content:"\eae7"}.lni-indent-decrease:before{content:"\eae8"}.lni-indent-increase:before{content:"\eae9"}.lni-infinite:before{content:"\eaea"}.lni-information:before{content:"\eaeb"}.lni-instagram-filled:before{content:"\eaec"}.lni-instagram-original:before{content:"\eaed"}.lni-instagram:before{content:"\eaef"}.lni-invention:before{content:"\eaee"}.lni-invest-monitor:before{content:"\eaf0"}.lni-investment:before{content:"\eaf1"}.lni-island:before{content:"\eaf2"}.lni-italic:before{content:"\eaf3"}.lni-java:before{content:"\eaf4"}.lni-javascript:before{content:"\eaf5"}.lni-jcb:before{content:"\eaf6"}.lni-joomla-original:before{content:"\eaf7"}.lni-joomla:before{content:"\eaf8"}.lni-jsfiddle:before{content:"\eaf9"}.lni-juice:before{content:"\eafa"}.lni-key:before{content:"\eafb"}.lni-keyboard:before{content:"\eafc"}.lni-keyword-research:before{content:"\eafd"}.lni-laptop-phone:before{content:"\eafe"}.lni-laptop:before{content:"\eaff"}.lni-laravel:before{content:"\eb00"}.lni-layers:before{content:"\eb01"}.lni-layout:before{content:"\eb02"}.lni-leaf:before{content:"\eb03"}.lni-library:before{content:"\eb04"}.lni-licencse:before{content:"\eb05"}.lni-line-dashed:before{content:"\eb06"}.lni-line-dotted:before{content:"\eb07"}.lni-line-double:before{content:"\eb08"}.lni-line-spacing:before{content:"\eb09"}.lni-line:before{content:"\eb0a"}.lni-lineicons-alt:before{content:"\eb0b"}.lni-lineicons:before{content:"\eb0c"}.lni-link:before{content:"\eb0e"}.lni-linkedin-original:before{content:"\eb0d"}.lni-linkedin:before{content:"\eb0f"}.lni-list:before{content:"\eb10"}.lni-lock-alt:before{content:"\eb11"}.lni-lock:before{content:"\eb12"}.lni-magnet:before{content:"\eb13"}.lni-magnifier:before{content:"\eb14"}.lni-mailchimp:before{content:"\eb15"}.lni-map-marker:before{content:"\eb16"}.lni-map:before{content:"\eb17"}.lni-mashroom:before{content:"\eb18"}.lni-mastercard:before{content:"\eb19"}.lni-medall-alt:before{content:"\eb1a"}.lni-medall:before{content:"\eb1b"}.lni-medium:before{content:"\eb1c"}.lni-megento:before{content:"\eb1d"}.lni-menu:before{content:"\eb1e"}.lni-mic:before{content:"\eb1f"}.lni-microphone:before{content:"\eb20"}.lni-microscope:before{content:"\eb21"}.lni-microsoft:before{content:"\eb22"}.lni-minus:before{content:"\eb23"}.lni-mobile:before{content:"\eb24"}.lni-money-location:before{content:"\eb25"}.lni-money-protection:before{content:"\eb26"}.lni-more-alt:before{content:"\eb27"}.lni-more:before{content:"\eb28"}.lni-mouse:before{content:"\eb29"}.lni-move:before{content:"\eb2a"}.lni-music:before{content:"\eb2b"}.lni-network:before{content:"\eb2c"}.lni-night:before{content:"\eb2d"}.lni-nodejs-alt:before{content:"\eb2e"}.lni-nodejs:before{content:"\eb2f"}.lni-notepad:before{content:"\eb30"}.lni-npm:before{content:"\eb31"}.lni-offer:before{content:"\eb32"}.lni-opera:before{content:"\eb33"}.lni-package:before{content:"\eb34"}.lni-page-break:before{content:"\eb35"}.lni-pagination:before{content:"\eb37"}.lni-paint-bucket:before{content:"\eb36"}.lni-paint-roller:before{content:"\eb38"}.lni-pallet:before{content:"\eb39"}.lni-paperclip:before{content:"\eb3a"}.lni-patreon:before{content:"\eb3b"}.lni-pause:before{content:"\eb3c"}.lni-paypal-original:before{content:"\eb3d"}.lni-paypal:before{content:"\eb3e"}.lni-pencil-alt:before{content:"\eb3f"}.lni-pencil:before{content:"\eb40"}.lni-phone-set:before{content:"\eb41"}.lni-phone:before{content:"\eb42"}.lni-php:before{content:"\eb43"}.lni-pie-chart:before{content:"\eb44"}.lni-pilcrow:before{content:"\eb45"}.lni-pin:before{content:"\eb46"}.lni-pinterest:before{content:"\eb47"}.lni-pizza:before{content:"\eb48"}.lni-plane:before{content:"\eb49"}.lni-plant:before{content:"\eb4a"}.lni-play-store:before{content:"\eb4b"}.lni-play:before{content:"\eb4c"}.lni-plug:before{content:"\eb4d"}.lni-plus:before{content:"\eb4e"}.lni-pointer-down:before{content:"\eb4f"}.lni-pointer-left:before{content:"\eb50"}.lni-pointer-right:before{content:"\eb51"}.lni-pointer-up:before{content:"\eb52"}.lni-pointer:before{content:"\eb53"}.lni-popup:before{content:"\eb54"}.lni-postcard:before{content:"\eb55"}.lni-pound:before{content:"\eb56"}.lni-power-switch:before{content:"\eb57"}.lni-printer:before{content:"\eb58"}.lni-producthunt:before{content:"\eb59"}.lni-protection:before{content:"\eb5a"}.lni-pulse:before{content:"\eb5b"}.lni-pyramids:before{content:"\eb5c"}.lni-python:before{content:"\eb5d"}.lni-question-circle:before{content:"\eb5e"}.lni-quora:before{content:"\eb5f"}.lni-quotation:before{content:"\eb60"}.lni-radio-button:before{content:"\eb61"}.lni-rain:before{content:"\eb62"}.lni-react:before{content:"\eb63"}.lni-reddit:before{content:"\eb64"}.lni-reload:before{content:"\eb65"}.lni-remove-file:before{content:"\eb66"}.lni-reply:before{content:"\eb67"}.lni-restaurant:before{content:"\eb68"}.lni-revenue:before{content:"\eb69"}.lni-road:before{content:"\eb6a"}.lni-rocket:before{content:"\eb6b"}.lni-rss-feed:before{content:"\eb6c"}.lni-ruler-alt:before{content:"\eb6d"}.lni-ruler-pencil:before{content:"\eb6e"}.lni-ruler:before{content:"\eb6f"}.lni-rupee:before{content:"\eb70"}.lni-sad:before{content:"\eb71"}.lni-save:before{content:"\eb72"}.lni-school-bench-alt:before{content:"\eb73"}.lni-school-bench:before{content:"\eb74"}.lni-scooter:before{content:"\eb75"}.lni-scroll-down:before{content:"\eb76"}.lni-search-alt:before{content:"\eb77"}.lni-search:before{content:"\eb78"}.lni-select:before{content:"\eb79"}.lni-seo:before{content:"\eb7a"}.lni-share-alt:before{content:"\eb7b"}.lni-share:before{content:"\eb7c"}.lni-shield:before{content:"\eb7d"}.lni-shift-left:before{content:"\eb7e"}.lni-shift-right:before{content:"\eb7f"}.lni-ship:before{content:"\eb80"}.lni-shopify:before{content:"\eb81"}.lni-shopping-basket:before{content:"\eb82"}.lni-shortcode:before{content:"\eb83"}.lni-shovel:before{content:"\eb84"}.lni-shuffle:before{content:"\eb85"}.lni-signal:before{content:"\eb86"}.lni-sketch:before{content:"\eb87"}.lni-skipping-rope:before{content:"\eb88"}.lni-skype:before{content:"\eb89"}.lni-slack:before{content:"\eb8a"}.lni-slice:before{content:"\eb8b"}.lni-slideshare:before{content:"\eb8c"}.lni-slim:before{content:"\eb8d"}.lni-smile:before{content:"\eb8e"}.lni-snapchat:before{content:"\eb8f"}.lni-sort-alpha-asc:before{content:"\eb90"}.lni-sort-amount-asc:before{content:"\eb91"}.lni-sort-amount-dsc:before{content:"\eb92"}.lni-souncloud-original:before{content:"\eb93"}.lni-soundcloud:before{content:"\eb94"}.lni-speechless:before{content:"\eb95"}.lni-spellcheck:before{content:"\eb96"}.lni-spiner-solid:before{content:"\eb97"}.lni-spinner-arrow:before{content:"\eb98"}.lni-spinner:before{content:"\eb99"}.lni-spotify-original:before{content:"\eb9a"}.lni-spotify:before{content:"\eb9b"}.lni-spray:before{content:"\eb9c"}.lni-stackoverflow:before{content:"\eb9d"}.lni-stamp:before{content:"\eb9e"}.lni-star-empty:before{content:"\eb9f"}.lni-star-filled:before{content:"\eba0"}.lni-star-half:before{content:"\eba1"}.lni-star:before{content:"\eba2"}.lni-stats-down:before{content:"\eba3"}.lni-stats-up:before{content:"\eba4"}.lni-steam:before{content:"\eba5"}.lni-sthethoscope:before{content:"\eba6"}.lni-stop:before{content:"\eba7"}.lni-strikethrough:before{content:"\eba8"}.lni-stripe:before{content:"\eba9"}.lni-stumbleupon:before{content:"\ebaa"}.lni-sun:before{content:"\ebab"}.lni-support:before{content:"\ebac"}.lni-surf-board:before{content:"\ebad"}.lni-suspect:before{content:"\ebae"}.lni-swift:before{content:"\ebaf"}.lni-syringe:before{content:"\ebb0"}.lni-tab:before{content:"\ebb1"}.lni-tag:before{content:"\ebb2"}.lni-target-customer:before{content:"\ebb3"}.lni-target-revenue:before{content:"\ebb4"}.lni-target:before{content:"\ebb5"}.lni-taxi:before{content:"\ebb6"}.lni-teabag:before{content:"\ebb7"}.lni-telegram-original:before{content:"\ebb8"}.lni-telegram:before{content:"\ebb9"}.lni-text-align-center:before{content:"\ebba"}.lni-text-align-justify:before{content:"\ebbb"}.lni-text-align-left:before{content:"\ebbc"}.lni-text-align-right:before{content:"\ebbd"}.lni-text-format-remove:before{content:"\ebbe"}.lni-text-format:before{content:"\ebbf"}.lni-thought:before{content:"\ebc0"}.lni-thumbs-down:before{content:"\ebc1"}.lni-thumbs-up:before{content:"\ebc2"}.lni-thunder-alt:before{content:"\ebc3"}.lni-thunder:before{content:"\ebc4"}.lni-ticket-alt:before{content:"\ebc5"}.lni-ticket:before{content:"\ebc6"}.lni-timer:before{content:"\ebc7"}.lni-tounge:before{content:"\ebc8"}.lni-train-alt:before{content:"\ebc9"}.lni-train:before{content:"\ebca"}.lni-trash:before{content:"\ebcb"}.lni-travel:before{content:"\ebcc"}.lni-tree:before{content:"\ebcd"}.lni-trees:before{content:"\ebce"}.lni-trello:before{content:"\ebcf"}.lni-trowel:before{content:"\ebd0"}.lni-tshirt:before{content:"\ebd1"}.lni-tumblr:before{content:"\ebd2"}.lni-twitch:before{content:"\ebd3"}.lni-twitter-filled:before{content:"\ebd4"}.lni-twitter-original:before{content:"\ebd5"}.lni-twitter:before{content:"\ebd6"}.lni-ubuntu:before{content:"\ebd7"}.lni-underline:before{content:"\ebd8"}.lni-unlink:before{content:"\ebd9"}.lni-unlock:before{content:"\ebda"}.lni-upload:before{content:"\ebdb"}.lni-user:before{content:"\ebdc"}.lni-users:before{content:"\ebdd"}.lni-ux:before{content:"\ebde"}.lni-vector:before{content:"\ebdf"}.lni-video:before{content:"\ebe0"}.lni-vimeo:before{content:"\ebe1"}.lni-visa:before{content:"\ebe2"}.lni-vk:before{content:"\ebe4"}.lni-volume-high:before{content:"\ebe3"}.lni-volume-low:before{content:"\ebe5"}.lni-volume-medium:before{content:"\ebe6"}.lni-volume-mute:before{content:"\ebe7"}.lni-volume:before{content:"\ebe8"}.lni-wallet:before{content:"\ebe9"}.lni-warning:before{content:"\ebea"}.lni-website-alt:before{content:"\ebeb"}.lni-website:before{content:"\ebec"}.lni-wechat:before{content:"\ebed"}.lni-weight:before{content:"\ebee"}.lni-whatsapp:before{content:"\ebef"}.lni-wheelbarrow:before{content:"\ebf0"}.lni-wheelchair:before{content:"\ebf1"}.lni-windows:before{content:"\ebf2"}.lni-wordpress-filled:before{content:"\ebf3"}.lni-wordpress:before{content:"\ebf4"}.lni-world-alt:before{content:"\ebf5"}.lni-world:before{content:"\ebf6"}.lni-write:before{content:"\ebf7"}.lni-yahoo:before{content:"\ebf8"}.lni-ycombinator:before{content:"\ebf9"}.lni-yen:before{content:"\ebfa"}.lni-youtube:before{content:"\ebfb"}.lni-zip:before{content:"\ebfc"}.lni-zoom-in:before{content:"\ebfd"}.lni-zoom-out:before{content:"\ebfe"}
body{background-color:#e7e6e1;color:#747e88;font-family:Open Sans,sans-serif;font-style:normal;font-weight:400;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}img{max-width:100%}a:focus,button:focus,input:focus,textarea:focus{outline:none;text-decoration:none}a:focus,a:hover{text-decoration:none}a,i,span{display:inline-block}audio,canvas,iframe,img,svg,video{vertical-align:middle}h1,h2,h3,h4,h5,h6{color:#38424d;font-family:Poppins,sans-serif;font-weight:700;margin:0}h1{font-size:48px}h2{font-size:36px}h3{font-size:28px}h4{font-size:22px}h5{font-size:18px}h6{font-size:16px}ol,ul{list-style-type:none;padding:0}ol,p,ul{margin:0}p{color:#747e88;font-size:16px;font-weight:400;line-height:24px}.bg_cover{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.main-btn{background-color:#0898e7;border:2px solid #0898e7;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;height:55px;line-height:51px;padding:0 25px;text-align:center;transition:all .4s ease-out 0s;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;z-index:5}.main-btn:hover{background-color:rgba(8,152,231,.7);border-color:transparent;color:#fff}.main-btn.main-btn-2{background-color:transparent;border-color:#525a63;color:#525a63}.main-btn.main-btn-2:hover{background-color:rgba(82,90,99,.5);color:#525a63}@keyframes animation1{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.section-title .title{font-size:35px;font-weight:600}@media (max-width:767px){.section-title .title{font-size:22px}}@media only screen and (min-width:576px) and (max-width:767px){.section-title .title{font-size:26px}}.section-title .text{margin-top:20px}.slick-slide{outline:0}.preloader{background:#fff;display:table;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}.preloader .loader{display:table-cell;text-align:center;vertical-align:middle}.preloader .loader .ytp-spinner{left:50%;margin-left:-32px;pointer-events:none;position:absolute;top:50%;width:64px;z-index:18}.preloader .loader .ytp-spinner .ytp-spinner-container{animation:ytp-spinner-linspin 1568.23529647ms linear infinite;left:50%;margin-left:-50%;margin-top:-50%;padding-bottom:100%;pointer-events:none;position:absolute;top:50%;width:100%}.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator{animation:ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;height:100%;position:absolute;width:100%}.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left{bottom:0;left:0;overflow:hidden;position:absolute;right:50%;top:0}.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right{bottom:0;left:50%;overflow:hidden;position:absolute;right:0;top:0}.preloader .loader .ytp-spinner-circle{border:6px solid #0898e7;border-bottom-color:#eceff8;border-radius:50%;box-sizing:border-box;height:100%;position:absolute;width:200%}.preloader .loader .ytp-spinner-left .ytp-spinner-circle{animation:ytp-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;border-right-color:#eceff8;left:0;right:-100%}.preloader .loader .ytp-spinner-right .ytp-spinner-circle{animation:ytp-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;border-left-color:#eceff8;left:-100%;right:0}@keyframes ytp-spinner-linspin{to{transform:rotate(1turn)}}@keyframes ytp-spinner-easespin{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(3turn)}}@keyframes ytp-spinner-left-spin{0%{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@keyframes ytp-right-spin{0%{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}.navbar-area{left:0;position:absolute;top:0;width:100%}.navbar-area,.sticky{transition:all .3s ease-out 0s;z-index:99}.sticky{background-color:#fff;box-shadow:0 20px 50px 0 rgba(0,0,0,.05);position:fixed}.sticky .navbar{padding:10px 0}.navbar{border-radius:5px;padding:35px 0;position:relative;transition:all .3s ease-out 0s}.navbar-brand{padding:0}.navbar-brand img{max-width:150px}.navbar-toggler{padding:0}.navbar-toggler .toggler-icon{background-color:#222;display:block;height:2px;margin:5px 0;position:relative;transition:all .3s ease-out 0s;width:30px}.navbar-toggler.active .toggler-icon:first-of-type{top:7px;transform:rotate(45deg)}.navbar-toggler.active .toggler-icon:nth-of-type(2){opacity:0}.navbar-toggler.active .toggler-icon:nth-of-type(3){top:-7px;transform:rotate(135deg)}@media only screen and (min-width:768px) and (max-width:991px){.navbar-collapse{background-color:#fff;box-shadow:0 15px 20px 0 rgba(0,0,0,.1);left:0;padding:5px 12px;position:absolute;top:100%;width:100%;z-index:9}}@media (max-width:767px){.navbar-collapse{background-color:#fff;box-shadow:0 15px 20px 0 rgba(56,66,77,.1);left:0;padding:5px 12px;position:absolute;top:100%;width:100%;z-index:9}}.navbar-nav .nav-item{margin-left:45px;position:relative}.navbar-nav .nav-item:first-child{margin-left:0}@media only screen and (min-width:992px) and (max-width:1199px){.navbar-nav .nav-item{margin-left:30px}}@media only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item{margin:0}}@media (max-width:767px){.navbar-nav .nav-item{margin:0}}.navbar-nav .nav-item a{color:#38424d;font-size:16px;font-weight:600;position:relative;transition:all .3s ease-out 0s}@media only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item a{display:block;padding:4px 0}}@media (max-width:767px){.navbar-nav .nav-item a{display:block;padding:4px 0}}.navbar-nav .nav-item.active>a,.navbar-nav .nav-item:hover>a{color:#0898e7}.navbar-nav .nav-item:hover .sub-menu{opacity:1;top:100%;visibility:visible}@media only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item:hover .sub-menu{top:0}}@media (max-width:767px){.navbar-nav .nav-item:hover .sub-menu{top:0}}.navbar-nav .nav-item .sub-menu{background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.1);left:0;opacity:0;position:absolute;top:110%;transition:all .3s ease-out 0s;visibility:hidden;width:200px}@media only screen and (min-width:768px) and (max-width:991px){.navbar-nav .nav-item .sub-menu{display:none;opacity:1;position:relative;top:0;visibility:visible;width:100%}}@media (max-width:767px){.navbar-nav .nav-item .sub-menu{display:none;opacity:1;position:relative;top:0;visibility:visible;width:100%}}.navbar-nav .nav-item .sub-menu li{display:block}.navbar-nav .nav-item .sub-menu li a{color:#222;display:block;padding:8px 20px}.navbar-nav .nav-item .sub-menu li a.active,.navbar-nav .nav-item .sub-menu li a:hover{color:#0898e7;padding-left:25px}.navbar-nav .sub-nav-toggler{display:none}@media only screen and (min-width:768px) and (max-width:991px){.navbar-nav .sub-nav-toggler{background:none;border:0;color:#222;display:block;font-size:18px;height:30px;position:absolute;right:0;top:0;width:30px}}@media (max-width:767px){.navbar-nav .sub-nav-toggler{background:none;border:0;color:#222;display:block;font-size:18px;height:30px;position:absolute;right:0;top:0;width:30px}}.navbar-nav .sub-nav-toggler span{border-bottom:1px solid #222;border-left:1px solid #222;height:8px;position:relative;top:-5px;transform:rotate(-45deg);width:8px}.header-hero{background-position:bottom;height:800px;position:relative;z-index:5}@media only screen and (min-width:1400px){.header-hero{height:900px}}@media only screen and (min-width:768px) and (max-width:991px){.header-hero{height:auto}}@media (max-width:767px){.header-hero{height:auto}}.header-hero .shape{position:absolute}.header-hero .shape.shape-1{background:linear-gradient(hsla(12,99%,69%,.5),rgba(254,110,154,.5));height:75px;left:130px;top:25%;width:75px}.header-hero .shape.shape-1,.header-hero .shape.shape-2{animation:animation1 2s linear infinite;border-radius:50%}.header-hero .shape.shape-2{background:linear-gradient(rgba(51,200,193,.5),rgba(17,155,210,.5));bottom:40px;height:39px;left:150px;width:39px}.header-hero .shape.shape-3{background:linear-gradient(rgba(54,28,193,.5),rgba(46,130,239,.5));bottom:25%;height:19px;left:26%;width:19px}.header-hero .shape.shape-3,.header-hero .shape.shape-4{animation:animation1 2s linear infinite;border-radius:50%}.header-hero .shape.shape-4{background-color:rgba(226,158,25,.55);height:39px;left:40%;top:175px;width:39px}.header-hero .shape.shape-5{background-color:rgba(108,99,255,.55);bottom:20%;height:19px;left:50%;transform:translateX(-50%);width:19px}.header-hero .shape.shape-5,.header-hero .shape.shape-6{animation:animation1 2s linear infinite;border-radius:50%}.header-hero .shape.shape-6{background-color:rgba(235,163,26,.55);bottom:70px;height:14px;left:45%;width:14px}.header-shape-1{background-image:url(/images/landingspage/header-shape-1.svg);background-position:0;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;right:0;top:0;width:50%;z-index:-1}@media only screen and (min-width:768px) and (max-width:991px){.header-shape-1{width:100%}}.header-shape-2{position:absolute;right:0;top:0;z-index:-1}@media only screen and (min-width:992px) and (max-width:1199px){.header-shape-2 img{width:295px}}.header-hero-content{position:relative;z-index:9}@media only screen and (min-width:768px) and (max-width:991px){.header-hero-content{padding-top:150px}}@media (max-width:767px){.header-hero-content{padding-top:120px}}.header-hero-content .header-title{color:#38424d;font-size:42px}@media only screen and (min-width:992px) and (max-width:1199px){.header-hero-content .header-title{font-size:36px}}@media (max-width:767px){.header-hero-content .header-title{font-size:22px}}@media only screen and (min-width:576px) and (max-width:767px){.header-hero-content .header-title{font-size:38px}}.header-hero-content .header-title span{color:#0898e7;display:contents}.header-hero-content .text,.header-hero-content ul{margin-top:30px}.header-hero-content ul li{margin-left:50px}.header-hero-content ul li:first-child{margin-left:0}.header-hero-content .main-btn{margin-top:10px}.header-hero-content .header-video{background-color:#0898e7;border-radius:50%;color:#fff;font-size:18px;height:50px;line-height:50px;margin-top:15px;position:relative;text-align:center;width:50px;z-index:5}.header-hero-content .header-video:before{animation:video 2s linear infinite;background-color:rgba(8,152,231,.8);border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@keyframes video{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.header-image{padding-top:80px;position:relative;z-index:5}.header-image .image{width:100%}.header-image .image-shape{bottom:-100px;left:-115px;position:absolute;z-index:-1}@media (max-width:767px){.header-image .image-shape{left:-90px}}.header-image .image-shape img{max-width:350px}@media (max-width:767px){.header-image .image-shape img{max-width:250px}}.single-services{box-shadow:0 0 10px 0 hsla(0,0%,60%,.16);padding:45px 25px 35px;transition:all .3s ease-out 0s}@media (max-width:767px){.single-services{padding:40px 20px 30px}}.single-services .services-icon{border-radius:50%;height:79px;margin:0 auto;position:relative;text-align:center;width:79px}.single-services .services-icon i{color:#fff;font-size:30px;line-height:79px}.single-services .services-icon:before{border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;transform:scale(1.2);width:100%;z-index:-1}.single-services .services-content{margin-top:35px}.single-services .services-content .services-title a{color:#222;font-size:25px;font-weight:500;transition:all .3s ease-out 0s}@media (max-width:767px){.single-services .services-content .services-title a{font-size:20px}}.single-services .services-content .text{margin-top:30px}.single-services.services-color-1 .services-icon{background-color:#e7a019}.single-services.services-color-1 .services-icon:before{background-color:rgba(231,160,25,.2)}.single-services.services-color-1 .services-content .services-title a:hover{color:#e7a019}.single-services.services-color-2 .services-icon{background-color:#e54f4f}.single-services.services-color-2 .services-icon:before{background-color:rgba(229,79,79,.2)}.single-services.services-color-2 .services-content .services-title a:hover{color:#e54f4f}.single-services.services-color-3 .services-icon{background-color:#8950e4}.single-services.services-color-3 .services-icon:before{background-color:rgba(137,80,228,.2)}.single-services.services-color-3 .services-content .services-title a:hover{color:#8950e4}.single-services.services-color-4 .services-icon{background-color:#0898e7}.single-services.services-color-4 .services-icon:before{background-color:rgba(8,152,231,.2)}.single-services.services-color-4 .services-content .services-title a:hover{color:#0898e7}.single-services:hover{box-shadow:0 15px 17px 0 hsla(0,0%,60%,.16)}.about-area{background-color:#f3d9ac}.about-image{display:inline-block;margin-left:50px;padding-bottom:100px;padding-top:100px;position:relative;text-align:center}@media (max-width:767px){.about-image{margin-left:0;padding-bottom:45px;padding-top:65px}}.about-image .about-shape{background:linear-gradient(#61009d,#cb107a);border-radius:50%;height:394px;position:relative;width:394px}@media (max-width:767px){.about-image .about-shape{height:294px;width:294px}}.about-image .about-shape:before{border-color:transparent transparent #61009d #61009d;border-radius:50%;border-style:solid;border-width:2px;content:"";height:100%;left:0;position:absolute;top:0;transform:scale(1.1) rotate(25deg);width:100%}.about-image .app{border-radius:50px;box-shadow:-15px 10px 30px 0 rgba(0,0,0,.3);left:95px;max-width:280px;position:relative;position:absolute;top:100px;transform:rotate(-25deg) translateY(-15%)}@media (max-width:767px){.about-image .app{border-radius:25px;max-width:190px;top:60px}}.about-content .main-btn{margin-top:40px}.download-area .download-image{padding-bottom:60px;padding-left:60px;padding-top:65px;position:relative}@media (max-width:767px){.download-area .download-image{padding-left:20px;padding-right:20px}}.download-area .download-image .image{border-radius:50px;box-shadow:0 3px 25px 0 rgba(8,153,231,.2);margin:0 auto;max-width:295px}@media (max-width:767px){.download-area .download-image .image{max-width:100%}}@media only screen and (min-width:576px) and (max-width:767px){.download-area .download-image .image{max-width:295px}}.download-area .download-image .download-shape-1{background-color:#feb21c;border-radius:50%;height:185px;left:0;position:absolute;top:0;width:185px;z-index:-1}.download-area .download-image .download-shape-2{bottom:-50px;position:absolute;right:40px;z-index:-1}.download-content .download-title{font-size:34px;font-weight:600}@media (max-width:767px){.download-content .download-title{font-size:22px}}@media only screen and (min-width:576px) and (max-width:767px){.download-content .download-title{font-size:28px}}.download-content .text{margin-top:35px}.download-content ul{padding-top:35px}.download-content ul li{display:inline-block;margin-top:15px}.download-content ul li a{align-items:center;border-radius:5px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;height:65px;justify-content:center;transition:all .3s ease-out 0s;width:210px}.download-content ul li a.app-store{background-color:#0898e7;box-shadow:0 4px 10px 0 rgba(8,152,231,.4);margin-right:28px}.download-content ul li a.app-store:hover{box-shadow:0 4px 25px 0 rgba(8,152,231,.4)}.download-content ul li a.play-store{background-color:#525a63;box-shadow:0 4px 10px 0 rgba(82,90,99,.4)}.download-content ul li a.play-store:hover{box-shadow:0 4px 25px 0 rgba(82,90,99,.4)}.footer-area{position:relative;z-index:5}.footer-area .footer-shape{position:absolute}.footer-area .footer-shape.shape-1{animation:animation1 2s linear infinite;background:linear-gradient(#fe8464,#fe6e9a);border-radius:50%;height:75px;left:70px;opacity:.55;width:75px}@media (max-width:767px){.footer-area .footer-shape.shape-1{left:auto;right:40px;top:25%}}.footer-area .footer-shape.shape-2{animation:animation1 2s linear infinite;background:linear-gradient(#33c8c1,#119bd2);border-radius:50%;bottom:40px;height:39px;left:15%;opacity:.55;width:39px}@media only screen and (min-width:768px) and (max-width:991px){.footer-area .footer-shape.shape-2{bottom:85px}}@media (max-width:767px){.footer-area .footer-shape.shape-2{bottom:110px}}.footer-area .footer-shape.shape-3{animation:animation1 2s linear infinite;background:linear-gradient(#361cc1,#2e82ef);border-radius:50%;height:20px;left:35%;opacity:.55;top:40px;width:20px}@media only screen and (min-width:768px) and (max-width:991px){.footer-area .footer-shape.shape-3{top:40%}}.footer-area .footer-shape.shape-4{animation:animation1 2s linear infinite;background-color:#eba31a;border-radius:50%;bottom:5px;height:15px;left:50%;opacity:.55;transform:translateX(-50%);width:15px}.footer-area .footer-shape.shape-5{animation:animation1 2s linear infinite;background-color:#e29e19;border-radius:50%;height:39px;opacity:.55;right:37%;top:0;width:39px}.footer-area .footer-shape.shape-6{animation:animation1 2s linear infinite;background-color:#b60d81;border-radius:50%;height:15px;opacity:.55;right:15%;top:125px;width:15px}.footer-area .footer-shape.shape-7{animation:animation1 2s linear infinite;background-color:#6c63ff;border-radius:50%;bottom:25px;height:64px;opacity:.55;right:8%;width:64px}@media only screen and (min-width:768px) and (max-width:991px){.footer-area .footer-shape.shape-7{bottom:20%}}@media (max-width:767px){.footer-area .footer-shape.shape-7{bottom:38%}}.footer-area .footer-shape.shape-8{right:-45px;top:30px}.footer-area .logo{max-width:200px}.footer-about{max-width:320px}.footer-about .social,.footer-about .text{margin-top:30px}.footer-about .social li{display:inline-block;margin-right:25px}.footer-about .social li a{color:#747e88;font-size:20px;transition:all .3s ease-out 0s}.footer-about .social li a:hover{color:#0898e7}.footer-title .title{font-size:20px;font-weight:500}.footer-link .link{padding-top:10px}.footer-link .link li{margin-top:10px}.footer-link .link li a{color:#747e88;font-size:18px;transition:all .3s ease-out 0s}.footer-link .link li a:hover{color:#0898e7}.footer-link-wrapper{width:50%}.footer-contact .contact-list li{margin-top:20px}.footer-contact .contact-list li .contact-info .info-info{width:30px}.footer-contact .contact-list li .contact-info .info-content .text{color:#747e88;font-size:16px}.footer-contact .contact-list li .contact-info .info-content .text a{color:#747e88;transition:all .3s ease-out 0s}.footer-contact .contact-list li .contact-info .info-content .text a:hover{color:#0898e7}.footer-copyright .copyright{border-top:2px solid #747e88;padding-bottom:25px;padding-top:10px}.footer-copyright .copyright .copyright-text{padding-top:15px}.footer-copyright .copyright .copyright-text .text{color:#747e88}.footer-copyright .copyright .copyright-privacy{padding-top:15px}.footer-copyright .copyright .copyright-privacy a{color:#747e88;font-size:16px;transition:all .3s ease-out 0s}.footer-copyright .copyright .copyright-privacy a:hover{color:#0898e7}.back-to-top{background:#0898e7;background-size:200%;border-radius:5px;bottom:20px;color:#fff;display:none;font-size:20px;height:40px;line-height:40px;position:fixed;right:20px;text-align:center;transition:all .3s ease-out 0s;width:40px;z-index:99}.back-to-top:hover{background-color:rgba(8,152,231,.5);color:#fff}

