@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;visibility:visible}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.btn1{padding:10px 30px;border-radius:25px;background:linear-gradient(to right,#2c36de,#0ab3c4);transition:.5s;cursor:pointer;position:relative;z-index:10}.btn1:hover{color:#fff;background:linear-gradient(to right,#2c36de,#0ab3c4)}.btn1:hover span{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:2}.btn1 span{font-size:14px;font-weight:500;background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:1}.btn1::after{content:' ';position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:25px;background:#fff;opacity:1;z-index:-2}.btn1:hover::after{opacity:0}.btn2{padding:10px 20px;border-radius:25px;background:#fff;transition:.5s;position:relative;z-index:1;cursor:pointer}.btn2:hover{color:#fff;background:0 0}.btn2:hover span{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:2}.btn2 span{font-size:16px;font-weight:500;background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn2::after{content:' ';position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:25px;background:#fff;opacity:0}.btn2:hover::after{background:0 0;opacity:1;z-index:-1;border:1px solid #fff}.btn3{padding:13px 30px;border-radius:25px;background:#fff;transition:.5s;cursor:pointer;position:relative;z-index:10;box-shadow:0 1px 15px 1px rgba(43,46,101,.05)}.btn3:hover{color:#fff;background:linear-gradient(to right,#2c36de,#0ab3c4)}.btn3:hover span{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:2}.btn3 span{font-size:14px;font-weight:500;background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:1}.btn3::after{content:' ';position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:25px;background:#fff;opacity:1;z-index:-2}.btn3:hover::after{opacity:0}.btn4{padding:10px 20px;border-radius:25px;background:linear-gradient(to right,#2c36de,#0ab3c4);transition:.5s;cursor:pointer;position:relative;z-index:10}.btn4:hover{color:#fff;background:linear-gradient(to right,#2c36de,#0ab3c4)}.btn4:hover span{background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:2}.btn4 span{font-size:14px;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:1}.btn4::after{content:' ';position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:25px;background:#fff;opacity:0;z-index:-2}.btn4:hover::after{opacity:1}.input-wrapper input{width:100%;border-radius:25px;background-color:#f2f5fa;border-style:none;height:50px;padding:0 20px;outline:0}.input-wrapper input:focus{outline:0}.input-wrapper input::placeholder{color:#6a7787;font-weight:700!important;font-size:14px}.input-wrapper label{font-weight:700;padding-left:20px;padding-bottom:10px}.input-wrapper textarea{width:100%;border-radius:25px;background-color:#f2f5fa;border-style:none;height:100px;padding:20px;resize:none}.input-wrapper textarea:focus{outline:0}select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:''}.select-wrapper label{font-weight:700;padding-left:20px;padding-bottom:10px}.select-wrapper select{width:100%;border-radius:25px;background-color:#f2f5fa;border-style:none;height:50px;padding:0 20px;position:relative;cursor:pointer;outline:0;color:#6a7787;font-weight:700!important;font-size:14px}.select-wrapper select:focus{outline:0}.select-wrapper::after{content:' ';cursor:pointer;background-image:url(../images/arrow-black.svg);width:12px;height:12px;background-size:12px;position:absolute;background-repeat:no-repeat;top:52px;right:37px}.select-wrapper:hover::after{background-image:url(../images/arrow-black-gradient.svg)}.btn5{padding:10px 20px;border-radius:25px;background:0 0;transition:.5s;position:relative;z-index:1;cursor:pointer;border:1px solid #fff;display:flex;justify-content:center;align-items:center}.btn5:hover{color:#fff;background:#fff}.btn5:hover span{background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:2}.btn5 span{font-size:16px;font-weight:500;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn5::after{content:' ';position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:25px;background:0 0;opacity:0}.btn5:hover::after{background:0 0;opacity:1;z-index:-1;border:1px solid transparent}.btn6{padding:10px 20px;border-radius:25px;background:0 0;transition:.5s;position:relative;z-index:1;cursor:pointer;border:1px solid #fff;display:flex;justify-content:center;align-items:center}.btn6:hover{color:#fff;background:#fff}.btn6:hover span{background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:2}.btn6 span{font-size:16px;font-weight:500;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn6::after{content:' ';position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:25px;background:0 0;opacity:0}.btn6:hover::after{background:0 0;opacity:1;z-index:-1;border:1px solid transparent}.checkbox-wrapper .container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#6a7787;font-weight:700;padding-top:2px}.checkbox-wrapper .container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-wrapper .container input:checked~.checkmark{background:linear-gradient(to right,#2c36de,#0ab3c4)}.checkbox-wrapper .container input:checked~.checkmark:after{display:block;transition:.5s}.checkbox-wrapper .container .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#f2f5fa;border-radius:5px}.checkbox-wrapper .container .checkmark:after{content:"";position:absolute;display:none}.checkbox-wrapper .container .checkmark:after{left:9px;top:4px;width:8px;height:14px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);transition:2s}@media only screen and (max-width:479px){.select-wrapper::after{top:53px;right:30px}.btn5{padding:8px 15px}.btn5 span{font-size:12px}}@font-face{font-family:Montserrat;font-style:normal;font-weight:100;src:local('Montserrat Thin'),local('Montserrat-Thin'),url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRyS7j.ttf) format('truetype')}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;src:local('Montserrat Light'),local('Montserrat-Light'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf) format('truetype')}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;src:local('Montserrat Regular'),local('Montserrat-Regular'),url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype')}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:local('Montserrat Medium'),local('Montserrat-Medium'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype')}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;src:local('Montserrat SemiBold'),local('Montserrat-SemiBold'),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype')}strong{font-weight:700}a{color:#2f2f2f;font-size:14px;font-weight:700;font-family:Montserrat;text-decoration:none!important;text-decoration-line:none}a:hover{background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}h1{font-size:45px;font-family:Montserrat;text-transform:uppercase;color:#fff}.h1-bold{font-weight:700}.h1-light{font-weight:300}.p-big{font-size:18px;font-family:Montserrat;color:#fff;margin:0;padding:0}.p-medium{font-size:16px;font-family:Montserrat;color:#363636;margin:0;padding:0}.p-small{font-size:14px;font-family:Montserrat;color:#363636;margin:0;padding:0}.p-light{font-weight:300}.p-bold{font-weight:700}.p-width{max-width:350px}.text-sm{font-size:12px;margin:0;padding:0}.text-transparent{color:transparent}.uppercase{text-transform:uppercase}h2{font-size:36px;font-family:Montserrat;text-transform:uppercase;color:#363636}.h2-bold{font-weight:700}.h2-light{font-weight:300}.h2-item{font-size:35px!important}.h2-text{font-size:34px}h3{font-size:30px;font-family:Montserrat;color:#363636}.h3-light{font-weight:300}.h3-bold{font-weight:700}.radius{border-radius:10px!important}h4{font-size:24px;font-family:Montserrat;color:#363636}@media only screen and (max-width:991px){h1{font-size:36px}h2{text-align:center}}@media only screen and (max-width:776px){h1{font-size:26px}.p-big{font-size:16px;text-align:center}}@media only screen and (max-width:479px){h2{font-size:30px;text-align:center}}html{scroll-behavior:smooth}body{padding:0;margin:0;font-family:Montserrat;font-size:14px;color:#000;text-decoration:none!important}li{list-style:none;margin:0;padding:0;position:relative}ul{padding:0;margin:0}.sec{padding:0;margin:0}.width{max-width:100%;width:100%}.wrapper{width:100%;overflow:hidden;transition:all .3s ease-in-out}#advertisement{background-color:#000;background-size:cover;height:60px}#advertisement img{width:15px;height:15px;position:absolute;right:0;top:20px;cursor:pointer}.logo{z-index:3}.logo img{width:133px}.tabcontent{display:none;margin-top:-1px}.tablink1{display:block}.main-menu{display:flex;align-items:center;height:60px;background-color:#fff;z-index:1000;left:0;right:0;box-shadow:0 0 7px rgba(33,45,108,.11)}.fixed{top:0;position:fixed}.main-menu-bg{top:0}.icon-menu{display:none}.submenu .show{display:block!important}.fixed .devbefore::before{border-color:transparent transparent transparent transparent}.fixed .designBefore::before{border-color:transparent transparent transparent transparent}.devbefore::before{content:" ";position:absolute;bottom:100%;margin-left:-5px;border-width:8px;border-style:solid;border-color:transparent transparent #1473E6 transparent;top:25px;right:42px}.designBefore::before{content:" ";position:absolute;bottom:100%;margin-left:-5px;border-width:8px;border-style:solid;border-color:transparent transparent #1473E6 transparent;top:25px;right:17px}.align-menu ul .background-submenu{background-color:#fff;position:fixed;left:0;width:100%;padding:45px 0;display:none;z-index:2;box-shadow:0 6px 7px rgba(33,45,108,.11)}.align-menu ul .background-submenu .a1{color:#B9BCC0;font-size:10px;text-decoration:none;cursor:pointer}.align-menu ul .background-submenu .submenu-align .ul-margin1{margin-left:20px}.align-menu ul .background-submenu .submenu-align .ul-margin2{margin-right:105px}.align-menu ul .background-submenu .submenu-align2{padding-top:50px}.align-menu ul .background-submenu .submenu-align2 .ul-margin3{margin-left:322px}.align-menu ul li{cursor:pointer}.align-menu ul li .contact1{display:none}.align-menu ul li .contact1 .submenu1 ul{display:none!important}.hc-nav-trigger{display:none!important}.newsletter{background-size:cover;height:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background-position:center;background-attachment:fixed}.newsletter h1{text-align:center}.newsletter .main-button{margin-top:30px}.newsletter .main-button .btn2{height:50px;width:200px;display:flex;justify-content:center;align-items:center;z-index:1}.home-page-wrapper{background-image:url(../images/homepage-banner.png)}.e-commerce-wrapper{background-image:url(../images/ecommerce-banner.jpg);display:block;padding-top:50px;background-attachment:scroll}.allProjects-background{background-image:url(../images/homebanner.svg);height:335px;background-attachment:scroll}.allProjects-background h1{text-align:left;text-transform:none}.menu-click::after{content:' ';cursor:pointer;background-image:url(../images/arrow-black.svg);width:10px;height:10px;background-size:10px;position:absolute;background-repeat:no-repeat;top:8px;right:-15px}.menu-click:hover::after{background-image:url(../images/arrow-black-gradient.svg)}.menu-click.active::after{content:' ';cursor:pointer;background-image:url(../images/arrow-black-up.svg);width:10px;height:10px;background-size:10px;position:absolute;background-repeat:no-repeat;top:8px;right:-15px}.menu-click.active:hover::after{background-image:url(../images/arrow-black-gradient-up.svg)}.design-wrapper{padding-top:100px;padding-bottom:50px}.design-wrapper .design-text-wrapper{padding:40px 0}.design-wrapper .design-text-wrapper .design-img img{height:100%;width:100%}.design-wrapper .design-text-wrapper .gif-image img{height:300px}.design-wrapper .design-text-wrapper .front-img img{width:150px;height:150px}.design-wrapper .design-text-wrapper .design-text-right{display:none}.design-wrapper .design-text-wrapper .design-text .icons-wrapper{padding-top:10px;padding-bottom:20px}.design-wrapper .design-text-wrapper .design-text .icons-wrapper img{width:25px;height:25px;margin:0 5px}.design-wrapper .design-text-wrapper .design-text .main-button{margin-top:30px}.design-wrapper .design-text-wrapper .design-text .main-button .btn3{width:110px;height:40px}.design-wrapper .front-responsive-text p{max-width:600px}.design-wrapper .front-responsive-text p:last-child{max-width:710px}.design-wrapper .front-responsive-text img{width:100%;height:380px}.development-wrapper{padding:100px 0}.development-wrapper .development-image-wrapper{padding:50px 0}.development-wrapper .development-image-wrapper img{width:100%;height:100%}.development-wrapper .development-text{padding:20px}.development-wrapper .development-text .icons-wrapper{padding-top:10px;padding-bottom:20px}.development-wrapper .development-text .icons-wrapper img{width:25px;height:25px}.development-wrapper .development-text .main-button{margin-top:30px}.development-wrapper .development-text .main-button .btn3{width:110px;height:40px}.support-wrapper{padding:100px 0;background-color:#FAFCFD}.support-wrapper .support-text{padding:0 40px;padding-top:30px}.support-wrapper .support-text .icons-wrapper{padding-top:10px;padding-bottom:20px}.support-wrapper .support-text .icons-wrapper img{height:40px}.support-wrapper .support-text .hvr-underline-from-left{margin:10px 0}.support-wrapper .support-text .hvr-underline-from-left::before{background:linear-gradient(to right,#2c36de,#0ab3c4);height:2px}.tools-border{border-bottom:1px solid #F0F0F6}.tools-wrapper{padding:140px 0;position:relative}.tools-wrapper .h2-light{margin-bottom:40px}.tools-wrapper .tools-left{position:absolute;left:-60px;top:0}.tools-wrapper .tools-left img{height:500px;width:500px;animation:pulse 2s infinite}.tools-wrapper .tools-right{position:absolute;right:0;top:63%}.tools-wrapper .tools-right img{height:300px;width:200px;animation:pulse 2s infinite}.tools-wrapper .icons-wrapper .border-icons{height:110px;max-width:110px;border-radius:20px;background:#fff;margin-left:10px;margin-right:10px;margin-top:10px;margin-bottom:10px;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 30px -1px rgba(33,45,108,.11);transition-duration:.8s}.tools-wrapper .icons-wrapper .border-icons img{width:70px;height:70px}.tools-wrapper .icons-wrapper .border-icons:hover{animation-name:hvr-grow;transform:scale(1.1)}.tools-wrapper-responsive{display:none;padding:140px 0;position:relative}.tools-wrapper-responsive .h2-light{margin-bottom:40px}.tools-wrapper-responsive .icons-wrapper .border-icons{height:110px;width:110px;border-radius:20px;background:#fff;margin-left:10px;margin-right:10px;margin-top:10px;margin-bottom:10px;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 30px -1px rgba(33,45,108,.11)}.tools-wrapper-responsive .icons-wrapper .border-icons img{width:70px;height:70px}.tools-wrapper-responsive .icons-wrapper .border-icons:hover{animation-name:hvr-push}.quote-wrapper{background:linear-gradient(to right,#2c36de,#0ab3c4);height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center}.quote-wrapper h2{color:#fff}.quote-wrapper .main-button{margin-top:50px}.quote-wrapper .main-button .btn2{width:200px;height:50px;display:flex;justify-content:center;align-items:center}.footer-responsive{display:none}footer{background-color:#fafcfd}footer .footer-wrapper{padding:50px 0;border-bottom:1px solid #F0F0F6}footer .footer-wrapper .logo{width:133px;height:100px}footer .footer-wrapper .support-none{display:none}footer .footer-wrapper ul li:first-child a{color:#2f2f2f;opacity:.5;text-transform:uppercase;cursor:pointer;font-weight:700}footer .footer-wrapper ul li:first-child a:hover{opacity:1;background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}footer .footer-wrapper ul li{margin:5px 0}footer .footer-wrapper ul li .a1{font-size:12px!important;font-weight:500!important;opacity:1!important;text-transform:none!important;border-bottom:1px solid transparent!important}footer .footer-reserved{padding-top:10px;padding-bottom:30px}footer .footer-reserved .reserved-wrapper p{font-size:12px;color:#2f2f2f;opacity:.5;cursor:pointer}footer .footer-reserved .reserved-wrapper a{font-size:12px;font-weight:400;cursor:pointer}footer .footer-reserved .language-wrapper .a1{margin:0 10px;cursor:pointer}footer .footer-reserved .language-wrapper .a2{margin-left:10px}footer .footer-reserved-responsive{display:none!important;padding-top:10px;padding-bottom:30px}footer .footer-reserved-responsive .reserved-wrapper-responsive p{font-size:12px;color:#2f2f2f;opacity:.5}footer .footer-reserved-responsive .reserved-wrapper-responsive a{font-size:12px;font-weight:400;cursor:pointer}footer .footer-reserved-responsive .language-wrapper-responsive{display:none}footer .footer-reserved-responsive .language-wrapper-responsive .a1{margin:0 10px}footer .footer-reserved-responsive .language-wrapper-responsive .a2{margin-left:10px}.subdivision-border.subdivision-homepage{background-color:#fff}.subdivision-border.subdivision-homepage .e-commerce-subdivison a{color:#A3A6B4;opacity:1}.subdivision-border.subdivision-homepage .e-commerce-subdivison a:focus{outline:0;box-shadow:none}.subdivision-border.subdivision-homepage .e-commerce-subdivison a:hover{background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:1;font-weight:700}.subdivision-border.subdivision-homepage .e-commerce-subdivison a.active{background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:1;font-weight:700}.owl-carousel .owl-dots{display:flex;justify-content:center}.owl-carousel .owl-dots .owl-dot{background:#e3dada;border-radius:50%;width:10px;height:10px;margin:0 5px}.owl-carousel .owl-dots .owl-dot.active{background:linear-gradient(to right,#2c36de,#0ab3c4)}.subdivision-border{border:1px solid transparent;box-shadow:0 0 7px rgba(33,45,108,.11);background-color:#1473E6;position:relative}.subdivision-border .e-commerce-subdivison{display:inline-flex;text-align:center;padding:15px 0;width:100%;justify-content:center}.subdivision-border .e-commerce-subdivison .subdivision-slick{width:100%}.subdivision-border .e-commerce-subdivison .subdivision-slick .slick-list .slick-track{width:100%;display:flex;justify-content:center}.subdivision-border .e-commerce-subdivison .subdivision-slick .slick-dots{display:none}.subdivision-border .e-commerce-subdivison .owl-carousel{display:flex;justify-content:center}.subdivision-border .e-commerce-subdivison a{padding:0 40px;width:auto!important;cursor:pointer;color:#fff;opacity:.6;font-size:14px;margin:0;font-weight:700;background-image:none;white-space:nowrap}.subdivision-border .e-commerce-subdivison a:hover{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:#fff;opacity:1;font-weight:700}.subdivision-border .e-commerce-subdivison a.active{opacity:1}.ecommerce-website-wrapper{padding:100px 0}.ecommerce-website-wrapper h2{text-align:center}.ecommerce-website-wrapper .slider-picture-text-wrapper1{display:none}.ecommerce-website-wrapper .slider-picture-text-wrapper{display:flex;justify-content:center;position:relative;padding:50px 0}.ecommerce-website-wrapper .slider-picture-text-wrapper .sliderpic-wrapper{height:500px;overflow:hidden;border-radius:10px}.ecommerce-website-wrapper .slider-picture-text-wrapper .sliderpic-wrapper img{width:500px;height:500px;position:relative;border-radius:10px}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-icon-wrapper{margin:0 60px;position:relative}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-icon-wrapper .orange-icon-line{width:1px;height:100%;display:flex;flex-direction:column;justify-content:space-around}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-icon-wrapper .orange-icon-line .line{width:1px;height:20px;background:linear-gradient(to right,#2c36de,#0ab3c4);position:relative}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-icon-wrapper .orange-icon-line img{width:60px;height:60px;cursor:pointer}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-icon-wrapper .orange-icon-line .icon{width:60px;height:60px;border-radius:50%;background-color:#fff;position:relative;left:-29px;cursor:pointer;display:flex;justify-content:center;align-items:center}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper{display:flex;flex-direction:column;justify-content:space-around}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .lineText{width:1px;height:20px;background:0 0;position:relative}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .text-wrapper{min-height:82px;vertical-align:middle;display:flex;flex-direction:column;justify-content:center}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .text-wrapper .p-big{color:#2f2f2f}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .text-wrapper span{font-size:40px;background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .text-wrapperr{min-height:82px;vertical-align:middle;display:flex;flex-direction:column;justify-content:center}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .text-wrapperr .p-big{color:#2f2f2f}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .text-wrapperr span{font-size:40px;background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .text-wrapperrr{min-height:82px;vertical-align:middle;display:flex;flex-direction:column;justify-content:center}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .text-wrapperrr .p-big{color:#2f2f2f}.ecommerce-website-wrapper .slider-picture-text-wrapper .slider-text-wrapper .text-wrapperrr span{font-size:40px;background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.online-business-wrapper{padding-top:50px;padding-bottom:100px}.online-business-wrapper .online-business-option{margin-top:40px;margin-bottom:20px;text-align:center;display:flex;flex-direction:column;align-items:center;transition-duration:.8s}.online-business-wrapper .online-business-option:hover{animation-name:hvr-grow;transform:scale(1.1)}.online-business-wrapper .online-business-option .p-big{color:#2f2f2f;margin-top:20px;margin-bottom:15px}.online-business-wrapper .online-business-option .ecommerce-border{width:100px!important;height:100px!important}.online-business-wrapper .online-business-option .ecommerce-border img{width:45px!important;height:45px!important}.online-business-wrapper .online-business-option .option-border{height:110px;width:110px;border-radius:20px;background:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 30px -1px rgba(33,45,108,.11)}.online-business-wrapper .online-business-option .option-border img{width:70px;height:70px}.template-wrapper{padding:100px 0}.template-wrapper .template-btn-wrapper{margin-top:20px}.template-wrapper .all-projects-wrapper{display:flex;justify-content:flex-start;flex-wrap:wrap;padding:0}.template-wrapper .show{display:flex!important;animation-name:zoomIn;-webkit-animation-duration:.3s;-webkit-animation-timing-function:ease}.template-wrapper .template-options-wrapper{padding-top:40px;padding-bottom:20px;display:flex;flex-direction:column;align-items:center;display:none;padding-left:0;padding-right:0}.template-wrapper .template-options-wrapper .p-big{color:#2f2f2f}.template-wrapper .template-options-wrapper .tmpPadd{padding:0 20px}.template-wrapper .template-options-wrapper .tmpWrapper{box-shadow:0 0 7px rgba(33,45,108,.11);border-radius:10px;height:auto;width:auto;background-color:transparent;margin:0 10px}.template-wrapper .template-options-wrapper .tmpWrapper:hover p{background:linear-gradient(to right,#2c36de,#0ab3c4);background-clip:border-box;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.template-wrapper .template-options-wrapper .template-option-prototyping{width:100%;height:auto}.template-wrapper .template-options-wrapper .template-option-prototyping img{width:100%!important;height:100%!important}.template-wrapper .template-options-wrapper .template-option{position:relative;cursor:pointer}.template-wrapper .template-options-wrapper .template-option img{width:100%;height:100%;border-radius:10px 10px 0 0}.template-wrapper .template-options-wrapper .template-option .template-option-prototyping-hover{width:100%!important;height:auto!important}.template-wrapper .template-options-wrapper .template-option .template-option-hover{background-repeat:no-repeat;width:100%;height:auto;border-radius:10px 10px 0 0;top:0;left:0;right:0;bottom:0;background-size:contain;position:absolute;transform:scaleZ(0);transition:all .3s;background:linear-gradient(to right,#2c36de,rgba(10,179,196,.5));display:flex;justify-content:center;align-items:center;text-align:center}.template-wrapper .template-option:hover .template-option-hover{transform:scaleX(1);transition:all .9s;background:linear-gradient(to right,rgba(44,54,222,.9),rgba(10,179,196,.7))}.template-wrapper .template-option:hover .template-option-prototyping-hover{transform:scaleX(1);transition:all .9s;background:linear-gradient(to right,rgba(44,54,222,.9),rgba(10,179,196,.7))}.design-prototyping-background{background-image:url(../images/wave.svg);background-attachment:unset;height:700px;justify-content:flex-start}.design-prototyping-background h2,.design-prototyping-background p{color:#fff}.design-prototyping-background img{width:100%;height:430px}body.modal-open{overflow:hidden}.modal{display:none;position:fixed;z-index:10000;padding:50px;left:0;top:0;width:100%;height:100%;overflow-y:scroll;background-color:rgba(0,0,0,.7)}.modal .modal-content{position:relative;background-color:transparent;margin:auto;padding:0;width:90%;max-width:1200px;border-radius:30px;border:none}.modal .modal-content .mySlides{display:none}.modal .modal-content .cursor{cursor:pointer}.modal .modal-content .next,.modal .modal-content .prev{cursor:pointer;position:absolute;top:50%;width:30px;height:30px;background-color:rgba(255,255,255,.3);padding:16px;margin-top:-50px;color:#fff;font-weight:700;font-size:20px;display:flex;align-items:center;justify-content:center}.modal .modal-content .next .material-icons,.modal .modal-content .prev .material-icons{font-size:25px}.modal .modal-content .next{right:-50px}.modal .modal-content .prev{left:-50px}.modal .modal-content img{margin-bottom:-4px;border-radius:30px}.modal .modal-content .caption-container{text-align:center;background-color:#000;padding:2px 16px;color:#fff}.modal .modal-content .demo{opacity:.6}.modal .modal-content .active,.modal .modal-content .demo:hover{opacity:1}.modal .modal-content img.hover-shadow{transition:.3s}.modal .modal-content .hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.modal .close .material-icons{color:#fff;position:absolute;top:10px;right:25px;font-size:35px}.modal .close:focus,.modal .close:hover{color:#fff;text-decoration:none;cursor:pointer}.workingProcessWrapper{margin:100px 0;margin-bottom:200px;position:relative}.workingProcessWrapper .imgAbs{position:absolute;left:-432px;top:-200px}.workingProcessWrapper .proImg{position:relative;left:-400px;top:0;width:915px}.workingProcessWrapper .proImg .img2{display:none}.workingProcessWrapper .imgWeb{position:absolute;left:-432px;top:-200px}.workingProcessWrapper .imgWeb img{padding-right:20px}.workingProcessWrapper .imgWeb .img2{display:none}.workingProcessWrapper .workingProcessToolsWrapper .workingProcessTools{display:flex;align-items:center;padding:20px 0}.workingProcessWrapper .workingProcessToolsWrapper .workingProcessTools img{width:80px;height:80px}.workingProcessWrapper .workingProcessToolsWrapper .workingProcessTools img:hover{animation:pulse 1s}.workingProcessWrapper .workingProcessToolsWrapper .workingProcessTools p{color:#2f2f2f;margin-left:20px}.workingProcessWrapper .workingProcessToolsWrapper .workingProcessTools p a{color:#6F6DEC}.workingProcessWrapper .row{align-items:center;margin-top:50px}.workingProcessWrapper img{width:100%}.workingProcessWrapper .landingWorkinProcessWrapper{position:relative}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp{background-color:#fff;box-shadow:9px 19px 53px rgba(37,64,141,.4);border-bottom-left-radius:10px;border-bottom-right-radius:5px;border-top-right-radius:5px;border-top-left-radius:65px;padding:57px;width:300px;z-index:1;min-height:380px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp img{width:40px;height:40px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp p{color:#2f2f2f}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDown{background:linear-gradient(to right,#2c36de,#0ab3c4);box-shadow:9px 19px 53px rgba(37,64,141,.4);border-bottom-left-radius:100px;border-bottom-right-radius:5px;border-top-right-radius:100px;border-top-left-radius:5px;position:absolute;top:30px;left:30px;right:0;bottom:-50px;z-index:-1;cursor:pointer}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDownOrange{background:linear-gradient(to right,#2c36de,#0ab3c4);box-shadow:9px 19px 53px rgba(37,64,141,.4);border-bottom-left-radius:100px;border-bottom-right-radius:5px;border-top-right-radius:100px;border-top-left-radius:5px;position:absolute;top:30px;left:30px;right:0;bottom:-50px;z-index:-1;cursor:pointer;background:linear-gradient(to right,#FF7A36,#FFB300)}.workingProcessWrapper .landingWorkinProcessWrapper:hover .landingWorkinProcessDown,.workingProcessWrapper .landingWorkinProcessWrapper:hover .landingWorkinProcessDownOrange{-webkit-animation:zoomOut 3s;animation:zoomOut 3s}.contact-us-background-wrapper{background:linear-gradient(to right,#2c36de,#0ab3c4);padding:70px 0;position:relative}.contact-us-background-wrapper .main-button{margin-top:30px}.contact-us-background-wrapper .main-button .btn4{width:150px;height:50px;display:flex;justify-content:center;align-items:center}.contact-us-background-wrapper .contact-map{background-image:url(../images/map-contact_s.svg);position:absolute;left:0;right:0;top:0;bottom:0;background-attachment:fixed;background-size:1218px;height:1113px}.contact-us-background-wrapper .contact-map img{position:absolute}.contact-us-background-wrapper .contact-inputs-wrapper{background-color:#fff;height:auto;border-radius:20px;box-shadow:0 0 7px rgba(33,45,108,.11);padding:40px;margin:50px 0}.contact-us-background-wrapper .contact-inputs-wrapper .p-big{color:#363636;padding-left:29px}.contact-us-background-wrapper h2{color:#fff}.contact-us-background-wrapper .checkbox-wrapper .p-small{color:#363636;margin:20px 0}.contact-us-background-wrapper .social-icons-wrapper a{width:20px;height:20px;margin:10px 10px;color:#fff;opacity:.5}.contact-us-background-wrapper .social-icons-wrapper a:hover{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:1}.contact-us-background-wrapper .icons-background{width:40px;height:40px}.contact-us-background-wrapper p{color:#fff}.background-wrapper-product{background-size:cover;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background-position:center}.background-wrapper-product h1{text-align:center}.background-wrapper-product .main-button{margin-top:30px}.background-wrapper-product .main-button .btn2{height:50px;width:200px;display:flex;justify-content:center;align-items:center;z-index:1}.product img{height:100px;width:200px;margin-top:100px}.product .main-button{margin-top:20px}.product .subImg{display:flex;justify-content:center}.product .subImg img{width:auto;height:450px;margin-top:0!important;position:absolute;bottom:0;box-shadow:0 1px 50px 2px rgba(10,2,10,.1);border-top-left-radius:10px;border-top-right-radius:10px}#fullpage .fp-tableCell{vertical-align:top;position:relative}.fullpage1{display:none}.a:not([href]):not([tabindex]){color:initial}#fp-nav ul li a span{background:#fff!important}.slide1{background-position:center;background-color:#572dd2}.fp-auto-height{height:auto!important}.fp-auto-height .fp-tableCell{height:auto!important}.slide2{background-position:center;background:linear-gradient(to right,#abd40b,#5cd40b),url(../images/tools/circle.svg)}.slide3{background-position:center;background-image:url(../images/tools/circle.svg),linear-gradient(45deg,#005BF7,#00A5F5,#00E1DB)}.uxuiWrapper{margin:100px 0}.uxuiWrapper .uxuiDifferencesWrapper{margin-top:50px}.uxuiWrapper .uxuiDifferencesWrapper .iconBorder{min-width:60px;min-height:60px;background-color:#fff;box-shadow:0 1px 30px -1px rgba(33,45,108,.11);border-radius:50%;display:flex;align-items:center;justify-content:center}.uxuiWrapper .uxuiDifferencesWrapper .iconBorder img{width:30px;height:30px}.uxuiWrapper .uxuiDifferencesWrapper .iconBorder .img2{display:none}.uxuiWrapper .uxuiDifferencesWrapper .iconBorder:hover{animation:pulse 1s;background:linear-gradient(to right,#2c36de,#0ab3c4)}.uxuiWrapper .uxuiDifferencesWrapper .iconBorder:hover .img1{display:none}.uxuiWrapper .uxuiDifferencesWrapper .iconBorder:hover .img2{display:block}.uxuiWrapper .uxuiDifferencesWrapper .rightText{min-width:140px;text-align:right}.uxuiWrapper .uxuiDifferencesWrapper .uiImage{display:flex;justify-content:center}.uxuiWrapper .uxuiDifferencesWrapper .uiImage img{height:355px;width:100%}.uxuiWorkinProcessWrapper{margin:200px 0;position:relative}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper{margin-top:50px;display:flex;justify-content:space-around}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper p{text-align:center;margin-top:10px}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper .line{width:100%;border-top:1px dashed #A2AFD4;position:relative;top:50px}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper img{transform:scale(1)}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper img:hover{transform:scale(1.05);transition:2s}.methodologyWrapper{margin:100px 0}.methodologyWrapper .methodologyBlock{box-shadow:0 1px 30px -1px rgba(33,45,108,.11);border-radius:15px;padding:30px 70px 30px 70px;min-height:315px}.methodologyWrapper .methodologyBlock img{width:50px;height:50px}.methodologyWrapper .block1{margin-top:130px;transform:scale(1)}.methodologyWrapper .block1:hover{transform:scale(1.05);transition:2s}.methodologyWrapper .block2{margin-top:30px;transform:scale(1)}.methodologyWrapper .block2:hover{transform:scale(1.05);transition:2s}.methodologyWrapper .block3{margin-top:-70px;transform:scale(1)}.methodologyWrapper .block3:hover{transform:scale(1.05);transition:2s}@media only screen and (max-width:1190px){.tools-wrapper .icons-wrapper{max-width:78%!important}.template-wrapper .all-projects-wrapper{justify-content:center!important}.design-wrapper .design-text-wrapper .design-img{max-width:100%}.design-wrapper .design-text-wrapper .text-right1{padding-left:1}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp{width:245px;min-height:325px;padding:30px}.onlPadd{padding-top:0}}@media only screen and (max-width:991px){.hc-nav-trigger{display:block!important}.wrapper{position:relative;overflow:initial}.logo{position:absolute;left:0}.wrapper.open .main-menu .logo{position:absolute;left:-200px}.wrapper.open{left:-260px}.open .align-menu{right:0!important;box-shadow:0 0 7px rgba(33,45,108,.11);padding-top:69px}.align-menu{display:none}.responsive-button{display:none!important}.newsletter{height:500px}.e-commerce-wrapper{padding-top:30px}.newsletter1{height:500px}.design-wrapper .design-text-wrapper .design-img img{height:100%;width:100%}.design-wrapper .design-text-wrapper .gif-image img{height:100%}.design-wrapper .design-text-wrapper .text-right1{margin-left:22px;padding-left:0}.tools-wrapper{padding:50px 0}.tools-wrapper .tools-left{display:none}.tools-wrapper .tools-right{display:none}.tools-wrapper .icons-wrapper{flex-wrap:wrap}.support-wrapper .support-text{text-align:center;display:flex;flex-direction:column;align-items:center}.ecommerce-website-wrapper .slider-picture-text-wrapper{display:none}.ecommerce-website-wrapper .slider-picture-text-wrapper1{display:block!important}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-icon-wrapper{margin:0;margin-top:90px;display:flex;justify-content:center;position:relative}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-icon-wrapper .line-icon{width:100%}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-icon-wrapper .orange-icon-line{height:1px;width:100%;position:relative;display:flex;justify-content:space-around}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-icon-wrapper .orange-icon-line .icon{width:60px;height:60px;border-radius:50%;background-color:#fff;position:relative;top:-30px;cursor:pointer;display:flex;justify-content:center;align-items:center;border:1px solid #2c36de}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-icon-wrapper .orange-icon-line .icon img{width:60px;height:60px}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-text-wrapper{height:200px;overflow:hidden}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-text-wrapper .text-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:70px}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-text-wrapper .text-wrapper span{font-size:40px;background:linear-gradient(to right,#2c36de,#0ab3c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-text-wrapper .text-wrapper .p-big{color:#2f2f2f}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .shadow-slider-wrapper{width:450px}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .shadow-slider-wrapper .pic-shadow{top:30px;left:-30px}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .sliderpic-wrapper{border-radius:10px;height:500px;overflow:hidden}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .sliderpic-wrapper img{width:500px;height:500px}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .sliderpic-wrapper .pic1{display:flex;justify-content:center}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .sliderpic-wrapper .pic2{display:flex;justify-content:center}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .sliderpic-wrapper .pic3{display:flex;justify-content:center}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .sliderpic-wrapper .pic4{display:flex;justify-content:center}footer .container{padding:0}footer .footer-wrapper{flex-direction:column;align-items:center}footer .footer-wrapper .logo{width:170px;position:relative}footer .footer-wrapper .logo img{width:170px}footer .footer-wrapper .foot{padding:0;padding-top:30px}footer .foot{padding-right:0;padding-left:0}footer .footer-reserved{padding-right:0;padding-left:0}.design-prototyping-background{height:100%;padding-top:20px}.design-prototyping-background img{height:100%}.design-prototyping-background .container{display:flex;justify-content:center}.design-prototyping-background .design-prototyping-background-responsive{justify-content:center!important;text-align:center;margin-top:20px!important;padding-top:0!important}.contact-us-background-wrapper .contact-us-wrapper{justify-content:space-around!important;flex-wrap:wrap;flex-direction:column}.contact-us-background-wrapper .contact-us-wrapper .address-margin{margin-top:20px;margin-right:58px}.contact-us-background-wrapper .contact-us-wrapper .phone-margin{margin-bottom:20px;margin-right:74px}.contact-us-background-wrapper .contact-us-wrapper .contact-inputs-wrapper{padding-left:20px;padding-right:20px}.template-wrapper{padding:50px 0}.template-wrapper .template-options-wrapper{margin:0 0}.template-wrapper .template-options-wrapper .template-option-prototyping{width:100%;height:auto}.template-wrapper .template-options-wrapper .template-option-prototyping img{width:100%!important;height:100%!important}.template-wrapper .template-options-wrapper .tmpPadd img{width:100%;height:auto}.template-wrapper .template-options-wrapper .radius:hover{transform:scaleX(.9);transition:all .9s;background:linear-gradient(to right,#2c36de,rgba(10,179,196,.5))}.template-wrapper .template-options-wrapper .template-option .template-option-prototyping-hover{width:100%!important;height:auto!important}.allProjects-background{height:300px}.contact-us-background-wrapper .address-margin{margin-top:20px;margin-right:74px}.contact-us-background-wrapper .phone-margin{margin-bottom:20px;margin-right:74px}.contact-us-background-wrapper .email-margin{margin-left:8px}.contact-us-background-wrapper .contact-inputs-wrapper{padding-left:20px;padding-right:20px}::-webkit-scrollbar{width:0;background:0 0}.subdivision-border .subdivison-scroll1{overflow-x:scroll}.subdivision-border .subdivison-scroll1 .subvision-scroll{width:max-content;overflow-x:scroll;width:-moz-max-content}.subdivision-border .subdivison-scroll1 .subvision-scroll::-webkit-scrollbar{width:0;background:0 0}.subdivision-border .e-commerce-subdivison .owl-carousel .owl-stage{display:flex;justify-content:flex-start;width:auto!important}.subdivision-border p:nth-of-type(2)::after{display:none}.marginDisplay{margin-bottom:100px!important;margin-top:0!important}.workingProcessWrapper{margin:50px 0}.workingProcessWrapper .imgAbs{position:relative;top:0;left:0}.workingProcessWrapper .proImg{left:0;width:100%}.workingProcessWrapper .proImg .img1{display:none}.workingProcessWrapper .proImg .img2{display:block}.workingProcessWrapper .imgWeb{position:relative;top:0;left:0}.workingProcessWrapper .imgWeb img{padding-right:0}.workingProcessWrapper .imgWeb .img1{display:none}.workingProcessWrapper .imgWeb .img2{display:block}.workingProcessWrapper .workingProcessToolsWrapper{margin:20px 0}.workingProcessWrapper .workingProcessToolsWrapper .p-width{max-width:100%}.workingProcessWrapper .workingProcessToolsWrapper p{text-align:left}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp{width:285px;min-height:375px;padding:55px}.workingProcessWrapper .thirdProcess{margin-top:100px}.uxuiWrapper .uxuiDifferencesWrapper .justify-content-end{justify-content:center!important;flex-direction:column-reverse!important}.uxuiWrapper .uxuiDifferencesWrapper .mr-3{margin-right:0!important;margin-top:10px}.uxuiWrapper .uxuiDifferencesWrapper .rightText{text-align:center}.uxuiWrapper .uxuiDifferencesWrapper .uiImage{margin:20px 0}.uxuiWrapper .uxuiDifferencesWrapper .align-items-center{justify-content:center;flex-direction:column}.uxuiWrapper .uxuiDifferencesWrapper .ml-3{margin-left:0!important;margin-top:10px}.uxuiWrapper .uxuiDifferencesWrapper .col-lg-3{display:flex;justify-content:space-around}.uxuiWrapper .uxuiDifferencesWrapper .col-lg-3 .p-small{text-align:center}.methodologyWrapper .block1{margin:0}.methodologyWrapper .block2{margin:0}.methodologyWrapper .block3{margin:0}.methodologyWrapper .methodologyBlock{margin-top:30px}.methodologyWrapper .methodologyText{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center}#fullpage{display:block;overflow:scroll}#fullpage .product{height:auto!important}#fullpage .product .fp-tableCell{height:auto!important}#fullpage .product img{margin-top:20px}#fullpage .product .subImg{margin-top:20px}#fullpage .product .subImg img{height:100%;position:relative;width:100%}.online-business-wrapper{padding:50px 0}.onlPadd{padding-top:0}.onlPadd .mb-5{margin-bottom:-5px!important}.onlPadd .pt-5{padding-top:0!important}.subdivision-border .e-commerce-subdivison a{padding:0 20px}}@media screen and (max-width:776px){.marginDisplay .processFlex .landingWorkinProcessWrapper .landingWorkinProcessUp{width:295px;min-height:285px;padding:40px}}@media screen and (max-width:767px){.marginDisplay .processFlex .landingWorkinProcessWrapper .landingWorkinProcessUp{width:210px;padding:20px;min-height:300px}.subdivision-border .e-commerce-subdivison .subdivision-slick .slick-list .slick-track{justify-content:space-between}.subdivision-border .e-commerce-subdivison a{padding:0}}@media only screen and (max-width:776px){.design-wrapper{flex-direction:column}.design-wrapper .design-text-wrapper{flex-direction:column;text-align:center}.design-wrapper .design-text-wrapper .web-text{display:flex;justify-content:center}.design-wrapper .design-text-wrapper .text-right1{margin-left:0;padding-left:15px}.design-wrapper .design-text-wrapper .design-text-none{display:none!important}.design-wrapper .design-text-wrapper .design-text-right{display:block}.design-wrapper .design-text-none{display:none}.design-wrapper .design-img{margin-top:40px}.design-wrapper .front-img{margin-top:40px;justify-content:center!important}.development-wrapper .development-text{text-align:center}.tools-wrapper .icons-wrapper{max-width:100%!important;padding:0}footer .container{padding:0 15px}footer .footer-wrapper .foot{flex-wrap:wrap;padding-top:0}footer .footer-wrapper .foot .support-div{display:none}footer .footer-wrapper .foot .support-none{display:block}footer .footer-wrapper .logo{width:200px}footer .language-wrapper{display:none!important}footer .footer-reserved{display:none!important}footer .footer-reserved-responsive{display:flex!important;flex-direction:column;padding-bottom:10px}footer .footer-reserved-responsive .reserved-wrapper-responsive{flex-wrap:wrap;justify-content:center!important}footer .footer-reserved-responsive .reserved-wrapper-responsive .social-text{text-align:center}footer .footer-reserved-responsive .reserved-wrapper-responsive .social-text a{font-size:14px!important;font-weight:700!important}footer .footer-reserved-responsive .language-wrapper-responsive .p-small{font-size:12px;opacity:.5}.allProjects-background .p-big{text-align:left}.contact-us-background-wrapper .email-margin{margin-left:0}.contact-us-background-wrapper .contact-inputs-wrapper .checkbox-wrapper{flex-direction:column}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp{width:200px;min-height:320px;padding:20px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp p{text-align:center}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp .mb-2{display:flex;justify-content:center}.workingProcessWrapper .thirdProcess{margin-top:100px}.uxuiWorkinProcessWrapper{margin:50px 0}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper{margin-top:20px}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper img{width:70px;height:70px}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper .p-small{font-size:10px}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper .line{top:35px}.methodologyWrapper .methodologyBlock{padding:30px 20px}.slide1 .subImg img{width:100%;height:auto}.slide2 .subImg img{width:100%;height:auto}.uxuiWrapper{margin:50px 0}}@media only screen and (max-width:580px){.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp{width:230px!important;min-height:340px;padding:45px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDown{width:220px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDownOrange{width:220px}.workingProcessWrapper .secondProcess{margin-top:0}}@media only screen and (max-width:575px){.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp{width:275px!important;min-height:340px;padding:45px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDown{width:275px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDownOrange{width:275px}.workingProcessWrapper .secondProcess{margin-top:100px}.workingProcessWrapper .processFlex{display:flex;justify-content:center}}@media only screen and (max-width:525px){footer .footer-reserved-responsive .reserved-wrapper-responsive .social-text{padding-left:0}footer .footer-reserved-responsive .reserved-wrapper-responsive .social-text a{padding:0 10px}.contact-us-background-wrapper .address-margin{margin-top:20px;margin-right:58px}.contact-us-background-wrapper .phone-margin{margin-bottom:20px;margin-right:74px}.contact-us-background-wrapper .contact-inputs-wrapper{padding-left:20px;padding-right:20px}.allProjects-background div{justify-content:center!important;text-align:center!important}.allProjects-background div h1{text-align:center!important}.allProjects-background div .p-big{text-align:center!important}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp{width:285px;min-height:320px;padding:45px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDown{width:275px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDownOrange{width:275px}.workingProcessWrapper .secondProcess{margin-top:100px}.workingProcessWrapper .processFlex{display:flex;justify-content:center}}@media only screen and (max-width:479px){.e-commerce-wrapper{height:645px}.design-wrapper .design-text-wrapper .design-img img{height:100%}.about-tools{display:none}.support-wrapper{padding-top:0}.development-wrapper{padding-top:0}.tools-wrapper-responsive{display:block;padding-top:0;padding-bottom:50px}.tools-wrapper-responsive .tools-owl .owl-stage-outer{width:100%}.tools-wrapper-responsive .tools-owl .owl-nav .owl-prev{position:absolute;left:-10px;top:44%;background-image:url(../images/12.png);background-repeat:no-repeat;color:transparent;width:22px;height:35px;background-size:20px}.tools-wrapper-responsive .tools-owl .owl-nav .owl-next{position:absolute;right:-10px;top:44%;background-image:url(../images/13.png);background-repeat:no-repeat;color:transparent;width:22px;height:35px;background-size:20px}.tools-wrapper-responsive .icons-wrapper{flex-wrap:wrap;padding:0}.tools-wrapper-responsive .icons-wrapper .border-icons{width:87px;height:87px}.tools-wrapper-responsive .icons-wrapper .border-icons img{width:55px;height:55px}.tools-wrapper-responsive .icons-wrapper .border-icons:hover{animation-name:hvr-push}.ecommerce-website-wrapper .slider-picture-text-wrapper{display:none}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-icon-wrapper .line-icon{width:100%}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-icon-wrapper .line-icon .orange-icon-line{height:1px;width:100%;display:flex}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-icon-wrapper .line-icon .orange-icon-line .icon{position:relative;margin:0 3px;height:40px;width:40px;top:-20px}.ecommerce-website-wrapper .slider-picture-text-wrapper1 .slider-icon-wrapper .line-icon .orange-icon-line .icon img{width:40px;height:40px}.footer-responsive{display:block}.footer-standart{display:none}footer .footer-wrapper{padding:20px 0;flex-direction:column}footer .footer-wrapper .logo{height:0;width:190px}footer .footer-wrapper .logo img{width:150px}footer .footer-wrapper .foot{flex-direction:column;margin-top:65px;align-items:start;text-align:left}footer .footer-wrapper .foot .header-click{position:relative;border-bottom:1px solid #F0F0F6}footer .footer-wrapper .foot .header-click::after{content:' ';cursor:pointer;background-image:url(../images/arrow-black.svg);width:12px;height:12px;background-size:12px;position:absolute;background-repeat:no-repeat;top:13px;right:0}footer .footer-wrapper .foot .header-click:hover::after{background-image:url(../images/arrow-black-gradient.svg)}footer .footer-wrapper .foot .header-click.active::after{content:' ';cursor:pointer;background-image:url(../images/arrow-black-up.svg);width:12px;height:12px;background-size:12px;position:absolute;background-repeat:no-repeat;top:13px;right:0}footer .footer-wrapper .foot .header-click.active:hover::after{background-image:url(../images/arrow-black-gradient-up.svg)}footer .footer-wrapper .foot .footer-body{height:auto;position:relative}footer .footer-wrapper .foot ul{width:100%}footer .footer-wrapper .foot ul .body-footer{display:none}footer .footer-wrapper .foot ul li a{padding:5px 0;width:100%}footer .footer-wrapper .foot ul li .a1{border-bottom:1px solid #fff!important}.contact-us-background-wrapper .contact-inputs-wrapper{margin:60px 0}.contact-us-background-wrapper .address-margin{margin-top:20px;margin-right:58px}.contact-us-background-wrapper .phone-margin{margin-bottom:20px;margin-right:74px}.design-wrapper .front-responsive-text img{height:110px}.template-wrapper .all-projects-wrapper{justify-content:flex-start!important}.template-wrapper .template-options-wrapper{margin:0 0;padding-bottom:10px}.template-wrapper .template-options-wrapper .tmpWrapper{max-width:100%;margin:0 5px}.template-wrapper .template-options-wrapper .tmpWrapper .pb-3,.template-wrapper .template-options-wrapper .tmpWrapper .pl-3,.template-wrapper .template-options-wrapper .tmpWrapper .pt-3{padding:8px!important;overflow-x:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.template-wrapper .template-options-wrapper .template-option-prototyping{width:100%;height:auto}.template-wrapper .template-options-wrapper .template-option-prototyping img{width:100%!important;height:auto!important}.template-wrapper .template-options-wrapper .template-option-prototyping .pl-3{padding-left:10px!important}.template-wrapper .template-options-wrapper .template-option-prototyping .pt-3{padding-top:10px!important;padding-bottom:10px}.template-wrapper .template-options-wrapper .template-option-prototyping .p-small{font-size:12px}.template-wrapper .template-options-wrapper .tmpPadd{padding:0}.template-wrapper .template-options-wrapper .radius:hover{transform:scaleX(1)}.template-wrapper .template-options-wrapper .template-option .template-option-prototyping-hover{width:100%!important;height:auto!important}.subdivision-border .e-commerce-subdivison p{padding:0 16px}.workingProcessWrapper{margin:30px 0}.workingProcessWrapper .workingProcessToolsWrapper .workingProcessTools{flex-direction:column}.workingProcessWrapper .workingProcessToolsWrapper .workingProcessTools p{text-align:center;margin-left:0}.workingProcessWrapper .workingProcessToolsWrapper .workingProcessTools img{margin-bottom:10px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessUp{width:250px!important;min-height:280px;padding:30px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDown{width:240px}.workingProcessWrapper .landingWorkinProcessWrapper .landingWorkinProcessDownOrange{width:240px}.workingProcessWrapper .secondProcess{margin-top:100px}.workingProcessWrapper .processFlex{display:flex;justify-content:center}.home-page-wrapper{height:auto;padding:20px 0}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper{flex-direction:column}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper .line{border-top:4px dashed transparent;margin-top:20px}.uxuiWorkinProcessWrapper .uxuiProcessIconsWrapper .p-small{font-size:14px}}@media screen and (min-width:1900px){.product .subImg img{height:570px}}@media screen and (max-width:1800px){.product .subImg img{height:440px}}@media only screen and (max-width:1440px){.product .subImg img{height:440px}}