@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 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}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(0.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(0.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}}@keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{transform:none}}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}100%{opacity:1;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}100%{opacity:1;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}100%{opacity:1;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}100%{opacity:1;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}100%{opacity:1;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}100%{opacity:1;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}100%{opacity:1;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}100%{opacity:1;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{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{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{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{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:center;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:center;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}100%{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}100%{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}

:root {
  --text-main: #22232F;
  --bg: #F7F6F9;
}

body {
  font-family: "Wix Madefor Display";
  color: var(--text-main);
  margin: 0;
  background-image: url("/img/main-background.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #F7F6F9;
  scroll-behavior: smooth;
}

* {
  font-family: "Wix Madefor Display";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}
*::-webkit-scrollbar {
  width: 3px;
}
*::-webkit-scrollbar-track {
  background: #f7f6f9;
}
*::-webkit-scrollbar-thumb {
  background: #2E36BC;
}
*::-webkit-scrollbar-thumb:hover {
  background: #2127b3;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: var(--text-main);
}

button {
  cursor: pointer;
}

.container {
  width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
}

.row {
  display: flex;
}

.section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}
.section-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #9DA0BE;
  line-height: 132%;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 16px;
  }
}
.section-title {
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.section-h2 {
  color: #3139C8;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .section-h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-primary {
  background: linear-gradient(92deg, #9753DF 1.76%, #7C27D6 94.66%);
  padding: 20px;
  color: #fff;
  font-size: 16px;
  border: none;
  font-weight: 700;
  border-radius: 99px;
  transition: 0.3s;
}
.btn-primary:hover {
  box-shadow: 0 0 10px rgba(124, 39, 214, 0.6);
}

.form .success {
  text-align: center;
}
.form-group {
  margin-bottom: 8px;
}
.form-group input {
  padding: 20px 32px;
  border-radius: 32px;
  background: #fff;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  border: solid 1px #fff;
  transition: 0.3s;
}
.form-group input::-moz-placeholder {
  color: #9DA0BE;
}
.form-group input::placeholder {
  color: #9DA0BE;
}
.form-group input:focus, .form-group input:active {
  border-color: #9753DF;
}
.form .btn-primary {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 24px;
  box-shadow: 0px 10px 20px rgba(124, 39, 214, 0.41);
}
.form-description {
  color: #9DA0BE;
  font-size: 16px;
}
.form-description a {
  color: #9DA0BE;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .form-description {
    font-size: 14px;
    text-align: center;
  }
}

.footer {
  padding: 50px 0;
  background-image: url("/img/bottom-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 700px;
}
.footer .row {
  justify-content: space-between;
  align-items: center;
}
.footer .row a {
  border-bottom: solid 1px;
  line-height: 1.2;
  color: #9DA0BE;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer .row {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 100px;
  }
  .footer .row img {
    margin-bottom: 24px;
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}
.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal-inner {
  width: 480px;
  padding: 40px;
  border-radius: 32px;
  background: #F7F6F9;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .modal-inner {
    padding: 40px 24px;
    max-width: 100%;
    width: 330px;
  }
}
.modal-title {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .modal-title {
    font-size: 24px;
  }
}
.modal-description {
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.modal-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

.only-mobile {
  display: none;
}
@media (max-width: 768px) {
  .only-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .only-desktop {
    display: none !important;
  }
}

/* wix-madefor-display-regular - cyrillic_cyrillic-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/wix-madefor-display-v11-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2");
}
/* wix-madefor-display-500 - cyrillic_cyrillic-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/wix-madefor-display-v11-cyrillic_cyrillic-ext_latin-500.woff2") format("woff2");
}
/* wix-madefor-display-600 - cyrillic_cyrillic-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/wix-madefor-display-v11-cyrillic_cyrillic-ext_latin-600.woff2") format("woff2");
}
/* wix-madefor-display-700 - cyrillic_cyrillic-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/wix-madefor-display-v11-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2");
}
.header {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 10;
  transition: 0.3s;
}
.header .logo img {
  width: 120px;
  transition: 0.3s;
}
.header.-fixed {
  background: rgb(255, 255, 255);
  padding: 12px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}
.header.-fixed .logo img {
  width: 60px;
}
.header .row {
  justify-content: space-between;
}
.header .phone {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  line-height: 1;
}
.header .phone img {
  margin-right: 5px;
  width: 20px;
}
.header .menu {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 100px;
}
.header .menu-item {
  margin: 0 24px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
}
.header .menu-item:last-child:after {
  content: none;
}
.header .menu-item:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 99px;
  background: var(--text-main);
}
@media (max-width: 768px) {
  .header {
    padding: 16px 0;
  }
  .header .logo img {
    width: 84px;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 24px 48px;
  z-index: 99;
}
.mobile-menu .close-menu {
  margin-right: 0;
  margin-left: auto;
  width: 25px;
  margin-bottom: 72px;
}
.mobile-menu .menu-item {
  margin-bottom: 32px;
}
.mobile-menu .phone {
  display: flex;
  font-weight: 500;
  align-items: center;
  margin-top: 120px;
}
.mobile-menu .phone img {
  width: 24px;
  margin-right: 5px;
}

.hero {
  padding-top: 165px;
  padding-bottom: 80px;
}
.hero-title {
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }
  .hero-title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-bottom: 50px;
    padding-top: 125px;
  }
}
.hero-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 32px;
}
.hero-description span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-description {
    font-size: 16px;
  }
}
.hero-btn {
  width: 100%;
}
@media (max-width: 768px) {
  .hero-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 64px auto;
    padding: 20px 56px;
  }
}
.hero-row {
  margin: 0 -64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .hero-row {
    flex-wrap: wrap;
    margin: 0 -4px;
  }
}
.hero-col {
  flex: 0 0 20%;
  padding: 0 4px;
}
.hero-col > div {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .hero-col > div {
    border-radius: 24px;
  }
}
.hero-col.-justify {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 440px;
}
@media (max-width: 768px) {
  .hero-col.-justify {
    height: auto;
  }
  .hero-col.-justify img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .hero-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 4px;
  }
  .hero-col:nth-of-type(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-col:nth-of-type(3) {
    order: 5;
  }
}
.hero-first img {
  width: 100%;
}
@media (max-width: 768px) {
  .hero-first {
    height: 280px;
  }
  .hero-first img {
    height: 100%;
    transform: scale(1.5);
    transform-origin: left top;
  }
}
.hero-second {
  padding: 32px 32px 24px 32px;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .hero-second {
    padding: 20px;
  }
}
.hero-second:after {
  content: "";
  position: absolute;
  left: -100px;
  top: 220px;
  width: 491px;
  height: 388px;
  transform: rotate(-25deg);
  background: linear-gradient(165deg, #434AD1 1.75%, #2E36BC 49.99%);
}
@media (max-width: 768px) {
  .hero-second:after {
    top: 150px;
    transform: rotate(165deg);
  }
}
.hero-second-mark {
  background: #3139C8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 8px;
  border-radius: 100px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .hero-second-mark {
    margin-bottom: 20px;
  }
}
.hero-second-text {
  color: #9698B0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hero-second-text {
    font-size: 14px;
  }
}
.hero-second-label {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  color: #fff;
}
.hero-second-number {
  text-align: right;
  font-size: 36px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-second {
    height: 280px;
  }
}
.hero-third img {
  width: 100%;
}
@media (max-width: 768px) {
  .hero-third {
    height: 280px;
  }
}
.hero-fourth {
  height: 360px;
  padding: 40px 32px;
}
@media (max-width: 768px) {
  .hero-fourth {
    height: auto;
    padding: 0;
    background: transparent !important;
    border-radius: unset !important;
  }
}
.hero-list div {
  align-items: flex-start;
  margin-bottom: 16px;
  font-weight: 500;
  padding-bottom: 16px;
  display: flex;
  border-bottom: solid 1px rgba(148, 148, 209, 0.2);
  line-height: 130%;
}
.hero-list div img {
  margin-right: 5px;
  margin-top: 3px;
}
.hero-list div:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .hero-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hero-list div {
    flex: 0 0 calc(50% - 4px);
    border-bottom: 0;
    padding: 16px 12px;
    font-size: 15px;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 20px;
  }
  .hero-list div:nth-of-type(3), .hero-list div:nth-of-type(4) {
    margin-bottom: 0;
  }
}
.hero-fifth {
  position: relative;
}
.hero-fifth-content {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-fifth-content {
    left: 20px;
    top: 16px;
  }
}
.hero-fifth-number {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1;
}
@media (max-width: 768px) {
  .hero-fifth-number {
    font-size: 36px;
    margin-bottom: 8px;
  }
}
.hero-fifth-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 132%;
}
@media (max-width: 768px) {
  .hero-fifth-text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .hero-fifth {
    height: 280px;
  }
  .hero-fifth img {
    width: 100%;
  }
}

.about-row {
  display: flex;
  margin: 0 -24px;
}
@media (max-width: 768px) {
  .about-row {
    flex-wrap: wrap;
    margin: 0;
  }
}
.about-col {
  padding: 0 24px;
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  .about-col {
    flex: 0 0 100%;
    padding: 10px 0;
  }
}
.about-img {
  border-radius: 32px;
  width: 100%;
}
.about-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .about-text {
    font-size: 16px;
  }
}
.about-text span {
  font-weight: 700;
}
.about-advantages {
  display: flex;
  margin: 0 -4px 48px -4px;
}
@media (max-width: 768px) {
  .about-advantages {
    flex-wrap: wrap;
  }
}
.about-advantages-col {
  flex: 0 0 50%;
  padding: 0 4px;
}
@media (max-width: 768px) {
  .about-advantages-col {
    flex: 0 0 100%;
    padding: 4px;
  }
}
.about-advantages-item {
  border-radius: 16px;
  border: 1px solid #3139C8;
  background: linear-gradient(90deg, #434AD1 0%, #2D35B8 100%);
  padding: 16px 20px;
  display: flex;
  height: 100%;
  color: #fff;
  font-weight: 500;
  align-items: flex-start;
}
.about-advantages-check {
  margin-right: 16px;
  padding: 3px 8px;
  background: #fff;
  border-radius: 99px;
}
.about-target {
  background: #fff;
  border-radius: 32px;
  padding: 8px;
  display: flex;
}
@media (max-width: 768px) {
  .about-target {
    flex-wrap: wrap;
  }
}
.about-target img {
  border-radius: 24px;
}
@media (max-width: 768px) {
  .about-target img {
    width: 100%;
  }
}
.about-target-col {
  padding: 32px 15px 32px 32px;
}
@media (max-width: 768px) {
  .about-target-col {
    padding: 24px;
  }
}
.about-target-tag {
  padding: 6px 12px;
  border: solid 1px #3139C8;
  color: #3139C8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 99px;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about-target-tag {
    margin-bottom: 32px;
  }
}
.about-target-text {
  font-weight: 500;
  margin-bottom: 16px;
}
.about-target-hint {
  color: #9DA0BE;
  font-weight: 500;
}

.directions-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 768px) {
  .directions-row {
    padding: 0 30px;
  }
}
.directions-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 5px;
}
@media (max-width: 768px) {
  .directions-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4px;
  }
}
.directions-item {
  padding: 8px 8px 88px 8px;
  background: #fff;
  border-radius: 24px;
  border: solid 1px #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.directions-item img {
  border-radius: 24px;
  width: 100%;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}
.directions-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .directions-title {
    padding: 0;
  }
}
.directions-index {
  height: 128px;
  width: 128px;
  position: absolute;
  left: 50%;
  bottom: -85px;
  transform: translateX(-50%);
  background: #434AD1;
  color: #fff;
  border-radius: 99px;
  text-align: center;
  padding-top: 12px;
  font-weight: 700;
  font-size: 14px;
}

.licenses-row {
  display: flex;
  margin: 0 -4px;
  flex-wrap: wrap;
}
.licenses-col {
  padding: 4px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 768px) {
  .licenses-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.licenses-item {
  cursor: pointer;
}
.licenses-item img {
  width: 100%;
  height: 407px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .licenses-item img {
    height: 230px;
  }
}
.licenses-btn {
  margin: 34px auto 0 auto;
  display: block;
  padding: 20px 56px;
}

.contacts-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .contacts-title {
    font-size: 32px;
    text-align: center;
  }
}
.contacts-row {
  display: flex;
}
@media (max-width: 768px) {
  .contacts-row {
    flex-wrap: wrap;
  }
}
.contacts-col {
  flex: 0 0 55%;
}
.contacts-col:first-child {
  flex: 0 0 45%;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .contacts-col {
    flex: 0 0 100% !important;
    padding: 24px 0 !important;
  }
}
.contacts-description {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  margin-bottom: 24px;
}
.contacts-description span {
  font-weight: 700;
}
.contacts-check {
  background: #3139C8;
  padding: 3px 8px;
  border-radius: 99px;
  margin-right: 16px;
  margin-top: 5px;
}
.contacts-map {
  overflow: hidden;
  border-radius: 32px;
}
.contacts-map iframe {
  display: block;
}
.contacts-info {
  padding: 24px 32px;
  background: #fff;
  border-radius: 24px;
  display: flex;
  margin: 8px -10px 0 -8px;
}
@media (max-width: 768px) {
  .contacts-info {
    flex-wrap: wrap;
    margin: 16px 0 0 0;
  }
}
.contacts-info-col {
  flex: 0 0 30%;
  padding: 0 10px;
}
.contacts-info-col:last-child {
  flex: 0 0 40%;
}
@media (max-width: 768px) {
  .contacts-info-col {
    flex: 0 0 100% !important;
    padding: 12px 0;
  }
}
.contacts-info-label {
  display: flex;
  align-items: center;
  color: #9DA0BE;
  margin-bottom: 8px;
}
.contacts-info-label img {
  margin-right: 8px;
}
.contacts-info-value {
  font-size: 16px;
  font-weight: 500;
}
