@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}.animated.small-duration{-webkit-animation-duration:0.3s;animation-duration:0.3s;}.animated.small-duration1{-webkit-animation-duration:0.6s;animation-duration:0.6s;}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes rotate{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}.rotate{-webkit-animation:rotate 2s infinite cubic-bezier(0.215,0.610,0.355,1.000);animation:rotate 2s infinite cubic-bezier(0.215,0.610,0.355,1.000);}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-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{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-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{from,50%,to{opacity:1;}25%,75%{opacity:0;}}@keyframes flash{from,50%,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,0.75,1);transform:scale3d(1.25,0.75,1);}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1);}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.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,0.75,1);transform:scale3d(1.25,0.75,1);}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1);}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.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:none;transform:none;}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:none;transform:none;}}@keyframes wobble{from{-webkit-transform:none;transform:none;}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:none;transform:none;}}.wobble{-webkit-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none;}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(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg);}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg);}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg);}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none;}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(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg);}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg);}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg);}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center;}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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:none;transform:none;}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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:none;transform:none;}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown;}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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:none;transform:none;}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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:none;transform:none;}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft;}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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:none;transform:none;}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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:none;transform:none;}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}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-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:none;transform:none;}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}to{opacity:1;-webkit-transform:none;transform:none;}}.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:none;transform:none;}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0);}to{opacity:1;-webkit-transform:none;transform:none;}}.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:none;transform:none;}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}to{opacity:1;-webkit-transform:none;transform:none;}}.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:none;transform:none;}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);}to{opacity:1;-webkit-transform:none;transform:none;}}.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:none;transform:none;}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}to{opacity:1;-webkit-transform:none;transform:none;}}.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:none;transform:none;}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);}to{opacity:1;-webkit-transform:none;transform:none;}}.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:none;transform:none;}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}to{opacity:1;-webkit-transform:none;transform:none;}}.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:none;transform:none;}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0);}to{opacity:1;-webkit-transform:none;transform:none;}}.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-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-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:none;transform:none;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:none;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{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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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-name:hinge;animation-name:hinge;}@-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:none;transform:none;}}@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:none;transform:none;}}.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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}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(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,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;}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul,li{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}input,textarea,button,select{margin:0;font:inherit;}button,input[type="submit"]{cursor:pointer;}input:focus,textarea:focus,select:focus,button:active,button:focus{outline:none;}a{color:inherit;text-decoration:inherit;}*,*:before,*:after{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.clearfix:after,.clear:after{content:"";display:block;clear:both;}.clear{clear:both;}*{min-height:0;min-width:0;}[class*="grid"]{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -1.5rem;}.col,[class*="col-"]{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 1.5rem 3rem;}.col{-webkit-flex:1 1 0%;-moz-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;}.grid.col,.grid[class*="col-"]{margin:0;padding:0;}[class*="grid-"][class*="-noGutter"]{margin:0;}[class*="grid-"][class*="-noGutter"] > [class*="col"]{padding:0;}[class*="grid-"][class*="-center"]{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;}[class*="grid-"][class*="-right"]{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-align-self:flex-end;align-self:flex-end;margin-left:auto;}[class*="grid-"][class*="-left"]{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-align-self:flex-start;align-self:flex-start;margin-right:auto;}[class*="grid-"][class*="-top"]{-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;}[class*="grid-"][class*="-middle"]{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}[class*="grid-"][class*="-bottom"]{-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;}[class*="grid-"][class*="-noWrap"]{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}[class*="grid-"][class*="-reverse"]{-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}[class*="grid-"][class*="-column"]{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}[class*="grid-"][class*="-column"] > [class*="col-"]{-webkit-flex-basis:auto;-moz-flex-basis:auto;-ms-flex-basis:auto;flex-basis:auto;}[class*="grid-"][class*="-column-reverse"]{-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}[class*="grid-"][class*="-spaceBetween"]{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;}[class*="grid-"][class*="-spaceAround"]{-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;}[class*="grid-"][class*="-equalHeight"] > [class*="col"]{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}[class*="grid-"][class*="-noBottom"] > [class*="col"]{padding-bottom:0;}[class*="col-"][class*="-top"]{-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-align-self:flex-start;align-self:flex-start;}[class*="col-"][class*="-middle"]{-webkit-align-self:center;-moz-align-self:center;-ms-align-self:center;align-self:center;}[class*="col-"][class*="-bottom"]{-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-align-self:flex-end;align-self:flex-end;}[class*="col-"][class*="-first"]{-webkit-order:-1;-moz-order:-1;-ms-order:-1;order:-1;}[class*="col-"][class*="-last"]{-webkit-order:1;-moz-order:1;-ms-order:1;order:1;}[class*="grid-1"] > .col,[class*="grid-1"] > [class*='col-']{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="grid-2"] > .col,[class*="grid-2"] > [class*='col-']{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*="grid-3"] > .col,[class*="grid-3"] > [class*='col-']{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*="grid-4"] > .col,[class*="grid-4"] > [class*='col-']{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*="grid-5"] > .col,[class*="grid-5"] > [class*='col-']{-webkit-flex-basis:20%;-moz-flex-basis:20%;-ms-flex-basis:20%;flex-basis:20%;max-width:20%;}[class*="grid-6"] > .col,[class*="grid-6"] > [class*='col-']{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*="grid-7"] > .col,[class*="grid-7"] > [class*='col-']{-webkit-flex-basis:14.285714285714%;-moz-flex-basis:14.285714285714%;-ms-flex-basis:14.285714285714%;flex-basis:14.285714285714%;max-width:14.285714285714%;}[class*="grid-8"] > .col,[class*="grid-8"] > [class*='col-']{-webkit-flex-basis:12.5%;-moz-flex-basis:12.5%;-ms-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%;}[class*="grid-9"] > .col,[class*="grid-9"] > [class*='col-']{-webkit-flex-basis:11.111111111111%;-moz-flex-basis:11.111111111111%;-ms-flex-basis:11.111111111111%;flex-basis:11.111111111111%;max-width:11.111111111111%;}[class*="grid-10"] > .col,[class*="grid-10"] > [class*='col-']{-webkit-flex-basis:10%;-moz-flex-basis:10%;-ms-flex-basis:10%;flex-basis:10%;max-width:10%;}[class*="grid-11"] > .col,[class*="grid-10"] > [class*='col-']{-webkit-flex-basis:9.0909090909091%;-moz-flex-basis:9.0909090909091%;-ms-flex-basis:9.0909090909091%;flex-basis:9.0909090909091%;max-width:9.0909090909091%;}[class*="grid-12"] > .col,[class*="grid-11"] > [class*='col-']{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}@media screen and (max-width: 75em){[class*="_lg-1"] > .col,[class*="_lg-1"] > [class*='col-']{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="_lg-2"] > .col,[class*="_lg-2"] > [class*='col-']{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*="_lg-3"] > .col,[class*="_lg-3"] > [class*='col-']{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*="_lg-4"] > .col,[class*="_lg-4"] > [class*='col-']{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*="_lg-5"] > .col,[class*="_lg-5"] > [class*='col-']{-webkit-flex-basis:20%;-moz-flex-basis:20%;-ms-flex-basis:20%;flex-basis:20%;max-width:20%;}[class*="_lg-6"] > .col,[class*="_lg-6"] > [class*='col-']{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*="_lg-7"] > .col,[class*="_lg-7"] > [class*='col-']{-webkit-flex-basis:14.285714285714%;-moz-flex-basis:14.285714285714%;-ms-flex-basis:14.285714285714%;flex-basis:14.285714285714%;max-width:14.285714285714%;}[class*="_lg-8"] > .col,[class*="_lg-8"] > [class*='col-']{-webkit-flex-basis:12.5%;-moz-flex-basis:12.5%;-ms-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%;}[class*="_lg-9"] > .col,[class*="_lg-9"] > [class*='col-']{-webkit-flex-basis:11.111111111111%;-moz-flex-basis:11.111111111111%;-ms-flex-basis:11.111111111111%;flex-basis:11.111111111111%;max-width:11.111111111111%;}[class*="_lg-10"] > .col,[class*="_lg-10"] > [class*='col-']{-webkit-flex-basis:10%;-moz-flex-basis:10%;-ms-flex-basis:10%;flex-basis:10%;max-width:10%;}[class*="_lg-11"] > .col,[class*="_lg-10"] > [class*='col-']{-webkit-flex-basis:9.0909090909091%;-moz-flex-basis:9.0909090909091%;-ms-flex-basis:9.0909090909091%;flex-basis:9.0909090909091%;max-width:9.0909090909091%;}[class*="_lg-12"] > .col,[class*="_lg-11"] > [class*='col-']{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}}@media screen and (max-width: 62em){[class*="_md-1"] > .col,[class*="_md-1"] > [class*='col-']{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="_md-2"] > .col,[class*="_md-2"] > [class*='col-']{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*="_md-3"] > .col,[class*="_md-3"] > [class*='col-']{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*="_md-4"] > .col,[class*="_md-4"] > [class*='col-']{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*="_md-5"] > .col,[class*="_md-5"] > [class*='col-']{-webkit-flex-basis:20%;-moz-flex-basis:20%;-ms-flex-basis:20%;flex-basis:20%;max-width:20%;}[class*="_md-6"] > .col,[class*="_md-6"] > [class*='col-']{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*="_md-7"] > .col,[class*="_md-7"] > [class*='col-']{-webkit-flex-basis:14.285714285714%;-moz-flex-basis:14.285714285714%;-ms-flex-basis:14.285714285714%;flex-basis:14.285714285714%;max-width:14.285714285714%;}[class*="_md-8"] > .col,[class*="_md-8"] > [class*='col-']{-webkit-flex-basis:12.5%;-moz-flex-basis:12.5%;-ms-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%;}[class*="_md-9"] > .col,[class*="_md-9"] > [class*='col-']{-webkit-flex-basis:11.111111111111%;-moz-flex-basis:11.111111111111%;-ms-flex-basis:11.111111111111%;flex-basis:11.111111111111%;max-width:11.111111111111%;}[class*="_md-10"] > .col,[class*="_md-10"] > [class*='col-']{-webkit-flex-basis:10%;-moz-flex-basis:10%;-ms-flex-basis:10%;flex-basis:10%;max-width:10%;}[class*="_md-11"] > .col,[class*="_md-10"] > [class*='col-']{-webkit-flex-basis:9.0909090909091%;-moz-flex-basis:9.0909090909091%;-ms-flex-basis:9.0909090909091%;flex-basis:9.0909090909091%;max-width:9.0909090909091%;}[class*="_md-12"] > .col,[class*="_md-11"] > [class*='col-']{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}}@media screen and (max-width: 48em){[class*="_sm-1"] > .col,[class*="_sm-1"] > [class*='col-']{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="_sm-2"] > .col,[class*="_sm-2"] > [class*='col-']{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*="_sm-3"] > .col,[class*="_sm-3"] > [class*='col-']{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*="_sm-4"] > .col,[class*="_sm-4"] > [class*='col-']{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*="_sm-5"] > .col,[class*="_sm-5"] > [class*='col-']{-webkit-flex-basis:20%;-moz-flex-basis:20%;-ms-flex-basis:20%;flex-basis:20%;max-width:20%;}[class*="_sm-6"] > .col,[class*="_sm-6"] > [class*='col-']{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*="_sm-7"] > .col,[class*="_sm-7"] > [class*='col-']{-webkit-flex-basis:14.285714285714%;-moz-flex-basis:14.285714285714%;-ms-flex-basis:14.285714285714%;flex-basis:14.285714285714%;max-width:14.285714285714%;}[class*="_sm-8"] > .col,[class*="_sm-8"] > [class*='col-']{-webkit-flex-basis:12.5%;-moz-flex-basis:12.5%;-ms-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%;}[class*="_sm-9"] > .col,[class*="_sm-9"] > [class*='col-']{-webkit-flex-basis:11.111111111111%;-moz-flex-basis:11.111111111111%;-ms-flex-basis:11.111111111111%;flex-basis:11.111111111111%;max-width:11.111111111111%;}[class*="_sm-10"] > .col,[class*="_sm-10"] > [class*='col-']{-webkit-flex-basis:10%;-moz-flex-basis:10%;-ms-flex-basis:10%;flex-basis:10%;max-width:10%;}[class*="_sm-11"] > .col,[class*="_sm-10"] > [class*='col-']{-webkit-flex-basis:9.0909090909091%;-moz-flex-basis:9.0909090909091%;-ms-flex-basis:9.0909090909091%;flex-basis:9.0909090909091%;max-width:9.0909090909091%;}[class*="_sm-12"] > .col,[class*="_sm-11"] > [class*='col-']{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}}@media screen and (max-width: 30em){[class*="_xs-1"] > .col,[class*="_xs-1"] > [class*='col-']{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="_xs-2"] > .col,[class*="_xs-2"] > [class*='col-']{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*="_xs-3"] > .col,[class*="_xs-3"] > [class*='col-']{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*="_xs-4"] > .col,[class*="_xs-4"] > [class*='col-']{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*="_xs-5"] > .col,[class*="_xs-5"] > [class*='col-']{-webkit-flex-basis:20%;-moz-flex-basis:20%;-ms-flex-basis:20%;flex-basis:20%;max-width:20%;}[class*="_xs-6"] > .col,[class*="_xs-6"] > [class*='col-']{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*="_xs-7"] > .col,[class*="_xs-7"] > [class*='col-']{-webkit-flex-basis:14.285714285714%;-moz-flex-basis:14.285714285714%;-ms-flex-basis:14.285714285714%;flex-basis:14.285714285714%;max-width:14.285714285714%;}[class*="_xs-8"] > .col,[class*="_xs-8"] > [class*='col-']{-webkit-flex-basis:12.5%;-moz-flex-basis:12.5%;-ms-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%;}[class*="_xs-9"] > .col,[class*="_xs-9"] > [class*='col-']{-webkit-flex-basis:11.111111111111%;-moz-flex-basis:11.111111111111%;-ms-flex-basis:11.111111111111%;flex-basis:11.111111111111%;max-width:11.111111111111%;}[class*="_xs-10"] > .col,[class*="_xs-10"] > [class*='col-']{-webkit-flex-basis:10%;-moz-flex-basis:10%;-ms-flex-basis:10%;flex-basis:10%;max-width:10%;}[class*="_xs-11"] > .col,[class*="_xs-10"] > [class*='col-']{-webkit-flex-basis:9.0909090909091%;-moz-flex-basis:9.0909090909091%;-ms-flex-basis:9.0909090909091%;flex-basis:9.0909090909091%;max-width:9.0909090909091%;}[class*="_xs-12"] > .col,[class*="_xs-11"] > [class*='col-']{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}}[class*='grid'] > [class*="col-1"]{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}[class*='grid'] > [class*="col-2"]{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*='grid'] > [class*="col-3"]{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*='grid'] > [class*="col-4"]{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*='grid'] > [class*="col-5"]{-webkit-flex-basis:41.666666666667%;-moz-flex-basis:41.666666666667%;-ms-flex-basis:41.666666666667%;flex-basis:41.666666666667%;max-width:41.666666666667%;}[class*='grid'] > [class*="col-6"]{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*='grid'] > [class*="col-7"]{-webkit-flex-basis:58.333333333333%;-moz-flex-basis:58.333333333333%;-ms-flex-basis:58.333333333333%;flex-basis:58.333333333333%;max-width:58.333333333333%;}[class*='grid'] > [class*="col-8"]{-webkit-flex-basis:66.666666666667%;-moz-flex-basis:66.666666666667%;-ms-flex-basis:66.666666666667%;flex-basis:66.666666666667%;max-width:66.666666666667%;}[class*='grid'] > [class*="col-9"]{-webkit-flex-basis:75%;-moz-flex-basis:75%;-ms-flex-basis:75%;flex-basis:75%;max-width:75%;}[class*='grid'] > [class*="col-10"]{-webkit-flex-basis:83.333333333333%;-moz-flex-basis:83.333333333333%;-ms-flex-basis:83.333333333333%;flex-basis:83.333333333333%;max-width:83.333333333333%;}[class*='grid'] > [class*="col-11"]{-webkit-flex-basis:91.666666666667%;-moz-flex-basis:91.666666666667%;-ms-flex-basis:91.666666666667%;flex-basis:91.666666666667%;max-width:91.666666666667%;}[class*='grid'] > [class*="col-12"]{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="grid"] > [push-left*="off-0"]{margin-left:0;}[class*="grid"] > [push-left*="off-1"]{margin-left:8.3333333333333%;}[class*="grid"] > [push-left*="off-2"]{margin-left:16.666666666667%;}[class*="grid"] > [push-left*="off-3"]{margin-left:25%;}[class*="grid"] > [push-left*="off-4"]{margin-left:33.333333333333%;}[class*="grid"] > [push-left*="off-5"]{margin-left:41.666666666667%;}[class*="grid"] > [push-left*="off-6"]{margin-left:50%;}[class*="grid"] > [push-left*="off-6"]{margin-left:50%;}[class*="grid"] > [push-left*="off-7"]{margin-left:58.333333333333%;}[class*="grid"] > [push-left*="off-8"]{margin-left:66.666666666667%;}[class*="grid"] > [push-left*="off-9"]{margin-left:75%;}[class*="grid"] > [push-left*="off-10"]{margin-left:83.333333333333%;}[class*="grid"] > [push-left*="off-11"]{margin-left:91.666666666667%;}[class*="grid"] > [push-right*="off-0"]{margin-right:0;}[class*="grid"] > [push-right*="off-1"]{margin-right:8.3333333333333%;}[class*="grid"] > [push-right*="off-2"]{margin-right:16.666666666667%;}[class*="grid"] > [push-right*="off-3"]{margin-right:25%;}[class*="grid"] > [push-right*="off-4"]{margin-right:33.333333333333%;}[class*="grid"] > [push-right*="off-5"]{margin-right:41.666666666667%;}[class*="grid"] > [push-right*="off-6"]{margin-right:50%;}[class*="grid"] > [push-right*="off-6"]{margin-right:50%;}[class*="grid"] > [push-right*="off-7"]{margin-right:58.333333333333%;}[class*="grid"] > [push-right*="off-8"]{margin-right:66.666666666667%;}[class*="grid"] > [push-right*="off-9"]{margin-right:75%;}[class*="grid"] > [push-right*="off-10"]{margin-right:83.333333333333%;}[class*="grid"] > [push-right*="off-11"]{margin-right:91.666666666667%;}@media screen and (max-width: 75em){[class*='grid'] > [class*="_lg-1"]{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}[class*='grid'] > [class*="_lg-2"]{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*='grid'] > [class*="_lg-3"]{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*='grid'] > [class*="_lg-4"]{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*='grid'] > [class*="_lg-5"]{-webkit-flex-basis:41.666666666667%;-moz-flex-basis:41.666666666667%;-ms-flex-basis:41.666666666667%;flex-basis:41.666666666667%;max-width:41.666666666667%;}[class*='grid'] > [class*="_lg-6"]{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*='grid'] > [class*="_lg-7"]{-webkit-flex-basis:58.333333333333%;-moz-flex-basis:58.333333333333%;-ms-flex-basis:58.333333333333%;flex-basis:58.333333333333%;max-width:58.333333333333%;}[class*='grid'] > [class*="_lg-8"]{-webkit-flex-basis:66.666666666667%;-moz-flex-basis:66.666666666667%;-ms-flex-basis:66.666666666667%;flex-basis:66.666666666667%;max-width:66.666666666667%;}[class*='grid'] > [class*="_lg-9"]{-webkit-flex-basis:75%;-moz-flex-basis:75%;-ms-flex-basis:75%;flex-basis:75%;max-width:75%;}[class*='grid'] > [class*="_lg-10"]{-webkit-flex-basis:83.333333333333%;-moz-flex-basis:83.333333333333%;-ms-flex-basis:83.333333333333%;flex-basis:83.333333333333%;max-width:83.333333333333%;}[class*='grid'] > [class*="_lg-11"]{-webkit-flex-basis:91.666666666667%;-moz-flex-basis:91.666666666667%;-ms-flex-basis:91.666666666667%;flex-basis:91.666666666667%;max-width:91.666666666667%;}[class*='grid'] > [class*="_lg-12"]{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="grid"] > [push-left*="_lg-0"]{margin-left:0;}[class*="grid"] > [push-left*="_lg-1"]{margin-left:8.3333333333333%;}[class*="grid"] > [push-left*="_lg-2"]{margin-left:16.666666666667%;}[class*="grid"] > [push-left*="_lg-3"]{margin-left:25%;}[class*="grid"] > [push-left*="_lg-4"]{margin-left:33.333333333333%;}[class*="grid"] > [push-left*="_lg-5"]{margin-left:41.666666666667%;}[class*="grid"] > [push-left*="_lg-6"]{margin-left:50%;}[class*="grid"] > [push-left*="_lg-6"]{margin-left:50%;}[class*="grid"] > [push-left*="_lg-7"]{margin-left:58.333333333333%;}[class*="grid"] > [push-left*="_lg-8"]{margin-left:66.666666666667%;}[class*="grid"] > [push-left*="_lg-9"]{margin-left:75%;}[class*="grid"] > [push-left*="_lg-10"]{margin-left:83.333333333333%;}[class*="grid"] > [push-left*="_lg-11"]{margin-left:91.666666666667%;}[class*="grid"] > [push-right*="_lg-0"]{margin-right:0;}[class*="grid"] > [push-right*="_lg-1"]{margin-right:8.3333333333333%;}[class*="grid"] > [push-right*="_lg-2"]{margin-right:16.666666666667%;}[class*="grid"] > [push-right*="_lg-3"]{margin-right:25%;}[class*="grid"] > [push-right*="_lg-4"]{margin-right:33.333333333333%;}[class*="grid"] > [push-right*="_lg-5"]{margin-right:41.666666666667%;}[class*="grid"] > [push-right*="_lg-6"]{margin-right:50%;}[class*="grid"] > [push-right*="_lg-6"]{margin-right:50%;}[class*="grid"] > [push-right*="_lg-7"]{margin-right:58.333333333333%;}[class*="grid"] > [push-right*="_lg-8"]{margin-right:66.666666666667%;}[class*="grid"] > [push-right*="_lg-9"]{margin-right:75%;}[class*="grid"] > [push-right*="_lg-10"]{margin-right:83.333333333333%;}[class*="grid"] > [push-right*="_lg-11"]{margin-right:91.666666666667%;}}@media screen and (max-width: 62em){[class*='grid'] > [class*="_md-1"]{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}[class*='grid'] > [class*="_md-2"]{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*='grid'] > [class*="_md-3"]{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*='grid'] > [class*="_md-4"]{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*='grid'] > [class*="_md-5"]{-webkit-flex-basis:41.666666666667%;-moz-flex-basis:41.666666666667%;-ms-flex-basis:41.666666666667%;flex-basis:41.666666666667%;max-width:41.666666666667%;}[class*='grid'] > [class*="_md-6"]{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*='grid'] > [class*="_md-7"]{-webkit-flex-basis:58.333333333333%;-moz-flex-basis:58.333333333333%;-ms-flex-basis:58.333333333333%;flex-basis:58.333333333333%;max-width:58.333333333333%;}[class*='grid'] > [class*="_md-8"]{-webkit-flex-basis:66.666666666667%;-moz-flex-basis:66.666666666667%;-ms-flex-basis:66.666666666667%;flex-basis:66.666666666667%;max-width:66.666666666667%;}[class*='grid'] > [class*="_md-9"]{-webkit-flex-basis:75%;-moz-flex-basis:75%;-ms-flex-basis:75%;flex-basis:75%;max-width:75%;}[class*='grid'] > [class*="_md-10"]{-webkit-flex-basis:83.333333333333%;-moz-flex-basis:83.333333333333%;-ms-flex-basis:83.333333333333%;flex-basis:83.333333333333%;max-width:83.333333333333%;}[class*='grid'] > [class*="_md-11"]{-webkit-flex-basis:91.666666666667%;-moz-flex-basis:91.666666666667%;-ms-flex-basis:91.666666666667%;flex-basis:91.666666666667%;max-width:91.666666666667%;}[class*='grid'] > [class*="_md-12"]{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="grid"] > [push-left*="_md-0"]{margin-left:0;}[class*="grid"] > [push-left*="_md-1"]{margin-left:8.3333333333333%;}[class*="grid"] > [push-left*="_md-2"]{margin-left:16.666666666667%;}[class*="grid"] > [push-left*="_md-3"]{margin-left:25%;}[class*="grid"] > [push-left*="_md-4"]{margin-left:33.333333333333%;}[class*="grid"] > [push-left*="_md-5"]{margin-left:41.666666666667%;}[class*="grid"] > [push-left*="_md-6"]{margin-left:50%;}[class*="grid"] > [push-left*="_md-6"]{margin-left:50%;}[class*="grid"] > [push-left*="_md-7"]{margin-left:58.333333333333%;}[class*="grid"] > [push-left*="_md-8"]{margin-left:66.666666666667%;}[class*="grid"] > [push-left*="_md-9"]{margin-left:75%;}[class*="grid"] > [push-left*="_md-10"]{margin-left:83.333333333333%;}[class*="grid"] > [push-left*="_md-11"]{margin-left:91.666666666667%;}[class*="grid"] > [push-right*="_md-0"]{margin-right:0;}[class*="grid"] > [push-right*="_md-1"]{margin-right:8.3333333333333%;}[class*="grid"] > [push-right*="_md-2"]{margin-right:16.666666666667%;}[class*="grid"] > [push-right*="_md-3"]{margin-right:25%;}[class*="grid"] > [push-right*="_md-4"]{margin-right:33.333333333333%;}[class*="grid"] > [push-right*="_md-5"]{margin-right:41.666666666667%;}[class*="grid"] > [push-right*="_md-6"]{margin-right:50%;}[class*="grid"] > [push-right*="_md-6"]{margin-right:50%;}[class*="grid"] > [push-right*="_md-7"]{margin-right:58.333333333333%;}[class*="grid"] > [push-right*="_md-8"]{margin-right:66.666666666667%;}[class*="grid"] > [push-right*="_md-9"]{margin-right:75%;}[class*="grid"] > [push-right*="_md-10"]{margin-right:83.333333333333%;}[class*="grid"] > [push-right*="_md-11"]{margin-right:91.666666666667%;}}@media screen and (max-width: 48em){[class*='grid'] > [class*="_sm-1"]{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}[class*='grid'] > [class*="_sm-2"]{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*='grid'] > [class*="_sm-3"]{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*='grid'] > [class*="_sm-4"]{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*='grid'] > [class*="_sm-5"]{-webkit-flex-basis:41.666666666667%;-moz-flex-basis:41.666666666667%;-ms-flex-basis:41.666666666667%;flex-basis:41.666666666667%;max-width:41.666666666667%;}[class*='grid'] > [class*="_sm-6"]{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*='grid'] > [class*="_sm-7"]{-webkit-flex-basis:58.333333333333%;-moz-flex-basis:58.333333333333%;-ms-flex-basis:58.333333333333%;flex-basis:58.333333333333%;max-width:58.333333333333%;}[class*='grid'] > [class*="_sm-8"]{-webkit-flex-basis:66.666666666667%;-moz-flex-basis:66.666666666667%;-ms-flex-basis:66.666666666667%;flex-basis:66.666666666667%;max-width:66.666666666667%;}[class*='grid'] > [class*="_sm-9"]{-webkit-flex-basis:75%;-moz-flex-basis:75%;-ms-flex-basis:75%;flex-basis:75%;max-width:75%;}[class*='grid'] > [class*="_sm-10"]{-webkit-flex-basis:83.333333333333%;-moz-flex-basis:83.333333333333%;-ms-flex-basis:83.333333333333%;flex-basis:83.333333333333%;max-width:83.333333333333%;}[class*='grid'] > [class*="_sm-11"]{-webkit-flex-basis:91.666666666667%;-moz-flex-basis:91.666666666667%;-ms-flex-basis:91.666666666667%;flex-basis:91.666666666667%;max-width:91.666666666667%;}[class*='grid'] > [class*="_sm-12"]{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="grid"] > [push-left*="_sm-0"]{margin-left:0;}[class*="grid"] > [push-left*="_sm-1"]{margin-left:8.3333333333333%;}[class*="grid"] > [push-left*="_sm-2"]{margin-left:16.666666666667%;}[class*="grid"] > [push-left*="_sm-3"]{margin-left:25%;}[class*="grid"] > [push-left*="_sm-4"]{margin-left:33.333333333333%;}[class*="grid"] > [push-left*="_sm-5"]{margin-left:41.666666666667%;}[class*="grid"] > [push-left*="_sm-6"]{margin-left:50%;}[class*="grid"] > [push-left*="_sm-6"]{margin-left:50%;}[class*="grid"] > [push-left*="_sm-7"]{margin-left:58.333333333333%;}[class*="grid"] > [push-left*="_sm-8"]{margin-left:66.666666666667%;}[class*="grid"] > [push-left*="_sm-9"]{margin-left:75%;}[class*="grid"] > [push-left*="_sm-10"]{margin-left:83.333333333333%;}[class*="grid"] > [push-left*="_sm-11"]{margin-left:91.666666666667%;}[class*="grid"] > [push-right*="_sm-0"]{margin-right:0;}[class*="grid"] > [push-right*="_sm-1"]{margin-right:8.3333333333333%;}[class*="grid"] > [push-right*="_sm-2"]{margin-right:16.666666666667%;}[class*="grid"] > [push-right*="_sm-3"]{margin-right:25%;}[class*="grid"] > [push-right*="_sm-4"]{margin-right:33.333333333333%;}[class*="grid"] > [push-right*="_sm-5"]{margin-right:41.666666666667%;}[class*="grid"] > [push-right*="_sm-6"]{margin-right:50%;}[class*="grid"] > [push-right*="_sm-6"]{margin-right:50%;}[class*="grid"] > [push-right*="_sm-7"]{margin-right:58.333333333333%;}[class*="grid"] > [push-right*="_sm-8"]{margin-right:66.666666666667%;}[class*="grid"] > [push-right*="_sm-9"]{margin-right:75%;}[class*="grid"] > [push-right*="_sm-10"]{margin-right:83.333333333333%;}[class*="grid"] > [push-right*="_sm-11"]{margin-right:91.666666666667%;}}@media screen and (max-width: 30em){[class*='grid'] > [class*="_xs-1"]{-webkit-flex-basis:8.3333333333333%;-moz-flex-basis:8.3333333333333%;-ms-flex-basis:8.3333333333333%;flex-basis:8.3333333333333%;max-width:8.3333333333333%;}[class*='grid'] > [class*="_xs-2"]{-webkit-flex-basis:16.666666666667%;-moz-flex-basis:16.666666666667%;-ms-flex-basis:16.666666666667%;flex-basis:16.666666666667%;max-width:16.666666666667%;}[class*='grid'] > [class*="_xs-3"]{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;max-width:25%;}[class*='grid'] > [class*="_xs-4"]{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;max-width:33.333333333333%;}[class*='grid'] > [class*="_xs-5"]{-webkit-flex-basis:41.666666666667%;-moz-flex-basis:41.666666666667%;-ms-flex-basis:41.666666666667%;flex-basis:41.666666666667%;max-width:41.666666666667%;}[class*='grid'] > [class*="_xs-6"]{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;max-width:50%;}[class*='grid'] > [class*="_xs-7"]{-webkit-flex-basis:58.333333333333%;-moz-flex-basis:58.333333333333%;-ms-flex-basis:58.333333333333%;flex-basis:58.333333333333%;max-width:58.333333333333%;}[class*='grid'] > [class*="_xs-8"]{-webkit-flex-basis:66.666666666667%;-moz-flex-basis:66.666666666667%;-ms-flex-basis:66.666666666667%;flex-basis:66.666666666667%;max-width:66.666666666667%;}[class*='grid'] > [class*="_xs-9"]{-webkit-flex-basis:75%;-moz-flex-basis:75%;-ms-flex-basis:75%;flex-basis:75%;max-width:75%;}[class*='grid'] > [class*="_xs-10"]{-webkit-flex-basis:83.333333333333%;-moz-flex-basis:83.333333333333%;-ms-flex-basis:83.333333333333%;flex-basis:83.333333333333%;max-width:83.333333333333%;}[class*='grid'] > [class*="_xs-11"]{-webkit-flex-basis:91.666666666667%;-moz-flex-basis:91.666666666667%;-ms-flex-basis:91.666666666667%;flex-basis:91.666666666667%;max-width:91.666666666667%;}[class*='grid'] > [class*="_xs-12"]{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%;}[class*="grid"] > [push-left*="_xs-0"]{margin-left:0;}[class*="grid"] > [push-left*="_xs-1"]{margin-left:8.3333333333333%;}[class*="grid"] > [push-left*="_xs-2"]{margin-left:16.666666666667%;}[class*="grid"] > [push-left*="_xs-3"]{margin-left:25%;}[class*="grid"] > [push-left*="_xs-4"]{margin-left:33.333333333333%;}[class*="grid"] > [push-left*="_xs-5"]{margin-left:41.666666666667%;}[class*="grid"] > [push-left*="_xs-6"]{margin-left:50%;}[class*="grid"] > [push-left*="_xs-6"]{margin-left:50%;}[class*="grid"] > [push-left*="_xs-7"]{margin-left:58.333333333333%;}[class*="grid"] > [push-left*="_xs-8"]{margin-left:66.666666666667%;}[class*="grid"] > [push-left*="_xs-9"]{margin-left:75%;}[class*="grid"] > [push-left*="_xs-10"]{margin-left:83.333333333333%;}[class*="grid"] > [push-left*="_xs-11"]{margin-left:91.666666666667%;}[class*="grid"] > [push-right*="_xs-0"]{margin-right:0;}[class*="grid"] > [push-right*="_xs-1"]{margin-right:8.3333333333333%;}[class*="grid"] > [push-right*="_xs-2"]{margin-right:16.666666666667%;}[class*="grid"] > [push-right*="_xs-3"]{margin-right:25%;}[class*="grid"] > [push-right*="_xs-4"]{margin-right:33.333333333333%;}[class*="grid"] > [push-right*="_xs-5"]{margin-right:41.666666666667%;}[class*="grid"] > [push-right*="_xs-6"]{margin-right:50%;}[class*="grid"] > [push-right*="_xs-6"]{margin-right:50%;}[class*="grid"] > [push-right*="_xs-7"]{margin-right:58.333333333333%;}[class*="grid"] > [push-right*="_xs-8"]{margin-right:66.666666666667%;}[class*="grid"] > [push-right*="_xs-9"]{margin-right:75%;}[class*="grid"] > [push-right*="_xs-10"]{margin-right:83.333333333333%;}[class*="grid"] > [push-right*="_xs-11"]{margin-right:91.666666666667%;}}[class*="col-"]:not([class*="col-0"]){display:block;}[class*="grid"][class*="col-"]:not([class*="col-0"]){display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}[class*="col-"][class*="col-0"]{display:none;}@media screen and (max-width: 75em){[class*="grid"] > :not([class*="_lg-0"]){display:block;}[class*="grid"]:not([class*="_lg-0"]){display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}[class*="grid"] >[class*="_lg-0"],[class*="grid"][class*="-equalHeight"] > [class*="_lg-0"]{display:none;}}@media screen and (max-width: 62em){[class*="grid"] > :not([class*="_md-0"]){display:block;}[class*="grid"]:not([class*="_md-0"]){display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}[class*="grid"] >[class*="_md-0"],[class*="grid"][class*="-equalHeight"] > [class*="_md-0"]{display:none;}}@media screen and (max-width: 48em){[class*="grid"] > :not([class*="_sm-0"]){display:block;}[class*="grid"]:not([class*="_sm-0"]){display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}[class*="grid"] >[class*="_sm-0"],[class*="grid"][class*="-equalHeight"] > [class*="_sm-0"]{display:none;}}@media screen and (max-width: 30em){[class*="grid"] > :not([class*="_xs-0"]){display:block;}[class*="grid"]:not([class*="_xs-0"]){display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}[class*="grid"] >[class*="_xs-0"],[class*="grid"][class*="-equalHeight"] > [class*="_xs-0"]{display:none;}}@font-face{font-family:'Tahoma';src:url('../fonts/Tahoma-Bold.eot');src:local('Tahoma Bold'), local('Tahoma-Bold'), url('../fonts/Tahoma-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma-Bold.woff2') format('woff2'), url('../fonts/Tahoma-Bold.woff') format('woff'), url('../fonts/Tahoma-Bold.ttf') format('truetype');font-weight:700;font-style:normal;}@font-face{font-family:'Tahoma';src:url('../fonts/Tahoma-Bold.eot');src:local('Tahoma Bold'), local('Tahoma-Bold'), url('../fonts/Tahoma-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma-Bold.woff2') format('woff2'), url('../fonts/Tahoma-Bold.woff') format('woff'), url('../fonts/Tahoma-Bold.ttf') format('truetype');font-weight:bold;font-style:normal;}@font-face{font-family:'Tahoma';src:url('../fonts/Tahoma.eot');src:local('Tahoma'), url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma.woff2') format('woff2'), url('../fonts/Tahoma.woff') format('woff'), url('../fonts/Tahoma.ttf') format('truetype');font-weight:normal;font-style:normal;}.clearfix:after,.clear:after{content:"";display:block;clear:both;}.clear{clear:both;}.align_left{margin:3px 15px 5px 0;float:left;}.align_right{margin:3px 0 5px 15px;float:right;}.align_center{margin-left:auto;margin-right:auto;}.text{font:400 17px / normal 'Tahoma', sans-serif;color:#1E1E1E;line-height:1.4;}.text:after{content:"";display:block;clear:both;}.text:after{content:"";display:block;clear:both;}@media screen and (max-width: 30em){.text{font-size:14px;}}.text a{color:#51ABFA;font-weight:500;border-bottom:1px solid #51ABFA;text-decoration:none;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.text a:hover{border-bottom-color:transparent;}.text img{max-width:100%;}.text b,.text strong{font-weight:700;}.text i,.text em{font-style:italic;}.text p{margin-bottom:25px;}.text p:last-child{margin-bottom:0;}.text p:empty:after{content:" ";display:block;min-height:25px;}.text sub,.text sup{display:inline-block;font-size:75%;}.text sub{vertical-align:text-bottom;}.text sup{vertical-align:text-top;}.text h1,.text h2,.text h3,.text h4,.text h5,.text h6{font:500 25px / normal 'Tahoma', sans-serif;color:#1E1E1E;margin-bottom:15px;}.text h1:last-child,.text h2:last-child,.text h3:last-child,.text h4:last-child,.text h5:last-child,.text h6:last-child{margin-bottom:0;}.text h1{font-size:2.4rem;}@media screen and (max-width: 48em){.text h1{font-size:2.4rem;}}.text h2{font-size:2.2rem;}@media screen and (max-width: 48em){.text h2{font-size:2.2rem;}}.text h3{font-size:2rem;}@media screen and (max-width: 48em){.text h3{font-size:2rem;}}.text h4{font-size:1.8rem;}@media screen and (max-width: 48em){.text h4{font-size:1.8rem;}}.text h5{font-size:1.6rem;}@media screen and (max-width: 48em){.text h5{font-size:1.6rem;}}.text h6{font-size:1.3rem;}@media screen and (max-width: 48em){.text h6{font-size:1.4rem;}}.text ol{margin:30px 0px;margin-left:40px;}@media screen and (max-width: 48em){.text ol{margin-left:20px;}}.text ol li{padding-bottom:10px;padding-left:25px;list-style:decimal;}@media screen and (max-width: 48em){.text ol li{padding-left:10px;}}.text ol li:last-child{margin-bottom:0;}.text ol:last-child{margin-bottom:0;}.text ul{margin:30px 0px;margin-left:25px;}@media screen and (max-width: 48em){.text ul{margin-left:0;}}.text ul li{display:block;padding-bottom:10px;padding-left:20px;margin-left:0;position:relative;}@media screen and (max-width: 48em){.text ul li{padding-left:20px;}}.text ul li:before{content:"";position:absolute;display:block;width:auto;height:auto;content:"\2022";color:#51ABFA;left:0px;top:-5px;font-size:2.2rem;}.text ul li:last-child{margin-bottom:0;}.text ul:last-child{margin-bottom:0;}.text blockquote{background:url('../img/quote-back.svg') no-repeat right top #3C3B43;border-radius:16px;border:0;color:#ffffff;font-weight:500;font-size:20px;padding:45px 50px;margin:0;margin-bottom:25px;}@media (max-width: 320px){.text blockquote{padding:30px 15px;font-size:18px;}}.text blockquote:before{content:"";display:block;margin-bottom:35px;height:35px;background:url('../img/icons/icon-quote-left.svg') no-repeat center center;}.text blockquote:last-child{margin-bottom:0;}.text pre,.text code,.text kbd,.text samp{border:1px solid #ccc;color:#888;font-family:"Courier New", Courier, monospace;padding:15px 30px;font-size:1.3rem;margin:0;margin-bottom:25px;}.text pre:last-child,.text code:last-child,.text kbd:last-child,.text samp:last-child{margin-bottom:0;}.text .columns-two{columns:2;column-gap:30px;}@media screen and (max-width: 62em){.text .columns-two{columns:auto;}}.text .columns-three{columns:3;column-gap:30px;}@media screen and (max-width: 62em){.text .columns-three{columns:auto;}}.text .tm_align_left{margin:3px 15px 5px 0;float:left;}.text .tm_align_right{margin:3px 0 5px 15px;float:right;}.text .tm_align_center{margin-left:auto;margin-right:auto;}.text .tm_clear{clear:both;}.text .tm_xtable,.text .xtable{border-collapse:collapse;margin-bottom:25px;border-top:1px solid #eaeaea;}.text .tm_xtable caption,.text .xtable caption{text-align:right;font-size:1.3rem;padding-bottom:5px;}@media screen and (max-width: 48em){.text .tm_xtable tr.hid,.text .xtable tr.hid{display:none;}}@media screen and (max-width: 48em){.text .tm_xtable tr:first-child,.text .xtable tr:first-child{display:none;}}.text .tm_xtable tr th,.text .tm_xtable tr td,.text .xtable tr th,.text .xtable tr td{padding:10px 10px;border-bottom:1px solid #eaeaea;text-align:left;vertical-align:top;}@media screen and (max-width: 48em){.text .tm_xtable tr th,.text .tm_xtable tr td,.text .xtable tr th,.text .xtable tr td{display:block;width:100% !important;}.text .tm_xtable tr th:last-child,.text .tm_xtable tr td:last-child,.text .xtable tr th:last-child,.text .xtable tr td:last-child{border-bottom:2px solid #cccccc;}}@media screen and (max-width: 48em){.text .tm_xtable thead tr,.text .xtable thead tr{display:none;}}.text .tm_xtable thead tr th,.text .tm_xtable thead tr td,.text .xtable thead tr th,.text .xtable thead tr td{border:1px solid #1A83E0;background:#1A83E0;color:#fff !important;text-shadow:-1px -1px rgba(0,0,0,0.2);border-right:1px solid rgba(255,255,255,0.3);}.text .tm_xtable thead tr th *,.text .tm_xtable thead tr td *,.text .xtable thead tr th *,.text .xtable thead tr td *{color:#fff !important;}.text .tm_xtable thead tr th:last-child,.text .tm_xtable thead tr td:last-child,.text .xtable thead tr th:last-child,.text .xtable thead tr td:last-child{border-right:1px solid #1A83E0;}.text .tm_xtable tbody tr,.text .xtable tbody tr{background:#fbfbfb;}.text .tm_xtable tbody tr:nth-child(even),.text .xtable tbody tr:nth-child(even){background:#f7f6f6;}.text .tm_xtable tbody tr td:before,.text .xtable tbody tr td:before{content:attr(data-before);display:none;color:#51ABFA;font-weight:600;text-align:left;padding-bottom:5px;}@media screen and (max-width: 48em){.text .tm_xtable tbody tr td:before,.text .xtable tbody tr td:before{display:block;content:attr(aria-label);float:left;font-weight:bold;}}@media screen and (max-width: 48em){.text .tm_xtable tbody tr td,.text .xtable tbody tr td{display:block;width:100% !important;text-align:right;}}.text .tm_xtable:last-child,.text .xtable:last-child{margin-bottom:0;}@media screen and (max-width: 48em){table thead{display:none;}table tr{display:block;margin-bottom:1rem;border-bottom:2px solid #e8e9eb;}table td{display:block;width:100% !important;text-align:right;}table td:before{content:attr(aria-label);float:left;font-weight:bold;}}::-moz-selection{background:;color:#fff;text-shadow:none;}::selection{background:;color:#fff;text-shadow:none;}.wrap_section-header{will-change:transform, opacity;backface-visibility:hidden;}.nav-item a{position:relative;padding:5px 0;transition:color 0.3s ease;}.nav-item a:after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#007bff,#00bfff);transition:width 0.3s ease;}.nav-item a:hover:after{width:100%;}.button{position:relative;overflow:hidden;transition:all 0.3s ease;}.button:before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);transition:left 0.7s ease;}.button:hover:before{left:100%;}.page-home-top{opacity:0;visibility:hidden;transition:opacity 0.3s ease-out;}.page-home-top.loaded{opacity:1;visibility:visible;}.reveal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#fff 0%,#fff 100%);z-index:10;transform:translateX(0);transition:transform 0.8s cubic-bezier(0.77,0,0.175,1);}.reveal-overlay.open{transform:translateX(100%);}.page-home-top-right-text,.page-home-top-right-form{opacity:0;transform:translateY(20px);transition:all 0.6s ease-out;}.page-home-top-right-text.show{opacity:1;transform:translateY(0);}.page-home-top-right-form.show{opacity:1;transform:translateY(0);}.page-home-advantages{will-change:transform, opacity;backface-visibility:hidden;}.page-home-advantages .item{will-change:transform, opacity, filter;transform-style:preserve-3d;backface-visibility:hidden;}.page-home-advantages .item{transition:transform 0.3s ease, box-shadow 0.3s ease;}.page-home-advantages .item:hover{transform:translateY(-5px);}.page-home-advantages .item-img img{transition:transform 0.5s ease;}.page-home-advantages .item:hover .item-img img{transform:scale(1.1);}.page-home-advantages .item-data-title{transition:color 0.3s ease;}.page-home-advantages .item:hover .item-data-title{color:#51ABFA;}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto;}.slick-track:before,.slick-track:after{content:"";display:table;}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{float:left;height:100%;min-height:1px;display:none;}[dir="rtl"] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}.slick-slide:focus,.slick-slide a{outline:none;}body.fancybox-active{overflow:hidden;}body.fancybox-iosfix{position:fixed;left:0;right:0;}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden;}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0;}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch;}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(0.47,0,0.74,0.71);}.fancybox-is-open .fancybox-bg{opacity:0.87;transition-timing-function:cubic-bezier(0.22,0.61,0.36,1);}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption-wrap{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s, visibility 0s linear .25s;box-sizing:border-box;}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption-wrap{opacity:1;visibility:visible;transition:opacity .25s, visibility 0s;}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion;}.fancybox-toolbar{top:0;right:0;margin:0;padding:0;}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translate3d(0,0,0);}.fancybox-is-closing .fancybox-stage{overflow:visible;}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;}.fancybox-slide::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0;}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block;}.fancybox-slide--image{overflow:visible;}.fancybox-slide--image::before{display:none;}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000;}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#E5E3DF;}.fancybox-slide--next{z-index:99995;}.fancybox-slide > *{display:inline-block;position:relative;padding:24px;margin:44px 0 44px;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box;}.fancybox-slide > title,.fancybox-slide > style,.fancybox-slide > meta,.fancybox-slide > link,.fancybox-slide > script,.fancybox-slide > base{display:none;}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:zoom-out;}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;cursor:zoom-in;}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab;}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing;}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.fancybox-spaceball{z-index:1;}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(0%);max-height:calc(12%);overflow:visible;background:#fff;}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff;}.fancybox-error{margin:0;padding:40px;width:100%;max-width:380px;background:#fff;cursor:default;}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px;}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,0.6);transition:color .3s ease;cursor:pointer;outline:none;}.fancybox-button,.fancybox-button:visited,.fancybox-button:link{color:#ccc;}.fancybox-button:focus,.fancybox-button:hover{color:#fff;}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:0.6;}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision;}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3;}.fancybox-button--share svg path{stroke-width:1;}.fancybox-button--play svg path:nth-child(2){display:none;}.fancybox-button--pause svg path:nth-child(1){display:none;}.fancybox-button--zoom svg path{fill:transparent;}.fancybox-navigation{display:none;}.fancybox-show-nav .fancybox-navigation{display:block;}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px;}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,0.6);}.fancybox-navigation .fancybox-button--arrow_left{left:0;}.fancybox-navigation .fancybox-button--arrow_right{right:0;}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer;}.fancybox-close-small:after{content:'×';position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2;}.fancybox-close-small:focus{outline:none;}.fancybox-close-small:focus:after{outline:1px dotted #888;}.fancybox-close-small:hover:after{color:#555;background:#eee;}.fancybox-slide--image .fancybox-close-small,.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px;}.fancybox-slide--image .fancybox-close-small:after,.fancybox-slide--iframe .fancybox-close-small:after{font-size:35px;color:#aaa;}.fancybox-slide--image .fancybox-close-small:hover:after,.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff;background:transparent;}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none;}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0 2vw;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.8) 100%);pointer-events:none;}.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255,255,255,0.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none;}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative;}.fancybox-caption a{color:#fff;text-decoration:underline;}.fancybox-slide > .fancybox-loading{border:6px solid rgba(100,100,100,0.4);border-top:6px solid rgba(255,255,255,0.6);border-radius:100%;height:50px;width:50px;-webkit-animation:fancybox-rotate .8s infinite linear;animation:fancybox-rotate .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999;}@-webkit-keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,0.25,1);}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0;}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(0.19,1,0.22,1);}.fancybox-fx-fade.fancybox-slide--current{opacity:1;}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0;}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(0.5,0.5,0.5);transform:scale3d(0.5,0.5,0.5);opacity:0;}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1;}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg);opacity:0;}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);opacity:0;}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1;}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0;}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0;}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1;}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg);}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(0.1) skew(10deg);transform:translate3d(100%,0,0) scale(0.1) skew(10deg);}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;}.fancybox-share h1{color:#222;margin:0 0 20px 0;font-size:33px;font-weight:700;text-align:center;}.fancybox-share p{margin:0;padding:0;text-align:center;}.fancybox-share p:first-of-type{margin-right:-10px;}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;border:0;border-radius:3px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.16);background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#707070;transition:all .2s;}.fancybox-share_button:focus,.fancybox-share_button:hover{text-decoration:none;color:#333;box-shadow:0 2px 2px 0 rgba(0,0,0,0.3);}.fancybox-share_button svg{margin-right:5px;width:20px;height:20px;vertical-align:text-bottom;}.fancybox-share input{box-sizing:border-box;width:100%;margin:5px 0 0 0;padding:10px 15px;border:1px solid #d7d7d7;border-radius:3px;background:#ebebeb;color:#5d5b5b;font-size:14px;outline:none;}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px 2px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995;}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto;}.fancybox-show-thumbs .fancybox-thumbs{display:block;}.fancybox-show-thumbs .fancybox-inner{right:212px;}.fancybox-thumbs > ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap;}.fancybox-thumbs-x > ul{overflow:hidden;}.fancybox-thumbs-y > ul::-webkit-scrollbar{width:7px;}.fancybox-thumbs-y > ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);}.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px;}.fancybox-thumbs > ul > li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(46%);max-height:calc(92%);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;}li.fancybox-thumbs-loading{background:rgba(0,0,0,0.1);}.fancybox-thumbs > ul > li > img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.fancybox-thumbs > ul > li:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all 0.2s cubic-bezier(0.25,0.46,0.45,0.94);}.fancybox-thumbs > ul > li.fancybox-thumbs-active:before{opacity:1;}@media all and (max-width: 800px){.fancybox-thumbs{width:110px;}.fancybox-show-thumbs .fancybox-inner{right:110px;}.fancybox-thumbs > ul > li{max-width:calc(90%);}}.fancybox-slide--iframe .fancybox-content{width:80%;height:80%;max-width:80%;max-height:80%;}.fancybox-slide--iframe .fancybox-content iframe{width:100%;height:100%;}.fancybox-slide--inline .video_inline{width:80%;height:80%;max-width:80%;max-height:80%;background-color:#fff;padding:0;position:relative;}.fancybox-slide--inline .video_inline iframe{width:100%;height:100%;position:relative;}[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease);}[data-sal][data-sal-duration="200"]{transition-duration:.2s;}[data-sal][data-sal-duration="250"]{transition-duration:.25s;}[data-sal][data-sal-duration="300"]{transition-duration:.3s;}[data-sal][data-sal-duration="350"]{transition-duration:.35s;}[data-sal][data-sal-duration="400"]{transition-duration:.4s;}[data-sal][data-sal-duration="450"]{transition-duration:.45s;}[data-sal][data-sal-duration="500"]{transition-duration:.5s;}[data-sal][data-sal-duration="550"]{transition-duration:.55s;}[data-sal][data-sal-duration="600"]{transition-duration:.6s;}[data-sal][data-sal-duration="650"]{transition-duration:.65s;}[data-sal][data-sal-duration="700"]{transition-duration:.7s;}[data-sal][data-sal-duration="750"]{transition-duration:.75s;}[data-sal][data-sal-duration="800"]{transition-duration:.8s;}[data-sal][data-sal-duration="850"]{transition-duration:.85s;}[data-sal][data-sal-duration="900"]{transition-duration:.9s;}[data-sal][data-sal-duration="950"]{transition-duration:.95s;}[data-sal][data-sal-duration="1000"]{transition-duration:1s;}[data-sal][data-sal-duration="1050"]{transition-duration:1.05s;}[data-sal][data-sal-duration="1100"]{transition-duration:1.1s;}[data-sal][data-sal-duration="1150"]{transition-duration:1.15s;}[data-sal][data-sal-duration="1200"]{transition-duration:1.2s;}[data-sal][data-sal-duration="1250"]{transition-duration:1.25s;}[data-sal][data-sal-duration="1300"]{transition-duration:1.3s;}[data-sal][data-sal-duration="1350"]{transition-duration:1.35s;}[data-sal][data-sal-duration="1400"]{transition-duration:1.4s;}[data-sal][data-sal-duration="1450"]{transition-duration:1.45s;}[data-sal][data-sal-duration="1500"]{transition-duration:1.5s;}[data-sal][data-sal-duration="1550"]{transition-duration:1.55s;}[data-sal][data-sal-duration="1600"]{transition-duration:1.6s;}[data-sal][data-sal-duration="1650"]{transition-duration:1.65s;}[data-sal][data-sal-duration="1700"]{transition-duration:1.7s;}[data-sal][data-sal-duration="1750"]{transition-duration:1.75s;}[data-sal][data-sal-duration="1800"]{transition-duration:1.8s;}[data-sal][data-sal-duration="1850"]{transition-duration:1.85s;}[data-sal][data-sal-duration="1900"]{transition-duration:1.9s;}[data-sal][data-sal-duration="1950"]{transition-duration:1.95s;}[data-sal][data-sal-duration="2000"]{transition-duration:2s;}[data-sal][data-sal-delay="50"]{transition-delay:.05s;}[data-sal][data-sal-delay="100"]{transition-delay:.1s;}[data-sal][data-sal-delay="150"]{transition-delay:.15s;}[data-sal][data-sal-delay="200"]{transition-delay:.2s;}[data-sal][data-sal-delay="250"]{transition-delay:.25s;}[data-sal][data-sal-delay="300"]{transition-delay:.3s;}[data-sal][data-sal-delay="350"]{transition-delay:.35s;}[data-sal][data-sal-delay="400"]{transition-delay:.4s;}[data-sal][data-sal-delay="450"]{transition-delay:.45s;}[data-sal][data-sal-delay="500"]{transition-delay:.5s;}[data-sal][data-sal-delay="550"]{transition-delay:.55s;}[data-sal][data-sal-delay="600"]{transition-delay:.6s;}[data-sal][data-sal-delay="650"]{transition-delay:.65s;}[data-sal][data-sal-delay="700"]{transition-delay:.7s;}[data-sal][data-sal-delay="750"]{transition-delay:.75s;}[data-sal][data-sal-delay="800"]{transition-delay:.8s;}[data-sal][data-sal-delay="850"]{transition-delay:.85s;}[data-sal][data-sal-delay="900"]{transition-delay:.9s;}[data-sal][data-sal-delay="950"]{transition-delay:.95s;}[data-sal][data-sal-delay="1000"]{transition-delay:1s;}[data-sal][data-sal-easing=linear]{transition-timing-function:linear;}[data-sal][data-sal-easing=ease]{transition-timing-function:ease;}[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in;}[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out;}[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out;}[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(.55,.055,.675,.19);}[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1);}[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1);}[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335);}[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1);}[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86);}[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035);}[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.22,1);}[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1,0,0,1);}[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(.55,.085,.68,.53);}[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94);}[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955);}[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22);}[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1);}[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1);}[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06);}[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1);}[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1);}[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715);}[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1);}[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95);}[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-0.28,.735,.045);}[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275);}[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-0.55,.265,1.55);}[data-sal|=fade]{opacity:0;transition-property:opacity;}[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1;}[data-sal|=slide]{opacity:0;transition-property:opacity, transform;}[data-sal=slide-up]{transform:translateY(20%);}[data-sal=slide-down]{transform:translateY(-20%);}[data-sal=slide-left]{transform:translateX(20%);}[data-sal=slide-right]{transform:translateX(-20%);}[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none;}[data-sal|=zoom]{opacity:0;transition-property:opacity, transform;}[data-sal=zoom-in]{transform:scale(.5);}[data-sal=zoom-out]{transform:scale(1.1);}[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none;}[data-sal|=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform;}[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg);}[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg);}[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg);}[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg);}[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none;}html{font-size:10px;}body{margin:0 auto;font:400 17px / normal 'Tahoma', sans-serif;color:#1E1E1E;position:relative;line-height:1;min-height:100vh;display:flex;flex-direction:column;}.section-wrap{padding-left:15px;padding-right:15px;}.section{max-width:1296px;margin:0 auto;}img{vertical-align:middle;max-width:100%;}.saldelay0{--sal-duration:1.1s;--sal-delay:0.1s;}.saldelay1{--sal-duration:1.4s;--sal-delay:0.5s;}.saldelay2{--sal-duration:1.3s;--sal-delay:0.3s;}.saldelay3{--sal-duration:2.4s;--sal-delay:0.1s;}.button{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;border:unset;color:#FFF;text-align:center;font-family:'Tahoma', sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:normal;transition:background-color 0.3s ease;-webkit-transition:background-color 0.3s ease;-o-transition:background-color 0.3s ease;-moz-transition:background-color 0.3s ease;border-radius:999px;background:linear-gradient(270deg,#51ABFA 0%,#1A83E0 100%);padding:0px 32px;cursor:pointer;position:relative;z-index:1;}.button::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1A83E0;opacity:0;z-index:-1;transition:opacity 0.3s ease;-webkit-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;border-radius:999px;}.button:hover::after{opacity:1;}.form-checkbox{padding-left:30px;}.form-checkbox.black .custom-checkbox+label{color:#fff;}.form-checkbox.black .custom-checkbox:checked+label::before{background:#fff url('../img/icons/icon-checked.svg') center center no-repeat;background-size:50% auto;}.form-checkbox .custom-checkbox{position:absolute;z-index:-1;opacity:0;}.form-checkbox .custom-checkbox+label{display:inline;align-items:center;user-select:none;position:relative;color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;}.form-checkbox .custom-checkbox+label a{color:#51ABFA;font-family:'Tahoma', sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;}.form-checkbox .custom-checkbox+label:before{content:'';display:inline-block;width:20px;height:20px;flex-shrink:0;flex-grow:0;border-radius:4px;border:1px solid #D3D7EA;background:#FFF;cursor:pointer;position:absolute;top:0px;left:-30px;bottom:-3px;}@media screen and (max-width: 62em){.form-checkbox .custom-checkbox+label:before{width:25px;height:25px;}}.form-checkbox .custom-checkbox:checked+label::before{background:url('../img/icons/icon-checked.svg') center center no-repeat;background-size:50% auto;}.go-up{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;position:fixed;width:60px;height:60px;background:url('../img/icons/icon-button-up2.svg') no-repeat center center #fff;right:15px;bottom:115px;z-index:100;cursor:pointer;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;opacity:0.6;border:1px solid #ffffff40;}@media screen and (max-width: 75em){.go-up{left:30px;}}@media screen and (max-width: 48em){.go-up{right:15px;left:unset;bottom:90px;background:url('../img/icons/icon-button-up2.svg') no-repeat center center #fff;}}.go-up:hover{opacity:1;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.site-title{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:25px;font-weight:500;line-height:normal;text-transform:uppercase;font-style:normal;border-bottom:4px solid #C2D6E1;padding-bottom:16px;}@media screen and (max-width: 48em){.site-title{font-size:20px;line-height:24px;}}.nav-open{position:absolute;right:10px;top:10px;width:60px;height:60px;z-index:1;display:none;cursor:pointer;z-index:1001;}.nav-open.fixed-nav{position:fixed;top:2px;}.nav-open:before{content:"";display:block;width:22px;height:20px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='22px' height='20px' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 3H21' stroke='%231E1E1E' stroke-width='2px' stroke-linecap='round'/%3e%3cpath d='M1 10L21 10' stroke='%231E1E1E' stroke-width='2px' stroke-linecap='round'/%3e%3cpath d='M1 17H21' stroke='%231E1E1E' stroke-width='2px' stroke-linecap='round'/%3e%3c/svg%3e");}@media screen and (max-width: 62em){.nav-open{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}}.menu-layer{position:fixed;top:0;bottom:0;overflow:auto;z-index:9999999 !important;width:100%;left:0;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;visibility:hidden;opacity:0;}.menu-layer.active{visibility:visible;opacity:1;}.menu-layer .inner{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:#F4F5FA;min-height:100%;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;}.menu-layer .close{cursor:pointer;width:60px;height:60px;right:10px;top:10px;z-index:1;position:absolute;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;}.menu-layer .close:before{content:"";width:16px;height:16px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='16px' height='16px' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 3L17.1421 17.1421' stroke='%231E1E1E' stroke-width='2px' stroke-linecap='round'/%3e%3cpath d='M17.1421 3L2.99995 17.1421' stroke='%231E1E1E' stroke-width='2px' stroke-linecap='round'/%3e%3c/svg%3e");}.menu-layer .top{height:70px;padding:18px 15px 19px 15px;}.menu-layer .top .section-header-logo{width:242px;height:43px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='242px' height='43px' viewBox='0 0 242 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.127 27.9844C24.127 29.2852 23.8809 30.4277 23.3887 31.4121C22.8965 32.3965 22.2344 33.2109 21.4023 33.8555C20.418 34.6289 19.334 35.1797 18.1504 35.5078C16.9785 35.8359 15.4844 36 13.668 36H3.19141V9.82617H12.4375C14.3594 9.82617 15.8125 9.90234 16.7969 10.0547C17.793 10.1953 18.7246 10.5 19.5918 10.9688C20.5293 11.4727 21.2266 12.1465 21.6836 12.9902C22.1523 13.834 22.3867 14.8066 22.3867 15.9082C22.3867 17.1855 22.0645 18.3223 21.4199 19.3184C20.7871 20.3145 19.9082 21.0469 18.7832 21.5156V21.6562C20.4004 21.9961 21.6953 22.6934 22.668 23.748C23.6406 24.791 24.127 26.2031 24.127 27.9844ZM15.707 17.2266C15.707 16.8047 15.5957 16.3711 15.373 15.9258C15.1621 15.4805 14.8281 15.1582 14.3711 14.959C13.9375 14.7715 13.4219 14.6719 12.8242 14.6602C12.2383 14.6367 11.3594 14.625 10.1875 14.625H9.73047V20.1621H10.5566C11.6816 20.1621 12.4668 20.1504 12.9121 20.127C13.3691 20.1035 13.8379 19.9805 14.3184 19.7578C14.8457 19.5117 15.209 19.1719 15.4082 18.7383C15.6074 18.3047 15.707 17.8008 15.707 17.2266ZM17.3594 27.8613C17.3594 27.0527 17.1953 26.4199 16.8672 25.9629C16.5391 25.5059 16.0469 25.1602 15.3906 24.9258C14.9922 24.7734 14.4414 24.6914 13.7383 24.6797C13.0469 24.6562 12.1152 24.6445 10.9434 24.6445H9.73047V31.2012H10.082C11.793 31.2012 12.9766 31.1895 13.6328 31.166C14.2891 31.1426 14.957 30.9844 15.6367 30.6914C16.2344 30.4336 16.668 30.0586 16.9375 29.5664C17.2188 29.0625 17.3594 28.4941 17.3594 27.8613ZM51.7422 22.9219C51.7422 27.1523 50.6113 30.4805 48.3496 32.9062C46.0879 35.332 42.9883 36.5449 39.0508 36.5449C35.1016 36.5449 32.002 35.3203 29.752 32.8711C27.502 30.4102 26.377 27.0938 26.377 22.9219C26.377 18.7148 27.502 15.3926 29.752 12.9551C32.002 10.5059 35.1016 9.28125 39.0508 9.28125C42.9883 9.28125 46.0879 10.5 48.3496 12.9375C50.6113 15.3633 51.7422 18.6914 51.7422 22.9219ZM44.957 22.9043C44.957 21.3457 44.793 20.0215 44.4648 18.9316C44.1484 17.8301 43.7207 16.9277 43.1816 16.2246C42.6191 15.5098 41.9805 15 41.2656 14.6953C40.5625 14.3789 39.8301 14.2207 39.0684 14.2207C38.2598 14.2207 37.5273 14.3672 36.8711 14.6602C36.2148 14.9414 35.582 15.4512 34.9727 16.1895C34.4336 16.8691 33.9941 17.7715 33.6543 18.8965C33.3262 20.0215 33.1621 21.3633 33.1621 22.9219C33.1621 24.5273 33.3203 25.8633 33.6367 26.9297C33.9531 27.9844 34.3867 28.8691 34.9375 29.584C35.5 30.3105 36.1387 30.832 36.8535 31.1484C37.5684 31.4531 38.3066 31.6055 39.0684 31.6055C39.8418 31.6055 40.5918 31.4414 41.3184 31.1133C42.0449 30.7734 42.6719 30.252 43.1992 29.5488C43.7617 28.7871 44.1953 27.9023 44.5 26.8945C44.8047 25.875 44.957 24.5449 44.957 22.9043ZM72.5723 23.6074C73.1582 24.1113 73.627 24.7383 73.9785 25.4883C74.3301 26.2266 74.5059 27.1289 74.5059 28.1953C74.5059 30.8086 73.498 32.8477 71.4824 34.3125C69.4785 35.7773 66.5957 36.5098 62.834 36.5098C61.123 36.5098 59.4883 36.3574 57.9297 36.0527C56.3828 35.748 54.9648 35.332 53.6758 34.8047V28.9512H54.2734C55.1523 29.5605 56.3066 30.1582 57.7363 30.7441C59.1777 31.3184 60.584 31.6055 61.9551 31.6055C63.7246 31.6055 65.1309 31.2891 66.1738 30.6562C67.2168 30.0234 67.7383 29.0508 67.7383 27.7383C67.7383 26.6016 67.3574 25.7637 66.5957 25.2246C65.834 24.6738 64.4629 24.3984 62.4824 24.3984H58.7207V19.7227H62.3066C63.9473 19.7227 65.1484 19.4766 65.9102 18.9844C66.6719 18.4805 67.0527 17.7305 67.0527 16.7344C67.0527 15.8555 66.6309 15.2168 65.7871 14.8184C64.9551 14.4199 63.8418 14.2207 62.4473 14.2207C61.6621 14.2207 60.9121 14.3027 60.1973 14.4668C59.4941 14.6309 58.8027 14.8359 58.123 15.082C57.4902 15.3164 56.9043 15.5742 56.3652 15.8555C55.8379 16.1367 55.4336 16.3477 55.1523 16.4883H54.5371V11.0391C55.2988 10.7227 56.541 10.3594 58.2637 9.94922C59.998 9.52734 61.8145 9.31641 63.7129 9.31641C67.0879 9.31641 69.6133 9.87891 71.2891 11.0039C72.9648 12.1172 73.8027 13.6699 73.8027 15.6621C73.8027 17.1504 73.3398 18.4336 72.4141 19.5117C71.5 20.5898 70.3164 21.3105 68.8633 21.6738V21.9375C69.4023 22.0312 70.0293 22.2246 70.7441 22.5176C71.459 22.8105 72.0684 23.1738 72.5723 23.6074ZM101.066 36H94.4922V14.8184H87.8828C87.8359 15.8379 87.7891 16.793 87.7422 17.6836C87.707 18.5625 87.666 19.4004 87.6191 20.1973C87.4902 22.4824 87.2793 24.457 86.9863 26.1211C86.6934 27.7734 86.3594 29.127 85.9844 30.1816C85.5742 31.3066 85.1582 32.1914 84.7363 32.8359C84.3145 33.4805 83.916 33.9902 83.541 34.3652C82.9785 34.9277 82.2754 35.373 81.4316 35.7012C80.5879 36.0176 79.7559 36.1758 78.9355 36.1758C78.3848 36.1758 77.7812 36.1523 77.125 36.1055C76.4688 36.0586 76.0527 36.0234 75.877 36V30.2168H76.123C76.2402 30.2285 76.3516 30.2402 76.457 30.252C76.5742 30.2637 76.7207 30.2695 76.8965 30.2695C77.1895 30.2695 77.5645 30.2227 78.0215 30.1289C78.4785 30.0352 78.8242 29.877 79.0586 29.6543C79.9023 28.8574 80.4766 27.627 80.7812 25.9629C81.0977 24.2871 81.3379 21.873 81.502 18.7207C81.5723 17.2793 81.6133 15.9844 81.625 14.8359C81.6484 13.6875 81.6953 12.0176 81.7656 9.82617H101.066V36ZM106.48 36V9.82617H124.182V14.8184H113.02V19.4062H123.303V24.3984H113.02V31.0078H124.182V36H106.48ZM191.752 27.9844C191.752 29.2852 191.506 30.4277 191.014 31.4121C190.521 32.3965 189.859 33.2109 189.027 33.8555C188.043 34.6289 186.959 35.1797 185.775 35.5078C184.604 35.8359 183.109 36 181.293 36H170.816V9.82617H180.062C181.984 9.82617 183.438 9.90234 184.422 10.0547C185.418 10.1953 186.35 10.5 187.217 10.9688C188.154 11.4727 188.852 12.1465 189.309 12.9902C189.777 13.834 190.012 14.8066 190.012 15.9082C190.012 17.1855 189.689 18.3223 189.045 19.3184C188.412 20.3145 187.533 21.0469 186.408 21.5156V21.6562C188.025 21.9961 189.32 22.6934 190.293 23.748C191.266 24.791 191.752 26.2031 191.752 27.9844ZM183.332 17.2266C183.332 16.8047 183.221 16.3711 182.998 15.9258C182.787 15.4805 182.453 15.1582 181.996 14.959C181.562 14.7715 181.047 14.6719 180.449 14.6602C179.863 14.6367 178.984 14.625 177.812 14.625H177.355V20.1621H178.182C179.307 20.1621 180.092 20.1504 180.537 20.127C180.994 20.1035 181.463 19.9805 181.943 19.7578C182.471 19.5117 182.834 19.1719 183.033 18.7383C183.232 18.3047 183.332 17.8008 183.332 17.2266ZM184.984 27.8613C184.984 27.0527 184.82 26.4199 184.492 25.9629C184.164 25.5059 183.672 25.1602 183.016 24.9258C182.617 24.7734 182.066 24.6914 181.363 24.6797C180.672 24.6562 179.74 24.6445 178.568 24.6445H177.355V31.2012H177.707C179.418 31.2012 180.602 31.1895 181.258 31.166C181.914 31.1426 182.582 30.9844 183.262 30.6914C183.859 30.4336 184.293 30.0586 184.562 29.5664C184.844 29.0625 184.984 28.4941 184.984 27.8613ZM192.719 36L201.561 9.82617H208.732L217.574 36H210.807L209.172 30.6562H200.945L199.311 36H192.719ZM207.73 25.9102L205.059 17.2793L202.387 25.9102H207.73ZM231.461 36.5098C227.535 36.5098 224.418 35.3262 222.109 32.959C219.801 30.5801 218.646 27.2402 218.646 22.9395C218.646 18.791 219.801 15.4863 222.109 13.0254C224.43 10.5527 227.553 9.31641 231.479 9.31641C232.521 9.31641 233.459 9.375 234.291 9.49219C235.123 9.60938 235.92 9.77344 236.682 9.98438C237.279 10.1602 237.93 10.4004 238.633 10.7051C239.336 11.0098 239.904 11.2734 240.338 11.4961V17.7363H239.67C239.354 17.4551 238.955 17.1211 238.475 16.7344C237.994 16.3359 237.449 15.9492 236.84 15.5742C236.23 15.1992 235.557 14.8828 234.818 14.625C234.092 14.3555 233.33 14.2207 232.533 14.2207C231.584 14.2207 230.711 14.373 229.914 14.6777C229.129 14.9707 228.379 15.4863 227.664 16.2246C227.008 16.8926 226.469 17.7949 226.047 18.9316C225.637 20.0684 225.432 21.4102 225.432 22.957C225.432 24.5859 225.648 25.957 226.082 27.0703C226.516 28.1719 227.084 29.0625 227.787 29.7422C228.467 30.3984 229.223 30.873 230.055 31.166C230.898 31.459 231.736 31.6055 232.568 31.6055C233.436 31.6055 234.262 31.4648 235.047 31.1836C235.832 30.8906 236.494 30.5684 237.033 30.2168C237.619 29.8535 238.135 29.4844 238.58 29.1094C239.025 28.7344 239.412 28.4004 239.74 28.1074H240.338V34.2598C239.857 34.4824 239.301 34.7402 238.668 35.0332C238.035 35.3145 237.385 35.5547 236.717 35.7539C235.896 36 235.129 36.1875 234.414 36.3164C233.699 36.4453 232.715 36.5098 231.461 36.5098Z' fill='%231E1E1E'/%3e%3cpath d='M159.276 18.5352V21.7344L158.826 22.3193L157.726 20.8906L156.403 21.9092L157.991 23.9707V26.2979L156.347 24.6523L156.012 22.0713L154.356 22.2861L154.588 24.0752L152.8 23.8428L152.585 25.498L155.166 25.833L156.812 27.4775H154.484L152.423 25.8896L151.404 27.2119L152.833 28.3125L151.404 29.4131L152.423 30.7354L154.484 29.1475H156.812L155.166 30.792L152.585 31.127L152.8 32.7822L154.588 32.5498L154.356 34.3389L156.012 34.5537L156.347 31.9727L157.991 30.3271V32.6543L156.403 34.7158L157.726 35.7344L158.826 34.3057L159.276 34.8896V36.6182C159.276 38.8002 157.584 40.5931 155.443 40.7568L154.688 42.5254C154.565 42.8128 154.282 42.9998 153.97 43H152.398C152.086 43 151.802 42.813 151.68 42.5254L150.93 40.7705H143.07L142.32 42.5254C142.197 42.813 141.914 43 141.602 43H140.03C139.718 42.9999 139.435 42.8131 139.312 42.5254L138.557 40.7568C136.416 40.5931 134.724 38.8002 134.724 36.6182V18.5352H159.276ZM139.424 21.1035C138.992 21.1035 138.643 21.4535 138.643 21.8848V28.916C138.643 29.3475 138.992 29.6973 139.424 29.6973C139.855 29.6971 140.205 29.3474 140.205 28.916V21.8848C140.205 21.4536 139.855 21.1036 139.424 21.1035ZM155.124 3C157.413 3 159.276 4.86289 159.276 7.15234V17.7539H134.724V7.15234C134.724 4.86297 136.587 3 138.876 3H155.124ZM139.424 6.89453C138.992 6.89453 138.643 7.24445 138.643 7.67578V14.707C138.643 15.1384 138.992 15.4883 139.424 15.4883C139.855 15.4881 140.205 15.1383 140.205 14.707V7.67578C140.205 7.24456 139.855 6.8947 139.424 6.89453Z' fill='%2351ABFA'/%3e%3c/svg%3e");transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;cursor:pointer;display:block;margin-right:20px;}.menu-layer .top .section-header-logo span{position:relative;top:-17px;font-weight:700;font-size:15px;font-family:'Tahoma', sans-serif;}@media screen and (max-width: 62em){.menu-layer .top .section-header-logo{width:184px;}}.menu-layer .top .section-header-logo:hover{width:242px;height:43px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='242px' height='43px' viewBox='0 0 242 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.127 27.9844C24.127 29.2852 23.8809 30.4277 23.3887 31.4121C22.8965 32.3965 22.2344 33.2109 21.4023 33.8555C20.418 34.6289 19.334 35.1797 18.1504 35.5078C16.9785 35.8359 15.4844 36 13.668 36H3.19141V9.82617H12.4375C14.3594 9.82617 15.8125 9.90234 16.7969 10.0547C17.793 10.1953 18.7246 10.5 19.5918 10.9688C20.5293 11.4727 21.2266 12.1465 21.6836 12.9902C22.1523 13.834 22.3867 14.8066 22.3867 15.9082C22.3867 17.1855 22.0645 18.3223 21.4199 19.3184C20.7871 20.3145 19.9082 21.0469 18.7832 21.5156V21.6562C20.4004 21.9961 21.6953 22.6934 22.668 23.748C23.6406 24.791 24.127 26.2031 24.127 27.9844ZM15.707 17.2266C15.707 16.8047 15.5957 16.3711 15.373 15.9258C15.1621 15.4805 14.8281 15.1582 14.3711 14.959C13.9375 14.7715 13.4219 14.6719 12.8242 14.6602C12.2383 14.6367 11.3594 14.625 10.1875 14.625H9.73047V20.1621H10.5566C11.6816 20.1621 12.4668 20.1504 12.9121 20.127C13.3691 20.1035 13.8379 19.9805 14.3184 19.7578C14.8457 19.5117 15.209 19.1719 15.4082 18.7383C15.6074 18.3047 15.707 17.8008 15.707 17.2266ZM17.3594 27.8613C17.3594 27.0527 17.1953 26.4199 16.8672 25.9629C16.5391 25.5059 16.0469 25.1602 15.3906 24.9258C14.9922 24.7734 14.4414 24.6914 13.7383 24.6797C13.0469 24.6562 12.1152 24.6445 10.9434 24.6445H9.73047V31.2012H10.082C11.793 31.2012 12.9766 31.1895 13.6328 31.166C14.2891 31.1426 14.957 30.9844 15.6367 30.6914C16.2344 30.4336 16.668 30.0586 16.9375 29.5664C17.2188 29.0625 17.3594 28.4941 17.3594 27.8613ZM51.7422 22.9219C51.7422 27.1523 50.6113 30.4805 48.3496 32.9062C46.0879 35.332 42.9883 36.5449 39.0508 36.5449C35.1016 36.5449 32.002 35.3203 29.752 32.8711C27.502 30.4102 26.377 27.0938 26.377 22.9219C26.377 18.7148 27.502 15.3926 29.752 12.9551C32.002 10.5059 35.1016 9.28125 39.0508 9.28125C42.9883 9.28125 46.0879 10.5 48.3496 12.9375C50.6113 15.3633 51.7422 18.6914 51.7422 22.9219ZM44.957 22.9043C44.957 21.3457 44.793 20.0215 44.4648 18.9316C44.1484 17.8301 43.7207 16.9277 43.1816 16.2246C42.6191 15.5098 41.9805 15 41.2656 14.6953C40.5625 14.3789 39.8301 14.2207 39.0684 14.2207C38.2598 14.2207 37.5273 14.3672 36.8711 14.6602C36.2148 14.9414 35.582 15.4512 34.9727 16.1895C34.4336 16.8691 33.9941 17.7715 33.6543 18.8965C33.3262 20.0215 33.1621 21.3633 33.1621 22.9219C33.1621 24.5273 33.3203 25.8633 33.6367 26.9297C33.9531 27.9844 34.3867 28.8691 34.9375 29.584C35.5 30.3105 36.1387 30.832 36.8535 31.1484C37.5684 31.4531 38.3066 31.6055 39.0684 31.6055C39.8418 31.6055 40.5918 31.4414 41.3184 31.1133C42.0449 30.7734 42.6719 30.252 43.1992 29.5488C43.7617 28.7871 44.1953 27.9023 44.5 26.8945C44.8047 25.875 44.957 24.5449 44.957 22.9043ZM72.5723 23.6074C73.1582 24.1113 73.627 24.7383 73.9785 25.4883C74.3301 26.2266 74.5059 27.1289 74.5059 28.1953C74.5059 30.8086 73.498 32.8477 71.4824 34.3125C69.4785 35.7773 66.5957 36.5098 62.834 36.5098C61.123 36.5098 59.4883 36.3574 57.9297 36.0527C56.3828 35.748 54.9648 35.332 53.6758 34.8047V28.9512H54.2734C55.1523 29.5605 56.3066 30.1582 57.7363 30.7441C59.1777 31.3184 60.584 31.6055 61.9551 31.6055C63.7246 31.6055 65.1309 31.2891 66.1738 30.6562C67.2168 30.0234 67.7383 29.0508 67.7383 27.7383C67.7383 26.6016 67.3574 25.7637 66.5957 25.2246C65.834 24.6738 64.4629 24.3984 62.4824 24.3984H58.7207V19.7227H62.3066C63.9473 19.7227 65.1484 19.4766 65.9102 18.9844C66.6719 18.4805 67.0527 17.7305 67.0527 16.7344C67.0527 15.8555 66.6309 15.2168 65.7871 14.8184C64.9551 14.4199 63.8418 14.2207 62.4473 14.2207C61.6621 14.2207 60.9121 14.3027 60.1973 14.4668C59.4941 14.6309 58.8027 14.8359 58.123 15.082C57.4902 15.3164 56.9043 15.5742 56.3652 15.8555C55.8379 16.1367 55.4336 16.3477 55.1523 16.4883H54.5371V11.0391C55.2988 10.7227 56.541 10.3594 58.2637 9.94922C59.998 9.52734 61.8145 9.31641 63.7129 9.31641C67.0879 9.31641 69.6133 9.87891 71.2891 11.0039C72.9648 12.1172 73.8027 13.6699 73.8027 15.6621C73.8027 17.1504 73.3398 18.4336 72.4141 19.5117C71.5 20.5898 70.3164 21.3105 68.8633 21.6738V21.9375C69.4023 22.0312 70.0293 22.2246 70.7441 22.5176C71.459 22.8105 72.0684 23.1738 72.5723 23.6074ZM101.066 36H94.4922V14.8184H87.8828C87.8359 15.8379 87.7891 16.793 87.7422 17.6836C87.707 18.5625 87.666 19.4004 87.6191 20.1973C87.4902 22.4824 87.2793 24.457 86.9863 26.1211C86.6934 27.7734 86.3594 29.127 85.9844 30.1816C85.5742 31.3066 85.1582 32.1914 84.7363 32.8359C84.3145 33.4805 83.916 33.9902 83.541 34.3652C82.9785 34.9277 82.2754 35.373 81.4316 35.7012C80.5879 36.0176 79.7559 36.1758 78.9355 36.1758C78.3848 36.1758 77.7812 36.1523 77.125 36.1055C76.4688 36.0586 76.0527 36.0234 75.877 36V30.2168H76.123C76.2402 30.2285 76.3516 30.2402 76.457 30.252C76.5742 30.2637 76.7207 30.2695 76.8965 30.2695C77.1895 30.2695 77.5645 30.2227 78.0215 30.1289C78.4785 30.0352 78.8242 29.877 79.0586 29.6543C79.9023 28.8574 80.4766 27.627 80.7812 25.9629C81.0977 24.2871 81.3379 21.873 81.502 18.7207C81.5723 17.2793 81.6133 15.9844 81.625 14.8359C81.6484 13.6875 81.6953 12.0176 81.7656 9.82617H101.066V36ZM106.48 36V9.82617H124.182V14.8184H113.02V19.4062H123.303V24.3984H113.02V31.0078H124.182V36H106.48ZM191.752 27.9844C191.752 29.2852 191.506 30.4277 191.014 31.4121C190.521 32.3965 189.859 33.2109 189.027 33.8555C188.043 34.6289 186.959 35.1797 185.775 35.5078C184.604 35.8359 183.109 36 181.293 36H170.816V9.82617H180.062C181.984 9.82617 183.438 9.90234 184.422 10.0547C185.418 10.1953 186.35 10.5 187.217 10.9688C188.154 11.4727 188.852 12.1465 189.309 12.9902C189.777 13.834 190.012 14.8066 190.012 15.9082C190.012 17.1855 189.689 18.3223 189.045 19.3184C188.412 20.3145 187.533 21.0469 186.408 21.5156V21.6562C188.025 21.9961 189.32 22.6934 190.293 23.748C191.266 24.791 191.752 26.2031 191.752 27.9844ZM183.332 17.2266C183.332 16.8047 183.221 16.3711 182.998 15.9258C182.787 15.4805 182.453 15.1582 181.996 14.959C181.562 14.7715 181.047 14.6719 180.449 14.6602C179.863 14.6367 178.984 14.625 177.812 14.625H177.355V20.1621H178.182C179.307 20.1621 180.092 20.1504 180.537 20.127C180.994 20.1035 181.463 19.9805 181.943 19.7578C182.471 19.5117 182.834 19.1719 183.033 18.7383C183.232 18.3047 183.332 17.8008 183.332 17.2266ZM184.984 27.8613C184.984 27.0527 184.82 26.4199 184.492 25.9629C184.164 25.5059 183.672 25.1602 183.016 24.9258C182.617 24.7734 182.066 24.6914 181.363 24.6797C180.672 24.6562 179.74 24.6445 178.568 24.6445H177.355V31.2012H177.707C179.418 31.2012 180.602 31.1895 181.258 31.166C181.914 31.1426 182.582 30.9844 183.262 30.6914C183.859 30.4336 184.293 30.0586 184.562 29.5664C184.844 29.0625 184.984 28.4941 184.984 27.8613ZM192.719 36L201.561 9.82617H208.732L217.574 36H210.807L209.172 30.6562H200.945L199.311 36H192.719ZM207.73 25.9102L205.059 17.2793L202.387 25.9102H207.73ZM231.461 36.5098C227.535 36.5098 224.418 35.3262 222.109 32.959C219.801 30.5801 218.646 27.2402 218.646 22.9395C218.646 18.791 219.801 15.4863 222.109 13.0254C224.43 10.5527 227.553 9.31641 231.479 9.31641C232.521 9.31641 233.459 9.375 234.291 9.49219C235.123 9.60938 235.92 9.77344 236.682 9.98438C237.279 10.1602 237.93 10.4004 238.633 10.7051C239.336 11.0098 239.904 11.2734 240.338 11.4961V17.7363H239.67C239.354 17.4551 238.955 17.1211 238.475 16.7344C237.994 16.3359 237.449 15.9492 236.84 15.5742C236.23 15.1992 235.557 14.8828 234.818 14.625C234.092 14.3555 233.33 14.2207 232.533 14.2207C231.584 14.2207 230.711 14.373 229.914 14.6777C229.129 14.9707 228.379 15.4863 227.664 16.2246C227.008 16.8926 226.469 17.7949 226.047 18.9316C225.637 20.0684 225.432 21.4102 225.432 22.957C225.432 24.5859 225.648 25.957 226.082 27.0703C226.516 28.1719 227.084 29.0625 227.787 29.7422C228.467 30.3984 229.223 30.873 230.055 31.166C230.898 31.459 231.736 31.6055 232.568 31.6055C233.436 31.6055 234.262 31.4648 235.047 31.1836C235.832 30.8906 236.494 30.5684 237.033 30.2168C237.619 29.8535 238.135 29.4844 238.58 29.1094C239.025 28.7344 239.412 28.4004 239.74 28.1074H240.338V34.2598C239.857 34.4824 239.301 34.7402 238.668 35.0332C238.035 35.3145 237.385 35.5547 236.717 35.7539C235.896 36 235.129 36.1875 234.414 36.3164C233.699 36.4453 232.715 36.5098 231.461 36.5098Z' fill='%2351ABFA'/%3e%3cpath d='M159.276 18.5352V21.7344L158.826 22.3193L157.726 20.8906L156.403 21.9092L157.991 23.9707V26.2979L156.347 24.6523L156.012 22.0713L154.356 22.2861L154.588 24.0752L152.8 23.8428L152.585 25.498L155.166 25.833L156.812 27.4775H154.484L152.423 25.8896L151.404 27.2119L152.833 28.3125L151.404 29.4131L152.423 30.7354L154.484 29.1475H156.812L155.166 30.792L152.585 31.127L152.8 32.7822L154.588 32.5498L154.356 34.3389L156.012 34.5537L156.347 31.9727L157.991 30.3271V32.6543L156.403 34.7158L157.726 35.7344L158.826 34.3057L159.276 34.8896V36.6182C159.276 38.8002 157.584 40.5931 155.443 40.7568L154.688 42.5254C154.565 42.8128 154.282 42.9998 153.97 43H152.398C152.086 43 151.802 42.813 151.68 42.5254L150.93 40.7705H143.07L142.32 42.5254C142.197 42.813 141.914 43 141.602 43H140.03C139.718 42.9999 139.435 42.8131 139.312 42.5254L138.557 40.7568C136.416 40.5931 134.724 38.8002 134.724 36.6182V18.5352H159.276ZM139.424 21.1035C138.992 21.1035 138.643 21.4535 138.643 21.8848V28.916C138.643 29.3475 138.992 29.6973 139.424 29.6973C139.855 29.6971 140.205 29.3474 140.205 28.916V21.8848C140.205 21.4536 139.855 21.1036 139.424 21.1035ZM155.124 3C157.413 3 159.276 4.86289 159.276 7.15234V17.7539H134.724V7.15234C134.724 4.86297 136.587 3 138.876 3H155.124ZM139.424 6.89453C138.992 6.89453 138.643 7.24445 138.643 7.67578V14.707C138.643 15.1384 138.992 15.4883 139.424 15.4883C139.855 15.4881 140.205 15.1383 140.205 14.707V7.67578C140.205 7.24456 139.855 6.8947 139.424 6.89453Z' fill='%231E1E1E'/%3e%3c/svg%3e");transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}@media screen and (max-width: 62em){.menu-layer .top .section-header-logo:hover{width:184px;}}.menu-layer .center .nav{text-align:center;}.menu-layer .center .nav li a{padding:20px 0px;color:#1E1E1E;text-align:center;font-family:'Tahoma', sans-serif;font-size:25px;font-style:normal;font-weight:400;line-height:normal;display:block;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.menu-layer .center .nav li a:hover{color:#51ABFA;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.menu-layer .bottom{text-align:center;}.menu-layer .bottom .page-home-contacts-data-left-phone{color:#1E1E1E;text-align:center;font-family:'Tahoma', sans-serif;font-size:30px;font-style:normal;font-weight:700;line-height:normal;display:block;margin-bottom:6px;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.menu-layer .bottom .page-home-contacts-data-left-phone:hover{color:#51ABFA;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.menu-layer .bottom .page-home-contacts-data-left-time{color:#1E1E1E;text-align:center;font-family:'Tahoma', sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:40px;}.menu-layer .bottom .button{height:55px;width:247px;margin:0 auto;margin-bottom:55px;}.wrap_section-header{opacity:0;visibility:hidden;position:relative;overflow:hidden;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.wrap_section-header.fixed-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;background-color:white;box-shadow:0 2px 10px rgba(0,0,0,0.1);animation:slideDown 0.3s ease-out;}.wrap_section-header.fixed-header .section-header{padding-top:10px;padding-bottom:10px;}.wrap_section-header.fixed-header .section-header .section-header-logo{margin-right:20px;}.wrap_section-header.fixed-header .section-header .section-header-logo span{display:none;}.wrap_section-header.fixed-header .section-header .section-header-right .nav{width:700px;height:50px;padding:0 40px;}@keyframes slideDown{from{transform:translateY(-100%);opacity:0;}to{transform:translateY(0);opacity:1;}}body.has-fixed-header{padding-top:80px;}.section-header{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding-top:18px;padding-bottom:19px;}.section-header .section-header-logo{width:242px;height:43px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='242px' height='43px' viewBox='0 0 242 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.127 27.9844C24.127 29.2852 23.8809 30.4277 23.3887 31.4121C22.8965 32.3965 22.2344 33.2109 21.4023 33.8555C20.418 34.6289 19.334 35.1797 18.1504 35.5078C16.9785 35.8359 15.4844 36 13.668 36H3.19141V9.82617H12.4375C14.3594 9.82617 15.8125 9.90234 16.7969 10.0547C17.793 10.1953 18.7246 10.5 19.5918 10.9688C20.5293 11.4727 21.2266 12.1465 21.6836 12.9902C22.1523 13.834 22.3867 14.8066 22.3867 15.9082C22.3867 17.1855 22.0645 18.3223 21.4199 19.3184C20.7871 20.3145 19.9082 21.0469 18.7832 21.5156V21.6562C20.4004 21.9961 21.6953 22.6934 22.668 23.748C23.6406 24.791 24.127 26.2031 24.127 27.9844ZM15.707 17.2266C15.707 16.8047 15.5957 16.3711 15.373 15.9258C15.1621 15.4805 14.8281 15.1582 14.3711 14.959C13.9375 14.7715 13.4219 14.6719 12.8242 14.6602C12.2383 14.6367 11.3594 14.625 10.1875 14.625H9.73047V20.1621H10.5566C11.6816 20.1621 12.4668 20.1504 12.9121 20.127C13.3691 20.1035 13.8379 19.9805 14.3184 19.7578C14.8457 19.5117 15.209 19.1719 15.4082 18.7383C15.6074 18.3047 15.707 17.8008 15.707 17.2266ZM17.3594 27.8613C17.3594 27.0527 17.1953 26.4199 16.8672 25.9629C16.5391 25.5059 16.0469 25.1602 15.3906 24.9258C14.9922 24.7734 14.4414 24.6914 13.7383 24.6797C13.0469 24.6562 12.1152 24.6445 10.9434 24.6445H9.73047V31.2012H10.082C11.793 31.2012 12.9766 31.1895 13.6328 31.166C14.2891 31.1426 14.957 30.9844 15.6367 30.6914C16.2344 30.4336 16.668 30.0586 16.9375 29.5664C17.2188 29.0625 17.3594 28.4941 17.3594 27.8613ZM51.7422 22.9219C51.7422 27.1523 50.6113 30.4805 48.3496 32.9062C46.0879 35.332 42.9883 36.5449 39.0508 36.5449C35.1016 36.5449 32.002 35.3203 29.752 32.8711C27.502 30.4102 26.377 27.0938 26.377 22.9219C26.377 18.7148 27.502 15.3926 29.752 12.9551C32.002 10.5059 35.1016 9.28125 39.0508 9.28125C42.9883 9.28125 46.0879 10.5 48.3496 12.9375C50.6113 15.3633 51.7422 18.6914 51.7422 22.9219ZM44.957 22.9043C44.957 21.3457 44.793 20.0215 44.4648 18.9316C44.1484 17.8301 43.7207 16.9277 43.1816 16.2246C42.6191 15.5098 41.9805 15 41.2656 14.6953C40.5625 14.3789 39.8301 14.2207 39.0684 14.2207C38.2598 14.2207 37.5273 14.3672 36.8711 14.6602C36.2148 14.9414 35.582 15.4512 34.9727 16.1895C34.4336 16.8691 33.9941 17.7715 33.6543 18.8965C33.3262 20.0215 33.1621 21.3633 33.1621 22.9219C33.1621 24.5273 33.3203 25.8633 33.6367 26.9297C33.9531 27.9844 34.3867 28.8691 34.9375 29.584C35.5 30.3105 36.1387 30.832 36.8535 31.1484C37.5684 31.4531 38.3066 31.6055 39.0684 31.6055C39.8418 31.6055 40.5918 31.4414 41.3184 31.1133C42.0449 30.7734 42.6719 30.252 43.1992 29.5488C43.7617 28.7871 44.1953 27.9023 44.5 26.8945C44.8047 25.875 44.957 24.5449 44.957 22.9043ZM72.5723 23.6074C73.1582 24.1113 73.627 24.7383 73.9785 25.4883C74.3301 26.2266 74.5059 27.1289 74.5059 28.1953C74.5059 30.8086 73.498 32.8477 71.4824 34.3125C69.4785 35.7773 66.5957 36.5098 62.834 36.5098C61.123 36.5098 59.4883 36.3574 57.9297 36.0527C56.3828 35.748 54.9648 35.332 53.6758 34.8047V28.9512H54.2734C55.1523 29.5605 56.3066 30.1582 57.7363 30.7441C59.1777 31.3184 60.584 31.6055 61.9551 31.6055C63.7246 31.6055 65.1309 31.2891 66.1738 30.6562C67.2168 30.0234 67.7383 29.0508 67.7383 27.7383C67.7383 26.6016 67.3574 25.7637 66.5957 25.2246C65.834 24.6738 64.4629 24.3984 62.4824 24.3984H58.7207V19.7227H62.3066C63.9473 19.7227 65.1484 19.4766 65.9102 18.9844C66.6719 18.4805 67.0527 17.7305 67.0527 16.7344C67.0527 15.8555 66.6309 15.2168 65.7871 14.8184C64.9551 14.4199 63.8418 14.2207 62.4473 14.2207C61.6621 14.2207 60.9121 14.3027 60.1973 14.4668C59.4941 14.6309 58.8027 14.8359 58.123 15.082C57.4902 15.3164 56.9043 15.5742 56.3652 15.8555C55.8379 16.1367 55.4336 16.3477 55.1523 16.4883H54.5371V11.0391C55.2988 10.7227 56.541 10.3594 58.2637 9.94922C59.998 9.52734 61.8145 9.31641 63.7129 9.31641C67.0879 9.31641 69.6133 9.87891 71.2891 11.0039C72.9648 12.1172 73.8027 13.6699 73.8027 15.6621C73.8027 17.1504 73.3398 18.4336 72.4141 19.5117C71.5 20.5898 70.3164 21.3105 68.8633 21.6738V21.9375C69.4023 22.0312 70.0293 22.2246 70.7441 22.5176C71.459 22.8105 72.0684 23.1738 72.5723 23.6074ZM101.066 36H94.4922V14.8184H87.8828C87.8359 15.8379 87.7891 16.793 87.7422 17.6836C87.707 18.5625 87.666 19.4004 87.6191 20.1973C87.4902 22.4824 87.2793 24.457 86.9863 26.1211C86.6934 27.7734 86.3594 29.127 85.9844 30.1816C85.5742 31.3066 85.1582 32.1914 84.7363 32.8359C84.3145 33.4805 83.916 33.9902 83.541 34.3652C82.9785 34.9277 82.2754 35.373 81.4316 35.7012C80.5879 36.0176 79.7559 36.1758 78.9355 36.1758C78.3848 36.1758 77.7812 36.1523 77.125 36.1055C76.4688 36.0586 76.0527 36.0234 75.877 36V30.2168H76.123C76.2402 30.2285 76.3516 30.2402 76.457 30.252C76.5742 30.2637 76.7207 30.2695 76.8965 30.2695C77.1895 30.2695 77.5645 30.2227 78.0215 30.1289C78.4785 30.0352 78.8242 29.877 79.0586 29.6543C79.9023 28.8574 80.4766 27.627 80.7812 25.9629C81.0977 24.2871 81.3379 21.873 81.502 18.7207C81.5723 17.2793 81.6133 15.9844 81.625 14.8359C81.6484 13.6875 81.6953 12.0176 81.7656 9.82617H101.066V36ZM106.48 36V9.82617H124.182V14.8184H113.02V19.4062H123.303V24.3984H113.02V31.0078H124.182V36H106.48ZM191.752 27.9844C191.752 29.2852 191.506 30.4277 191.014 31.4121C190.521 32.3965 189.859 33.2109 189.027 33.8555C188.043 34.6289 186.959 35.1797 185.775 35.5078C184.604 35.8359 183.109 36 181.293 36H170.816V9.82617H180.062C181.984 9.82617 183.438 9.90234 184.422 10.0547C185.418 10.1953 186.35 10.5 187.217 10.9688C188.154 11.4727 188.852 12.1465 189.309 12.9902C189.777 13.834 190.012 14.8066 190.012 15.9082C190.012 17.1855 189.689 18.3223 189.045 19.3184C188.412 20.3145 187.533 21.0469 186.408 21.5156V21.6562C188.025 21.9961 189.32 22.6934 190.293 23.748C191.266 24.791 191.752 26.2031 191.752 27.9844ZM183.332 17.2266C183.332 16.8047 183.221 16.3711 182.998 15.9258C182.787 15.4805 182.453 15.1582 181.996 14.959C181.562 14.7715 181.047 14.6719 180.449 14.6602C179.863 14.6367 178.984 14.625 177.812 14.625H177.355V20.1621H178.182C179.307 20.1621 180.092 20.1504 180.537 20.127C180.994 20.1035 181.463 19.9805 181.943 19.7578C182.471 19.5117 182.834 19.1719 183.033 18.7383C183.232 18.3047 183.332 17.8008 183.332 17.2266ZM184.984 27.8613C184.984 27.0527 184.82 26.4199 184.492 25.9629C184.164 25.5059 183.672 25.1602 183.016 24.9258C182.617 24.7734 182.066 24.6914 181.363 24.6797C180.672 24.6562 179.74 24.6445 178.568 24.6445H177.355V31.2012H177.707C179.418 31.2012 180.602 31.1895 181.258 31.166C181.914 31.1426 182.582 30.9844 183.262 30.6914C183.859 30.4336 184.293 30.0586 184.562 29.5664C184.844 29.0625 184.984 28.4941 184.984 27.8613ZM192.719 36L201.561 9.82617H208.732L217.574 36H210.807L209.172 30.6562H200.945L199.311 36H192.719ZM207.73 25.9102L205.059 17.2793L202.387 25.9102H207.73ZM231.461 36.5098C227.535 36.5098 224.418 35.3262 222.109 32.959C219.801 30.5801 218.646 27.2402 218.646 22.9395C218.646 18.791 219.801 15.4863 222.109 13.0254C224.43 10.5527 227.553 9.31641 231.479 9.31641C232.521 9.31641 233.459 9.375 234.291 9.49219C235.123 9.60938 235.92 9.77344 236.682 9.98438C237.279 10.1602 237.93 10.4004 238.633 10.7051C239.336 11.0098 239.904 11.2734 240.338 11.4961V17.7363H239.67C239.354 17.4551 238.955 17.1211 238.475 16.7344C237.994 16.3359 237.449 15.9492 236.84 15.5742C236.23 15.1992 235.557 14.8828 234.818 14.625C234.092 14.3555 233.33 14.2207 232.533 14.2207C231.584 14.2207 230.711 14.373 229.914 14.6777C229.129 14.9707 228.379 15.4863 227.664 16.2246C227.008 16.8926 226.469 17.7949 226.047 18.9316C225.637 20.0684 225.432 21.4102 225.432 22.957C225.432 24.5859 225.648 25.957 226.082 27.0703C226.516 28.1719 227.084 29.0625 227.787 29.7422C228.467 30.3984 229.223 30.873 230.055 31.166C230.898 31.459 231.736 31.6055 232.568 31.6055C233.436 31.6055 234.262 31.4648 235.047 31.1836C235.832 30.8906 236.494 30.5684 237.033 30.2168C237.619 29.8535 238.135 29.4844 238.58 29.1094C239.025 28.7344 239.412 28.4004 239.74 28.1074H240.338V34.2598C239.857 34.4824 239.301 34.7402 238.668 35.0332C238.035 35.3145 237.385 35.5547 236.717 35.7539C235.896 36 235.129 36.1875 234.414 36.3164C233.699 36.4453 232.715 36.5098 231.461 36.5098Z' fill='%231E1E1E'/%3e%3cpath d='M159.276 18.5352V21.7344L158.826 22.3193L157.726 20.8906L156.403 21.9092L157.991 23.9707V26.2979L156.347 24.6523L156.012 22.0713L154.356 22.2861L154.588 24.0752L152.8 23.8428L152.585 25.498L155.166 25.833L156.812 27.4775H154.484L152.423 25.8896L151.404 27.2119L152.833 28.3125L151.404 29.4131L152.423 30.7354L154.484 29.1475H156.812L155.166 30.792L152.585 31.127L152.8 32.7822L154.588 32.5498L154.356 34.3389L156.012 34.5537L156.347 31.9727L157.991 30.3271V32.6543L156.403 34.7158L157.726 35.7344L158.826 34.3057L159.276 34.8896V36.6182C159.276 38.8002 157.584 40.5931 155.443 40.7568L154.688 42.5254C154.565 42.8128 154.282 42.9998 153.97 43H152.398C152.086 43 151.802 42.813 151.68 42.5254L150.93 40.7705H143.07L142.32 42.5254C142.197 42.813 141.914 43 141.602 43H140.03C139.718 42.9999 139.435 42.8131 139.312 42.5254L138.557 40.7568C136.416 40.5931 134.724 38.8002 134.724 36.6182V18.5352H159.276ZM139.424 21.1035C138.992 21.1035 138.643 21.4535 138.643 21.8848V28.916C138.643 29.3475 138.992 29.6973 139.424 29.6973C139.855 29.6971 140.205 29.3474 140.205 28.916V21.8848C140.205 21.4536 139.855 21.1036 139.424 21.1035ZM155.124 3C157.413 3 159.276 4.86289 159.276 7.15234V17.7539H134.724V7.15234C134.724 4.86297 136.587 3 138.876 3H155.124ZM139.424 6.89453C138.992 6.89453 138.643 7.24445 138.643 7.67578V14.707C138.643 15.1384 138.992 15.4883 139.424 15.4883C139.855 15.4881 140.205 15.1383 140.205 14.707V7.67578C140.205 7.24456 139.855 6.8947 139.424 6.89453Z' fill='%2351ABFA'/%3e%3c/svg%3e");transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;cursor:pointer;display:block;margin-right:20px;opacity:0;}.section-header .section-header-logo span{position:relative;top:-17px;font-weight:700;font-size:15px;font-family:'Tahoma', sans-serif;}@media screen and (max-width: 62em){.section-header .section-header-logo{width:184px;}}.section-header .section-header-logo:hover{width:242px;height:43px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='242px' height='43px' viewBox='0 0 242 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.127 27.9844C24.127 29.2852 23.8809 30.4277 23.3887 31.4121C22.8965 32.3965 22.2344 33.2109 21.4023 33.8555C20.418 34.6289 19.334 35.1797 18.1504 35.5078C16.9785 35.8359 15.4844 36 13.668 36H3.19141V9.82617H12.4375C14.3594 9.82617 15.8125 9.90234 16.7969 10.0547C17.793 10.1953 18.7246 10.5 19.5918 10.9688C20.5293 11.4727 21.2266 12.1465 21.6836 12.9902C22.1523 13.834 22.3867 14.8066 22.3867 15.9082C22.3867 17.1855 22.0645 18.3223 21.4199 19.3184C20.7871 20.3145 19.9082 21.0469 18.7832 21.5156V21.6562C20.4004 21.9961 21.6953 22.6934 22.668 23.748C23.6406 24.791 24.127 26.2031 24.127 27.9844ZM15.707 17.2266C15.707 16.8047 15.5957 16.3711 15.373 15.9258C15.1621 15.4805 14.8281 15.1582 14.3711 14.959C13.9375 14.7715 13.4219 14.6719 12.8242 14.6602C12.2383 14.6367 11.3594 14.625 10.1875 14.625H9.73047V20.1621H10.5566C11.6816 20.1621 12.4668 20.1504 12.9121 20.127C13.3691 20.1035 13.8379 19.9805 14.3184 19.7578C14.8457 19.5117 15.209 19.1719 15.4082 18.7383C15.6074 18.3047 15.707 17.8008 15.707 17.2266ZM17.3594 27.8613C17.3594 27.0527 17.1953 26.4199 16.8672 25.9629C16.5391 25.5059 16.0469 25.1602 15.3906 24.9258C14.9922 24.7734 14.4414 24.6914 13.7383 24.6797C13.0469 24.6562 12.1152 24.6445 10.9434 24.6445H9.73047V31.2012H10.082C11.793 31.2012 12.9766 31.1895 13.6328 31.166C14.2891 31.1426 14.957 30.9844 15.6367 30.6914C16.2344 30.4336 16.668 30.0586 16.9375 29.5664C17.2188 29.0625 17.3594 28.4941 17.3594 27.8613ZM51.7422 22.9219C51.7422 27.1523 50.6113 30.4805 48.3496 32.9062C46.0879 35.332 42.9883 36.5449 39.0508 36.5449C35.1016 36.5449 32.002 35.3203 29.752 32.8711C27.502 30.4102 26.377 27.0938 26.377 22.9219C26.377 18.7148 27.502 15.3926 29.752 12.9551C32.002 10.5059 35.1016 9.28125 39.0508 9.28125C42.9883 9.28125 46.0879 10.5 48.3496 12.9375C50.6113 15.3633 51.7422 18.6914 51.7422 22.9219ZM44.957 22.9043C44.957 21.3457 44.793 20.0215 44.4648 18.9316C44.1484 17.8301 43.7207 16.9277 43.1816 16.2246C42.6191 15.5098 41.9805 15 41.2656 14.6953C40.5625 14.3789 39.8301 14.2207 39.0684 14.2207C38.2598 14.2207 37.5273 14.3672 36.8711 14.6602C36.2148 14.9414 35.582 15.4512 34.9727 16.1895C34.4336 16.8691 33.9941 17.7715 33.6543 18.8965C33.3262 20.0215 33.1621 21.3633 33.1621 22.9219C33.1621 24.5273 33.3203 25.8633 33.6367 26.9297C33.9531 27.9844 34.3867 28.8691 34.9375 29.584C35.5 30.3105 36.1387 30.832 36.8535 31.1484C37.5684 31.4531 38.3066 31.6055 39.0684 31.6055C39.8418 31.6055 40.5918 31.4414 41.3184 31.1133C42.0449 30.7734 42.6719 30.252 43.1992 29.5488C43.7617 28.7871 44.1953 27.9023 44.5 26.8945C44.8047 25.875 44.957 24.5449 44.957 22.9043ZM72.5723 23.6074C73.1582 24.1113 73.627 24.7383 73.9785 25.4883C74.3301 26.2266 74.5059 27.1289 74.5059 28.1953C74.5059 30.8086 73.498 32.8477 71.4824 34.3125C69.4785 35.7773 66.5957 36.5098 62.834 36.5098C61.123 36.5098 59.4883 36.3574 57.9297 36.0527C56.3828 35.748 54.9648 35.332 53.6758 34.8047V28.9512H54.2734C55.1523 29.5605 56.3066 30.1582 57.7363 30.7441C59.1777 31.3184 60.584 31.6055 61.9551 31.6055C63.7246 31.6055 65.1309 31.2891 66.1738 30.6562C67.2168 30.0234 67.7383 29.0508 67.7383 27.7383C67.7383 26.6016 67.3574 25.7637 66.5957 25.2246C65.834 24.6738 64.4629 24.3984 62.4824 24.3984H58.7207V19.7227H62.3066C63.9473 19.7227 65.1484 19.4766 65.9102 18.9844C66.6719 18.4805 67.0527 17.7305 67.0527 16.7344C67.0527 15.8555 66.6309 15.2168 65.7871 14.8184C64.9551 14.4199 63.8418 14.2207 62.4473 14.2207C61.6621 14.2207 60.9121 14.3027 60.1973 14.4668C59.4941 14.6309 58.8027 14.8359 58.123 15.082C57.4902 15.3164 56.9043 15.5742 56.3652 15.8555C55.8379 16.1367 55.4336 16.3477 55.1523 16.4883H54.5371V11.0391C55.2988 10.7227 56.541 10.3594 58.2637 9.94922C59.998 9.52734 61.8145 9.31641 63.7129 9.31641C67.0879 9.31641 69.6133 9.87891 71.2891 11.0039C72.9648 12.1172 73.8027 13.6699 73.8027 15.6621C73.8027 17.1504 73.3398 18.4336 72.4141 19.5117C71.5 20.5898 70.3164 21.3105 68.8633 21.6738V21.9375C69.4023 22.0312 70.0293 22.2246 70.7441 22.5176C71.459 22.8105 72.0684 23.1738 72.5723 23.6074ZM101.066 36H94.4922V14.8184H87.8828C87.8359 15.8379 87.7891 16.793 87.7422 17.6836C87.707 18.5625 87.666 19.4004 87.6191 20.1973C87.4902 22.4824 87.2793 24.457 86.9863 26.1211C86.6934 27.7734 86.3594 29.127 85.9844 30.1816C85.5742 31.3066 85.1582 32.1914 84.7363 32.8359C84.3145 33.4805 83.916 33.9902 83.541 34.3652C82.9785 34.9277 82.2754 35.373 81.4316 35.7012C80.5879 36.0176 79.7559 36.1758 78.9355 36.1758C78.3848 36.1758 77.7812 36.1523 77.125 36.1055C76.4688 36.0586 76.0527 36.0234 75.877 36V30.2168H76.123C76.2402 30.2285 76.3516 30.2402 76.457 30.252C76.5742 30.2637 76.7207 30.2695 76.8965 30.2695C77.1895 30.2695 77.5645 30.2227 78.0215 30.1289C78.4785 30.0352 78.8242 29.877 79.0586 29.6543C79.9023 28.8574 80.4766 27.627 80.7812 25.9629C81.0977 24.2871 81.3379 21.873 81.502 18.7207C81.5723 17.2793 81.6133 15.9844 81.625 14.8359C81.6484 13.6875 81.6953 12.0176 81.7656 9.82617H101.066V36ZM106.48 36V9.82617H124.182V14.8184H113.02V19.4062H123.303V24.3984H113.02V31.0078H124.182V36H106.48ZM191.752 27.9844C191.752 29.2852 191.506 30.4277 191.014 31.4121C190.521 32.3965 189.859 33.2109 189.027 33.8555C188.043 34.6289 186.959 35.1797 185.775 35.5078C184.604 35.8359 183.109 36 181.293 36H170.816V9.82617H180.062C181.984 9.82617 183.438 9.90234 184.422 10.0547C185.418 10.1953 186.35 10.5 187.217 10.9688C188.154 11.4727 188.852 12.1465 189.309 12.9902C189.777 13.834 190.012 14.8066 190.012 15.9082C190.012 17.1855 189.689 18.3223 189.045 19.3184C188.412 20.3145 187.533 21.0469 186.408 21.5156V21.6562C188.025 21.9961 189.32 22.6934 190.293 23.748C191.266 24.791 191.752 26.2031 191.752 27.9844ZM183.332 17.2266C183.332 16.8047 183.221 16.3711 182.998 15.9258C182.787 15.4805 182.453 15.1582 181.996 14.959C181.562 14.7715 181.047 14.6719 180.449 14.6602C179.863 14.6367 178.984 14.625 177.812 14.625H177.355V20.1621H178.182C179.307 20.1621 180.092 20.1504 180.537 20.127C180.994 20.1035 181.463 19.9805 181.943 19.7578C182.471 19.5117 182.834 19.1719 183.033 18.7383C183.232 18.3047 183.332 17.8008 183.332 17.2266ZM184.984 27.8613C184.984 27.0527 184.82 26.4199 184.492 25.9629C184.164 25.5059 183.672 25.1602 183.016 24.9258C182.617 24.7734 182.066 24.6914 181.363 24.6797C180.672 24.6562 179.74 24.6445 178.568 24.6445H177.355V31.2012H177.707C179.418 31.2012 180.602 31.1895 181.258 31.166C181.914 31.1426 182.582 30.9844 183.262 30.6914C183.859 30.4336 184.293 30.0586 184.562 29.5664C184.844 29.0625 184.984 28.4941 184.984 27.8613ZM192.719 36L201.561 9.82617H208.732L217.574 36H210.807L209.172 30.6562H200.945L199.311 36H192.719ZM207.73 25.9102L205.059 17.2793L202.387 25.9102H207.73ZM231.461 36.5098C227.535 36.5098 224.418 35.3262 222.109 32.959C219.801 30.5801 218.646 27.2402 218.646 22.9395C218.646 18.791 219.801 15.4863 222.109 13.0254C224.43 10.5527 227.553 9.31641 231.479 9.31641C232.521 9.31641 233.459 9.375 234.291 9.49219C235.123 9.60938 235.92 9.77344 236.682 9.98438C237.279 10.1602 237.93 10.4004 238.633 10.7051C239.336 11.0098 239.904 11.2734 240.338 11.4961V17.7363H239.67C239.354 17.4551 238.955 17.1211 238.475 16.7344C237.994 16.3359 237.449 15.9492 236.84 15.5742C236.23 15.1992 235.557 14.8828 234.818 14.625C234.092 14.3555 233.33 14.2207 232.533 14.2207C231.584 14.2207 230.711 14.373 229.914 14.6777C229.129 14.9707 228.379 15.4863 227.664 16.2246C227.008 16.8926 226.469 17.7949 226.047 18.9316C225.637 20.0684 225.432 21.4102 225.432 22.957C225.432 24.5859 225.648 25.957 226.082 27.0703C226.516 28.1719 227.084 29.0625 227.787 29.7422C228.467 30.3984 229.223 30.873 230.055 31.166C230.898 31.459 231.736 31.6055 232.568 31.6055C233.436 31.6055 234.262 31.4648 235.047 31.1836C235.832 30.8906 236.494 30.5684 237.033 30.2168C237.619 29.8535 238.135 29.4844 238.58 29.1094C239.025 28.7344 239.412 28.4004 239.74 28.1074H240.338V34.2598C239.857 34.4824 239.301 34.7402 238.668 35.0332C238.035 35.3145 237.385 35.5547 236.717 35.7539C235.896 36 235.129 36.1875 234.414 36.3164C233.699 36.4453 232.715 36.5098 231.461 36.5098Z' fill='%2351ABFA'/%3e%3cpath d='M159.276 18.5352V21.7344L158.826 22.3193L157.726 20.8906L156.403 21.9092L157.991 23.9707V26.2979L156.347 24.6523L156.012 22.0713L154.356 22.2861L154.588 24.0752L152.8 23.8428L152.585 25.498L155.166 25.833L156.812 27.4775H154.484L152.423 25.8896L151.404 27.2119L152.833 28.3125L151.404 29.4131L152.423 30.7354L154.484 29.1475H156.812L155.166 30.792L152.585 31.127L152.8 32.7822L154.588 32.5498L154.356 34.3389L156.012 34.5537L156.347 31.9727L157.991 30.3271V32.6543L156.403 34.7158L157.726 35.7344L158.826 34.3057L159.276 34.8896V36.6182C159.276 38.8002 157.584 40.5931 155.443 40.7568L154.688 42.5254C154.565 42.8128 154.282 42.9998 153.97 43H152.398C152.086 43 151.802 42.813 151.68 42.5254L150.93 40.7705H143.07L142.32 42.5254C142.197 42.813 141.914 43 141.602 43H140.03C139.718 42.9999 139.435 42.8131 139.312 42.5254L138.557 40.7568C136.416 40.5931 134.724 38.8002 134.724 36.6182V18.5352H159.276ZM139.424 21.1035C138.992 21.1035 138.643 21.4535 138.643 21.8848V28.916C138.643 29.3475 138.992 29.6973 139.424 29.6973C139.855 29.6971 140.205 29.3474 140.205 28.916V21.8848C140.205 21.4536 139.855 21.1036 139.424 21.1035ZM155.124 3C157.413 3 159.276 4.86289 159.276 7.15234V17.7539H134.724V7.15234C134.724 4.86297 136.587 3 138.876 3H155.124ZM139.424 6.89453C138.992 6.89453 138.643 7.24445 138.643 7.67578V14.707C138.643 15.1384 138.992 15.4883 139.424 15.4883C139.855 15.4881 140.205 15.1383 140.205 14.707V7.67578C140.205 7.24456 139.855 6.8947 139.424 6.89453Z' fill='%231E1E1E'/%3e%3c/svg%3e");transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}@media screen and (max-width: 62em){.section-header .section-header-logo:hover{width:184px;}}.section-header .section-header-right{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}@media screen and (max-width: 62em){.section-header .section-header-right{display:none;}}.section-header .section-header-right .nav{border-radius:999px;width:760px;background:#F4F5FA;height:60px;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding:0px 57px;margin-right:10px;}.section-header .section-header-right .nav li a{color:#1E1E1E;text-align:center;font-family:'Tahoma', sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:normal;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.section-header .section-header-right .nav li a:hover{color:#51ABFA;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.page-home{margin-bottom:100px;}@media screen and (max-width: 62em){.page-home{margin-bottom:50px;}}.page-home .page-home-top{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:50px;background:#F4F5FA;margin-bottom:97px;}@media screen and (max-width: 62em){.page-home .page-home-top{margin-bottom:60px;}}.page-home .page-home-top .page-home-top-left{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;}.page-home .page-home-top .page-home-top-left img{border-radius:50px 0 0 50px;width:100%;height:100%;object-fit:cover;display:block;}@media screen and (max-width: 62em){.page-home .page-home-top .page-home-top-left img{border-radius:20px 20px 0 0;}}@media screen and (max-width: 62em){.page-home .page-home-top .page-home-top-left{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;}}.page-home .page-home-top .page-home-top-right{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;padding:40px 70px 40px 76px;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;}@media screen and (max-width: 62em){.page-home .page-home-top .page-home-top-right{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;padding:0px 0px 0px 0px;}}.page-home .page-home-top .page-home-top-right .page-home-top-right-text{padding:0px 27px 0px 14px;}@media screen and (max-width: 62em){.page-home .page-home-top .page-home-top-right .page-home-top-right-text{padding:40px 20px 25px 20px;}}.page-home .page-home-top .page-home-top-right .page-home-top-right-text .page-home-top-right-text-title{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:35px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:26px;}@media screen and (max-width: 62em){.page-home .page-home-top .page-home-top-right .page-home-top-right-text .page-home-top-right-text-title{font-size:25px;line-height:30px;margin-bottom:15px;}}.page-home .page-home-top .page-home-top-right .page-home-top-right-text .page-home-top-right-text-body{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:normal;}@media screen and (max-width: 62em){.page-home .page-home-top .page-home-top-right .page-home-top-right-text .page-home-top-right-text-body{font-size:16px;}}.page-home .page-home-top .page-home-top-right .page-home-top-right-form{margin-top:25px;margin-bottom:25px;}@media screen and (max-width: 62em){.page-home .page-home-top .page-home-top-right .page-home-top-right-form{margin-top:0px;padding:0px 20px 40px 20px;margin-bottom:0px;}}.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input{padding:25px;border-radius:10px;border:1px dashed #C1CDD9;margin-bottom:19px;}@media screen and (max-width: 48em){.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input{margin-bottom:19px;}}.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}@media screen and (max-width: 48em){.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-data{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-data input{border-radius:99px;border:1px solid #D3D7EA;background:#FFF;margin-bottom:16px;width:250px;height:60px;padding:13px 25px 14px 25px;margin-right:5px;}@media screen and (max-width: 48em){.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-data input{height:55px;width:100%;margin-bottom:10px;}}.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-data button{height:60px;width:196px;padding:0px;}@media screen and (max-width: 48em){.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-data button{height:55px;width:100%;margin-bottom:12px;}}.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-descr{padding:0px 21px 0px 21px;}.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-descr p{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal;}.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-descr span{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal;display:inline-block;position:relative;padding-left:27px;}.page-home .page-home-top .page-home-top-right .page-home-top-right-form .form-input .form-input-descr span:before{content:'';position:absolute;left:0px;top:3px;width:16px;height:16px;background:url('/res/img/icons/icon-clock.svg');}.page-home .page-home-top .page-home-top-right .page-home-top-right-form .wrap_form-checkbox{padding:0px 40px 0px 38px;text-align:left;}@media screen and (max-width: 62em){.page-home .page-home-top .page-home-top-right .page-home-top-right-form .wrap_form-checkbox{padding:0px 40px 0px 15px;}}.page-home .page-home-advantages{margin-bottom:55px;opacity:0;visibility:hidden;}@media screen and (max-width: 62em){.page-home .page-home-advantages{margin-bottom:20px;}}.page-home .page-home-advantages .items{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0px -12px;}.page-home .page-home-advantages .items .item{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;margin-bottom:58px;padding:0px 12px;}@media screen and (max-width: 62em){.page-home .page-home-advantages .items .item{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;margin-bottom:22px;}}@media screen and (max-width: 48em){.page-home .page-home-advantages .items .item{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}}.page-home .page-home-advantages .items .item .item-img{margin-bottom:25px;}@media screen and (max-width: 48em){.page-home .page-home-advantages .items .item .item-img{min-width:53px;margin-bottom:0px;}.page-home .page-home-advantages .items .item .item-img img{width:53px;height:53px;}}@media screen and (max-width: 62em){.page-home .page-home-advantages .items .item .item-data{padding-left:12px;}}.page-home .page-home-advantages .items .item .item-data .item-data-title{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:15px;}@media screen and (max-width: 62em){.page-home .page-home-advantages .items .item .item-data .item-data-title{font-size:18px;margin-bottom:10px;}}.page-home .page-home-advantages .items .item .item-data .item-data-text{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:normal;}.page-home .page-home-advantages .items .item .item-data .item-data-text p{margin-bottom:15px;}@media screen and (max-width: 62em){.page-home .page-home-advantages .items .item .item-data .item-data-text{font-size:15px;}}.page-home .page-home-form2{background:#1E1E1E;padding:100px 0px;}@media screen and (max-width: 62em){.page-home .page-home-form2{padding:50px 0px;}}.page-home .page-home-form2 .page-home-form2-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-left{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-left{display:none;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-left .img img{border-radius:20px;}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;padding-left:120px;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right{padding-left:0px;-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-title{color:#FFF;font-family:'Tahoma', sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:normal;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-title{font-size:38px;max-width:340px;margin:0 auto;text-align:center;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-descr{color:#FFF;font-family:'Tahoma', sans-serif;font-size:25px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:23px;max-width:486px;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-descr{max-width:340px;font-size:18px;margin:0 auto;text-align:center;margin-bottom:25px;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-phone{margin-bottom:36px;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-phone{text-align:center;margin-bottom:32px;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-phone a{color:#FFF;font-family:'Tahoma', sans-serif;font-size:35px;font-style:normal;font-weight:700;line-height:normal;position:relative;display:inline-block;padding-left:60px;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-phone a{font-size:20px;padding-left:46px;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-phone a:before{content:'';position:absolute;left:0px;top:50%;transform:translateY(-50%);width:45px;height:45px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='45px' height='45px' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.99121 30.1641C8.46387 29.5664 7.96289 28.9688 7.49707 28.3887L9.68555 26.6221C10.125 27.167 10.6084 27.7383 11.1094 28.3096L8.99121 30.1641Z' fill='%23FFFFFF'/%3e%3cpath d='M27.3164 42.6269C24.4336 42.6269 19.3535 40.9306 11.4961 32.8623C11.3555 32.7217 11.2588 32.6162 11.1709 32.5283C10.9599 32.3174 10.8457 32.1943 10.5117 31.834L12.5771 29.9267C12.876 30.2519 12.9726 30.3486 13.1748 30.5508C13.2627 30.6386 13.3681 30.7441 13.5088 30.8935C21.0586 38.6543 25.4004 39.8144 27.3164 39.8144C28.1426 39.8144 28.8105 39.5947 29.206 39.1904C29.2148 39.1816 29.2148 39.1816 29.2236 39.1728L33.4775 34.9629C33.5654 34.875 33.583 34.7695 33.583 34.6992C33.583 34.6289 33.5566 34.5322 33.4599 34.4443L28.6084 30.208C28.2041 29.9179 27.6152 29.9707 27.1582 30.3574L26.1562 31.1924C24.5039 32.5547 22.1924 32.4844 20.7773 31.0342L13.2715 23.3261C11.8828 21.8935 11.8125 19.5732 13.1133 17.9121L13.9219 16.875C14.3086 16.374 14.3701 15.706 14.0625 15.2754L10.1777 10.459C10.0986 10.3535 9.99315 10.3359 9.92284 10.3271C9.85252 10.3271 9.74706 10.3359 9.65916 10.4326L5.44041 14.6777C4.83397 15.3017 4.62303 16.3301 4.82518 17.6572C5.1328 19.6611 6.38963 22.2099 8.47264 25.04L6.20506 26.7011C-0.167007 18.0439 2.13573 14.0361 3.42772 12.7178L3.43651 12.709L7.65526 8.44627C8.28807 7.80466 9.16698 7.46189 10.0635 7.50584C10.9599 7.54978 11.8037 7.98045 12.3662 8.68357L16.2685 13.5263C16.2773 13.5439 16.2949 13.5527 16.3037 13.5703C17.3848 15.0293 17.3144 17.0947 16.1367 18.6064L15.3281 19.6435C14.8974 20.1885 14.8799 20.9443 15.2842 21.3662L22.79 29.0742C23.1767 29.4697 23.8535 29.4521 24.3633 29.0302L25.3652 28.1953C26.8594 26.956 28.916 26.8857 30.3662 28.0195C30.3838 28.0371 30.4101 28.0547 30.4277 28.0722L35.3144 32.3437C35.9736 32.9238 36.3691 33.75 36.3955 34.6289C36.4219 35.5078 36.0791 36.3603 35.4639 36.9756L31.2187 41.1855C30.2783 42.1084 28.8984 42.6269 27.3164 42.6269Z' fill='%23FFFFFF'/%3e%3cpath d='M24.7676 17.3057C24.7676 15.9697 23.9238 14.625 22.0342 14.625C21.1377 14.625 20.2852 14.9414 19.6172 15.5127L19.3887 15.7148L20.0566 17.2354L20.4609 16.8926C20.707 16.6816 21.2168 16.3301 21.8232 16.3301C22.5703 16.3301 22.9395 16.6992 22.9395 17.4463C22.9307 18.4482 22.1309 19.3799 20.2236 21.2432L19.292 22.166V23.3965H24.9609V21.7002H22.1309C23.6777 20.1533 24.7676 18.9141 24.7676 17.3057Z' fill='%23FFFFFF'/%3e%3cpath d='M31.4473 19.6172V14.7568H29.7246L26.1475 20.0039L26.1299 20.0303V21.2695H29.6719V23.3965H31.4473V21.2695H32.5107V19.6172H31.4473ZM28.3359 19.6172L29.6719 17.71V19.6172H28.3359Z' fill='%23FFFFFF'/%3e%3cpath d='M39.9902 25.1982L37.2393 24.5918C37.4854 23.4844 37.5117 22.8604 37.5117 21.6211C37.5117 12.5596 30.1201 5.18555 21.0322 5.18555C19.5908 5.18555 18.1582 5.37012 16.7695 5.73926L16.0488 3.02344C17.666 2.59277 19.3447 2.37305 21.0322 2.37305C26.1826 2.37305 31.0254 4.37695 34.6729 8.00684C38.3203 11.6455 40.3242 16.4795 40.3242 21.6211C40.3242 22.9043 40.2979 23.7832 39.9902 25.1982Z' fill='%23FFFFFF'/%3e%3cpath d='M38.6191 26.3057C38.5928 26.3057 38.5576 26.3057 38.5313 26.3057C38.1357 26.2793 37.7666 26.0859 37.5205 25.7783L34.5674 22.0869L36.7646 20.3291L38.751 22.8164L41.1152 20.54L43.0664 22.5615L39.5947 25.9102C39.3311 26.165 38.9795 26.3057 38.6191 26.3057Z' fill='%23FFFFFF'/%3e%3c/svg%3e");transition:all 0.7s cubic-bezier(0.68,-0.55,0.27,1.55);-webkit-transition:all 0.7s cubic-bezier(0.68,-0.55,0.27,1.55);-o-transition:all 0.7s cubic-bezier(0.68,-0.55,0.27,1.55);-moz-transition:all 0.7s cubic-bezier(0.68,-0.55,0.27,1.55);}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-phone a:before{width:35px;height:35px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='35px' height='35px' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.99121 30.1641C8.46387 29.5664 7.96289 28.9688 7.49707 28.3887L9.68555 26.6221C10.125 27.167 10.6084 27.7383 11.1094 28.3096L8.99121 30.1641Z' fill='%23FFFFFF'/%3e%3cpath d='M27.3164 42.6269C24.4336 42.6269 19.3535 40.9306 11.4961 32.8623C11.3555 32.7217 11.2588 32.6162 11.1709 32.5283C10.9599 32.3174 10.8457 32.1943 10.5117 31.834L12.5771 29.9267C12.876 30.2519 12.9726 30.3486 13.1748 30.5508C13.2627 30.6386 13.3681 30.7441 13.5088 30.8935C21.0586 38.6543 25.4004 39.8144 27.3164 39.8144C28.1426 39.8144 28.8105 39.5947 29.206 39.1904C29.2148 39.1816 29.2148 39.1816 29.2236 39.1728L33.4775 34.9629C33.5654 34.875 33.583 34.7695 33.583 34.6992C33.583 34.6289 33.5566 34.5322 33.4599 34.4443L28.6084 30.208C28.2041 29.9179 27.6152 29.9707 27.1582 30.3574L26.1562 31.1924C24.5039 32.5547 22.1924 32.4844 20.7773 31.0342L13.2715 23.3261C11.8828 21.8935 11.8125 19.5732 13.1133 17.9121L13.9219 16.875C14.3086 16.374 14.3701 15.706 14.0625 15.2754L10.1777 10.459C10.0986 10.3535 9.99315 10.3359 9.92284 10.3271C9.85252 10.3271 9.74706 10.3359 9.65916 10.4326L5.44041 14.6777C4.83397 15.3017 4.62303 16.3301 4.82518 17.6572C5.1328 19.6611 6.38963 22.2099 8.47264 25.04L6.20506 26.7011C-0.167007 18.0439 2.13573 14.0361 3.42772 12.7178L3.43651 12.709L7.65526 8.44627C8.28807 7.80466 9.16698 7.46189 10.0635 7.50584C10.9599 7.54978 11.8037 7.98045 12.3662 8.68357L16.2685 13.5263C16.2773 13.5439 16.2949 13.5527 16.3037 13.5703C17.3848 15.0293 17.3144 17.0947 16.1367 18.6064L15.3281 19.6435C14.8974 20.1885 14.8799 20.9443 15.2842 21.3662L22.79 29.0742C23.1767 29.4697 23.8535 29.4521 24.3633 29.0302L25.3652 28.1953C26.8594 26.956 28.916 26.8857 30.3662 28.0195C30.3838 28.0371 30.4101 28.0547 30.4277 28.0722L35.3144 32.3437C35.9736 32.9238 36.3691 33.75 36.3955 34.6289C36.4219 35.5078 36.0791 36.3603 35.4639 36.9756L31.2187 41.1855C30.2783 42.1084 28.8984 42.6269 27.3164 42.6269Z' fill='%23FFFFFF'/%3e%3cpath d='M24.7676 17.3057C24.7676 15.9697 23.9238 14.625 22.0342 14.625C21.1377 14.625 20.2852 14.9414 19.6172 15.5127L19.3887 15.7148L20.0566 17.2354L20.4609 16.8926C20.707 16.6816 21.2168 16.3301 21.8232 16.3301C22.5703 16.3301 22.9395 16.6992 22.9395 17.4463C22.9307 18.4482 22.1309 19.3799 20.2236 21.2432L19.292 22.166V23.3965H24.9609V21.7002H22.1309C23.6777 20.1533 24.7676 18.9141 24.7676 17.3057Z' fill='%23FFFFFF'/%3e%3cpath d='M31.4473 19.6172V14.7568H29.7246L26.1475 20.0039L26.1299 20.0303V21.2695H29.6719V23.3965H31.4473V21.2695H32.5107V19.6172H31.4473ZM28.3359 19.6172L29.6719 17.71V19.6172H28.3359Z' fill='%23FFFFFF'/%3e%3cpath d='M39.9902 25.1982L37.2393 24.5918C37.4854 23.4844 37.5117 22.8604 37.5117 21.6211C37.5117 12.5596 30.1201 5.18555 21.0322 5.18555C19.5908 5.18555 18.1582 5.37012 16.7695 5.73926L16.0488 3.02344C17.666 2.59277 19.3447 2.37305 21.0322 2.37305C26.1826 2.37305 31.0254 4.37695 34.6729 8.00684C38.3203 11.6455 40.3242 16.4795 40.3242 21.6211C40.3242 22.9043 40.2979 23.7832 39.9902 25.1982Z' fill='%23FFFFFF'/%3e%3cpath d='M38.6191 26.3057C38.5928 26.3057 38.5576 26.3057 38.5313 26.3057C38.1357 26.2793 37.7666 26.0859 37.5205 25.7783L34.5674 22.0869L36.7646 20.3291L38.751 22.8164L41.1152 20.54L43.0664 22.5615L39.5947 25.9102C39.3311 26.165 38.9795 26.3057 38.6191 26.3057Z' fill='%23FFFFFF'/%3e%3c/svg%3e");}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-phone a:hover{color:#51ABFA;filter:drop-shadow(0 0 8px rgba(81,171,250,0.7));}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-phone a:hover:before{width:45px;height:45px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='45px' height='45px' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.99121 30.1641C8.46387 29.5664 7.96289 28.9688 7.49707 28.3887L9.68555 26.6221C10.125 27.167 10.6084 27.7383 11.1094 28.3096L8.99121 30.1641Z' fill='%2351ABFA'/%3e%3cpath d='M27.3164 42.6269C24.4336 42.6269 19.3535 40.9306 11.4961 32.8623C11.3555 32.7217 11.2588 32.6162 11.1709 32.5283C10.9599 32.3174 10.8457 32.1943 10.5117 31.834L12.5771 29.9267C12.876 30.2519 12.9726 30.3486 13.1748 30.5508C13.2627 30.6386 13.3681 30.7441 13.5088 30.8935C21.0586 38.6543 25.4004 39.8144 27.3164 39.8144C28.1426 39.8144 28.8105 39.5947 29.206 39.1904C29.2148 39.1816 29.2148 39.1816 29.2236 39.1728L33.4775 34.9629C33.5654 34.875 33.583 34.7695 33.583 34.6992C33.583 34.6289 33.5566 34.5322 33.4599 34.4443L28.6084 30.208C28.2041 29.9179 27.6152 29.9707 27.1582 30.3574L26.1562 31.1924C24.5039 32.5547 22.1924 32.4844 20.7773 31.0342L13.2715 23.3261C11.8828 21.8935 11.8125 19.5732 13.1133 17.9121L13.9219 16.875C14.3086 16.374 14.3701 15.706 14.0625 15.2754L10.1777 10.459C10.0986 10.3535 9.99315 10.3359 9.92284 10.3271C9.85252 10.3271 9.74706 10.3359 9.65916 10.4326L5.44041 14.6777C4.83397 15.3017 4.62303 16.3301 4.82518 17.6572C5.1328 19.6611 6.38963 22.2099 8.47264 25.04L6.20506 26.7011C-0.167007 18.0439 2.13573 14.0361 3.42772 12.7178L3.43651 12.709L7.65526 8.44627C8.28807 7.80466 9.16698 7.46189 10.0635 7.50584C10.9599 7.54978 11.8037 7.98045 12.3662 8.68357L16.2685 13.5263C16.2773 13.5439 16.2949 13.5527 16.3037 13.5703C17.3848 15.0293 17.3144 17.0947 16.1367 18.6064L15.3281 19.6435C14.8974 20.1885 14.8799 20.9443 15.2842 21.3662L22.79 29.0742C23.1767 29.4697 23.8535 29.4521 24.3633 29.0302L25.3652 28.1953C26.8594 26.956 28.916 26.8857 30.3662 28.0195C30.3838 28.0371 30.4101 28.0547 30.4277 28.0722L35.3144 32.3437C35.9736 32.9238 36.3691 33.75 36.3955 34.6289C36.4219 35.5078 36.0791 36.3603 35.4639 36.9756L31.2187 41.1855C30.2783 42.1084 28.8984 42.6269 27.3164 42.6269Z' fill='%2351ABFA'/%3e%3cpath d='M24.7676 17.3057C24.7676 15.9697 23.9238 14.625 22.0342 14.625C21.1377 14.625 20.2852 14.9414 19.6172 15.5127L19.3887 15.7148L20.0566 17.2354L20.4609 16.8926C20.707 16.6816 21.2168 16.3301 21.8232 16.3301C22.5703 16.3301 22.9395 16.6992 22.9395 17.4463C22.9307 18.4482 22.1309 19.3799 20.2236 21.2432L19.292 22.166V23.3965H24.9609V21.7002H22.1309C23.6777 20.1533 24.7676 18.9141 24.7676 17.3057Z' fill='%2351ABFA'/%3e%3cpath d='M31.4473 19.6172V14.7568H29.7246L26.1475 20.0039L26.1299 20.0303V21.2695H29.6719V23.3965H31.4473V21.2695H32.5107V19.6172H31.4473ZM28.3359 19.6172L29.6719 17.71V19.6172H28.3359Z' fill='%2351ABFA'/%3e%3cpath d='M39.9902 25.1982L37.2393 24.5918C37.4854 23.4844 37.5117 22.8604 37.5117 21.6211C37.5117 12.5596 30.1201 5.18555 21.0322 5.18555C19.5908 5.18555 18.1582 5.37012 16.7695 5.73926L16.0488 3.02344C17.666 2.59277 19.3447 2.37305 21.0322 2.37305C26.1826 2.37305 31.0254 4.37695 34.6729 8.00684C38.3203 11.6455 40.3242 16.4795 40.3242 21.6211C40.3242 22.9043 40.2979 23.7832 39.9902 25.1982Z' fill='%2351ABFA'/%3e%3cpath d='M38.6191 26.3057C38.5928 26.3057 38.5576 26.3057 38.5313 26.3057C38.1357 26.2793 37.7666 26.0859 37.5205 25.7783L34.5674 22.0869L36.7646 20.3291L38.751 22.8164L41.1152 20.54L43.0664 22.5615L39.5947 25.9102C39.3311 26.165 38.9795 26.3057 38.6191 26.3057Z' fill='%2351ABFA'/%3e%3c/svg%3e");transform:translateY(-50%) rotate(360deg);filter:drop-shadow(0 0 8px rgba(81,171,250,0.7));transition:all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-phone a:hover:before{width:35px;height:35px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='35px' height='35px' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.99121 30.1641C8.46387 29.5664 7.96289 28.9688 7.49707 28.3887L9.68555 26.6221C10.125 27.167 10.6084 27.7383 11.1094 28.3096L8.99121 30.1641Z' fill='%2351ABFA'/%3e%3cpath d='M27.3164 42.6269C24.4336 42.6269 19.3535 40.9306 11.4961 32.8623C11.3555 32.7217 11.2588 32.6162 11.1709 32.5283C10.9599 32.3174 10.8457 32.1943 10.5117 31.834L12.5771 29.9267C12.876 30.2519 12.9726 30.3486 13.1748 30.5508C13.2627 30.6386 13.3681 30.7441 13.5088 30.8935C21.0586 38.6543 25.4004 39.8144 27.3164 39.8144C28.1426 39.8144 28.8105 39.5947 29.206 39.1904C29.2148 39.1816 29.2148 39.1816 29.2236 39.1728L33.4775 34.9629C33.5654 34.875 33.583 34.7695 33.583 34.6992C33.583 34.6289 33.5566 34.5322 33.4599 34.4443L28.6084 30.208C28.2041 29.9179 27.6152 29.9707 27.1582 30.3574L26.1562 31.1924C24.5039 32.5547 22.1924 32.4844 20.7773 31.0342L13.2715 23.3261C11.8828 21.8935 11.8125 19.5732 13.1133 17.9121L13.9219 16.875C14.3086 16.374 14.3701 15.706 14.0625 15.2754L10.1777 10.459C10.0986 10.3535 9.99315 10.3359 9.92284 10.3271C9.85252 10.3271 9.74706 10.3359 9.65916 10.4326L5.44041 14.6777C4.83397 15.3017 4.62303 16.3301 4.82518 17.6572C5.1328 19.6611 6.38963 22.2099 8.47264 25.04L6.20506 26.7011C-0.167007 18.0439 2.13573 14.0361 3.42772 12.7178L3.43651 12.709L7.65526 8.44627C8.28807 7.80466 9.16698 7.46189 10.0635 7.50584C10.9599 7.54978 11.8037 7.98045 12.3662 8.68357L16.2685 13.5263C16.2773 13.5439 16.2949 13.5527 16.3037 13.5703C17.3848 15.0293 17.3144 17.0947 16.1367 18.6064L15.3281 19.6435C14.8974 20.1885 14.8799 20.9443 15.2842 21.3662L22.79 29.0742C23.1767 29.4697 23.8535 29.4521 24.3633 29.0302L25.3652 28.1953C26.8594 26.956 28.916 26.8857 30.3662 28.0195C30.3838 28.0371 30.4101 28.0547 30.4277 28.0722L35.3144 32.3437C35.9736 32.9238 36.3691 33.75 36.3955 34.6289C36.4219 35.5078 36.0791 36.3603 35.4639 36.9756L31.2187 41.1855C30.2783 42.1084 28.8984 42.6269 27.3164 42.6269Z' fill='%2351ABFA'/%3e%3cpath d='M24.7676 17.3057C24.7676 15.9697 23.9238 14.625 22.0342 14.625C21.1377 14.625 20.2852 14.9414 19.6172 15.5127L19.3887 15.7148L20.0566 17.2354L20.4609 16.8926C20.707 16.6816 21.2168 16.3301 21.8232 16.3301C22.5703 16.3301 22.9395 16.6992 22.9395 17.4463C22.9307 18.4482 22.1309 19.3799 20.2236 21.2432L19.292 22.166V23.3965H24.9609V21.7002H22.1309C23.6777 20.1533 24.7676 18.9141 24.7676 17.3057Z' fill='%2351ABFA'/%3e%3cpath d='M31.4473 19.6172V14.7568H29.7246L26.1475 20.0039L26.1299 20.0303V21.2695H29.6719V23.3965H31.4473V21.2695H32.5107V19.6172H31.4473ZM28.3359 19.6172L29.6719 17.71V19.6172H28.3359Z' fill='%2351ABFA'/%3e%3cpath d='M39.9902 25.1982L37.2393 24.5918C37.4854 23.4844 37.5117 22.8604 37.5117 21.6211C37.5117 12.5596 30.1201 5.18555 21.0322 5.18555C19.5908 5.18555 18.1582 5.37012 16.7695 5.73926L16.0488 3.02344C17.666 2.59277 19.3447 2.37305 21.0322 2.37305C26.1826 2.37305 31.0254 4.37695 34.6729 8.00684C38.3203 11.6455 40.3242 16.4795 40.3242 21.6211C40.3242 22.9043 40.2979 23.7832 39.9902 25.1982Z' fill='%2351ABFA'/%3e%3cpath d='M38.6191 26.3057C38.5928 26.3057 38.5576 26.3057 38.5313 26.3057C38.1357 26.2793 37.7666 26.0859 37.5205 25.7783L34.5674 22.0869L36.7646 20.3291L38.751 22.8164L41.1152 20.54L43.0664 22.5615L39.5947 25.9102C39.3311 26.165 38.9795 26.3057 38.6191 26.3057Z' fill='%2351ABFA'/%3e%3c/svg%3e");}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-img{display:none;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-img{display:block;text-align:center;margin-bottom:40px;}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-img img{border-radius:20px;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-libo{color:#FFF;font-family:'Tahoma', sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:23px;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-libo{font-size:15px;margin-bottom:17px;text-align:center;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input{margin-bottom:19px;}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data input{border-radius:99px;border:1px solid #D3D7EA;background:#FFF;margin-bottom:16px;width:416px;height:60px;padding:13px 25px 14px 25px;margin-right:5px;}@media (max-width: 1140px){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data input{width:100%;}}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data input{width:416px;}}@media screen and (max-width: 30em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data input{height:55px;width:100%;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data button{height:60px;width:416px;padding:0px;}@media (max-width: 1140px){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data button{width:100%;}}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data button{width:416px;}}@media screen and (max-width: 30em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-data button{width:100%;height:55px;}}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-descr{padding:0px 21px 0px 21px;}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-descr p{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal;}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-descr span{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal;display:inline-block;position:relative;padding-left:27px;}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .form-input .form-input-descr span:before{content:'';position:absolute;left:0px;top:3px;width:16px;height:16px;background:url('/res/img/icons/icon-clock.svg');}.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .wrap_form-checkbox{max-width:486px;text-align:left;}@media screen and (max-width: 62em){.page-home .page-home-form2 .page-home-form2-data .page-home-form2-data-right .page-home-form2-data-right-form .wrap_form-checkbox{max-width:340px;margin:0 auto;}}.page-home .page-home-whatsbroken{background:#F4F5FA;padding:100px 0px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken{padding:50px 0px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-title{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:35px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:62px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-title{font-size:25px;margin-bottom:30px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left{-webkit-flex-basis:60%;-moz-flex-basis:60%;-ms-flex-basis:60%;flex-basis:60%;padding:0px 10px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;border:unset;border-left:1px solid #D3D7EA;height:212px;background:#fff;}@media screen and (max-width: 30em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;border-left:unset;border-top:1px solid #D3D7EA;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:150px;-webkit-justify-content:left;-moz-justify-content:left;-ms-justify-content:left;justify-content:left;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat:first-child{border-radius:20px 0 0 20px;border-left:unset;}@media screen and (max-width: 30em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat:first-child{border-radius:20px 20px 0 0;border-top:unset;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat:last-child{border-radius:0 20px 20px 0;}@media screen and (max-width: 30em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat:last-child{border-radius:0 0 20px 20px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat .img{margin-bottom:23px;}@media screen and (max-width: 30em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat .img{margin-bottom:0px;margin-left:20px;margin-right:20px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat .img.fridge{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M54.3368 0H20.6632C18.3423 0 16.454 1.88818 16.454 4.20923V69.2603V70.4083V75H23.3417V70.4082H51.658V75H58.5457V70.4082V69.2602V4.20923C58.5459 1.88818 56.6577 0 54.3368 0ZM21.0459 72.7041H18.75V70.4083H21.0459V72.7041ZM56.25 72.7041H53.9542V70.4083H56.25V72.7041ZM56.25 68.1123H18.75V32.1554H56.25V68.1123ZM56.25 29.8595H18.75V28.3289H56.25V29.8595ZM56.25 26.0329H18.75V4.20923C18.75 3.15425 19.6083 2.296 20.6632 2.296H54.3368C55.3916 2.296 56.25 3.15425 56.25 4.20923V26.0329Z' fill='%2351ABFA'/%3e%3cpath d='M26.4078 9.04321C24.8464 9.04321 23.5761 10.3135 23.5761 11.8749V20.7524C23.5761 22.3138 24.8464 23.5841 26.4078 23.5841C27.9691 23.5841 29.2395 22.3138 29.2395 20.7524V11.8748C29.2395 10.3134 27.9691 9.04321 26.4078 9.04321ZM26.9435 20.7523C26.9435 21.0478 26.7031 21.288 26.4078 21.288C26.1123 21.288 25.8721 21.0476 25.8721 20.7523V11.8748C25.8721 11.5793 26.1125 11.3391 26.4078 11.3391C26.7032 11.3391 26.9435 11.5794 26.9435 11.8748V20.7523Z' fill='%2351ABFA'/%3e%3cpath d='M26.4078 34.6045C24.8464 34.6045 23.5761 35.8748 23.5761 37.4362V46.3137C23.5761 47.8751 24.8464 49.1454 26.4078 49.1454C27.9691 49.1454 29.2395 47.8751 29.2395 46.3137V37.4362C29.2395 35.8747 27.9691 34.6045 26.4078 34.6045ZM26.9435 46.3136C26.9435 46.609 26.7031 46.8493 26.4078 46.8493C26.1123 46.8493 25.8721 46.6089 25.8721 46.3136V37.436C25.8721 37.1406 26.1125 36.9003 26.4078 36.9003C26.7032 36.9003 26.9435 37.1407 26.9435 37.436V46.3136Z' fill='%2351ABFA'/%3e%3c/svg%3e");}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat .img.washer{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M63.1377 0H11.8623C9.54141 0 7.65308 1.88833 7.65308 4.20923V71.1735H13.3545V75H19.8716L21.4022 71.1735H53.5978L55.1284 75H61.6455V71.1735H67.3469V4.20923C67.3469 1.88833 65.4586 0 63.1377 0ZM18.3171 72.7041H15.6505V71.1735H18.9294L18.3171 72.7041ZM59.3495 72.7041H56.6829L56.0706 71.1735H59.3495V72.7041ZM65.0511 68.8775H9.94893V15.4392C17.0347 19.0162 26.9328 21.0459 37.5 21.0459C48.0672 21.0459 57.9653 19.016 65.0511 15.439V68.8775ZM65.0511 12.8451C58.2445 16.603 48.2559 18.75 37.5 18.75C26.7441 18.75 16.7555 16.603 9.94893 12.8451V4.20923C9.94893 3.15425 10.8072 2.296 11.8622 2.296H63.1377C64.1928 2.296 65.0509 3.15425 65.0509 4.20923V12.8451H65.0511Z' fill='%2351ABFA'/%3e%3cpath d='M43.7755 3.75H31.2245C29.7476 3.75 28.5458 4.95161 28.5458 6.42861V12.7042C28.5458 14.181 29.7474 15.3828 31.2245 15.3828H43.7755C45.2524 15.3828 46.4541 14.1812 46.4541 12.7042V6.42861C46.4541 4.95176 45.2524 3.75 43.7755 3.75ZM44.1581 12.7042C44.1581 12.9152 43.9866 13.0868 43.7755 13.0868H31.2245C31.0134 13.0868 30.8418 12.9152 30.8418 12.7042V6.42861C30.8418 6.21753 31.0134 6.046 31.2245 6.046H43.7755C43.9866 6.046 44.1581 6.21753 44.1581 6.42861V12.7042Z' fill='%2351ABFA'/%3e%3cpath d='M21.2798 12.2541C20.3414 12.8685 19.1745 12.953 18.1597 12.4796C17.1444 12.006 16.4591 11.0583 16.3263 9.94409L14.0464 10.2155C14.2737 12.1245 15.4485 13.7486 17.1891 14.5604C17.9363 14.9086 18.7307 15.081 19.5217 15.081C20.5737 15.081 21.6193 14.776 22.5375 14.1749L21.2798 12.2541Z' fill='%2351ABFA'/%3e%3cpath d='M24.8878 10.8037C25.0306 10.1866 25.0659 9.54849 24.9893 8.91714C24.762 7.00831 23.5872 5.38409 21.8467 4.57227C20.1058 3.7606 18.1065 3.90459 16.5004 4.95635C15.966 5.30440 15.4995 5.74195 15.1183 6.24820L13.7609 5.61509L12.7904 7.69576L25.2751 13.5175L26.2456 11.437L24.8878 10.8037ZM22.7234 9.79415L17.2829 7.25733C17.4280 7.11729 17.5854 6.98941 17.7559 6.87837C18.6946 6.26417 19.8609 6.17979 20.8763 6.65293C21.8916 7.12652 22.5769 8.07427 22.7099 9.19092C22.7342 9.39175 22.7376 9.59361 22.7234 9.79415Z' fill='%2351ABFA'/%3e%3cpath d='M51.0867 6.08423C49.0613 6.08423 47.4132 7.73218 47.4132 9.75776C47.4132 11.7833 49.0610 13.4313 51.0867 13.4313C53.1122 13.4313 54.7603 11.7833 54.7603 9.75776C54.7603 7.73218 53.1123 6.08423 51.0867 6.08423ZM51.0867 11.1352C50.3271 11.1352 49.7092 10.5173 49.7092 9.75762C49.7092 8.99795 50.3271 8.38008 51.0867 8.38008C51.8464 8.38008 52.4643 8.99795 52.4643 9.75762C52.4644 10.5173 51.8464 11.1352 51.0867 11.1352Z' fill='%2351ABFA'/%3e%3cpath d='M59.199 6.08423C57.1736 6.08423 55.5255 7.73218 55.5255 9.75776C55.5255 11.7833 57.1733 13.4313 59.199 13.4313C61.2245 13.4313 62.8726 11.7833 62.8726 9.75776C62.8726 7.73218 61.2245 6.08423 59.199 6.08423ZM59.199 11.1352C58.4394 11.1352 57.8215 10.5173 57.8215 9.75762C57.8215 8.99795 58.4394 8.38008 59.199 8.38008C59.9587 8.38008 60.5766 8.99795 60.5766 9.75762C60.5766 10.5173 59.9587 11.1352 59.199 11.1352Z' fill='%2351ABFA'/%3e%3cpath d='M37.5 25.4849C28.5656 25.4849 21.0652 31.7409 19.1483 40.1022H17.2301C16.1041 40.1022 15.0468 40.5407 14.254 41.3355C13.4590 42.1306 13.0209 43.1876 13.0209 44.3115C13.0209 46.6324 14.9092 48.5207 17.2301 48.5207H19.1483C21.0652 56.8820 28.5656 63.1381 37.5 63.1381C47.8809 63.1381 56.3265 54.6925 56.3265 44.3116C56.3265 33.9304 47.8809 25.4849 37.5 25.4849ZM18.7701 46.2246H17.2301C16.1751 46.2246 15.3169 45.3663 15.3169 44.3113C15.3169 43.8007 15.5159 43.3202 15.8786 42.9577C16.2387 42.5967 16.7184 42.3981 17.2301 42.3981H18.7701C18.7062 43.0274 18.6736 43.6656 18.6736 44.3113C18.6736 44.9570 18.7062 45.5954 18.7701 46.2246ZM37.5 60.8419C28.3849 60.8419 20.9694 53.4265 20.9694 44.3113C20.9694 35.1962 28.3849 27.7807 37.5 27.7807C46.6152 27.7807 54.0306 35.1962 54.0306 44.3113C54.0306 53.4265 46.6152 60.8419 37.5 60.8419Z' fill='%2351ABFA'/%3e%3cpath d='M37.5 30.1531C29.6931 30.1531 23.3419 36.5043 23.3419 44.3112C23.3419 52.1181 29.6931 58.4694 37.5 58.4694C45.3069 58.4694 51.6582 52.1181 51.6582 44.3112C51.6582 36.5043 45.3069 30.1531 37.5 30.1531ZM37.5 56.1735C30.9592 56.1735 25.6377 50.8520 25.6377 44.3112C25.6377 37.7704 30.9592 32.4489 37.5 32.4489C44.0408 32.4489 49.3623 37.7704 49.3623 44.3112C49.3623 50.8520 44.0408 56.1735 37.5 56.1735Z' fill='%2351ABFA'/%3e%3c/svg%3e");}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat .img.dishwasher{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M68.3565 49.2023H65.1841V3.30425C65.1841 1.48228 63.7019 0 61.8799 0H13.5277C11.7058 0 10.2235 1.48228 10.2235 3.30425V49.2023H7.05107C5.92007 49.2023 5 50.1224 5 51.2534V56.0558C5 57.1868 5.92007 58.1068 7.05107 58.1068H10.2235V71.6957C10.2235 73.5177 11.7058 75 13.5277 75H20.5561C21.1644 75 21.6575 74.5069 21.6575 73.8986C21.6575 73.2902 21.1644 72.7972 20.5561 72.7972H13.5277C12.9204 72.7972 12.4263 72.3031 12.4263 71.6957V58.1068H62.9813V71.6957C62.9813 72.3031 62.4872 72.7972 61.8799 72.7972H25.7693C25.1609 72.7972 24.6679 73.2902 24.6679 73.8986C24.6679 74.5069 25.1609 75 25.7693 75H61.8799C63.7019 75 65.1841 73.5177 65.1841 71.6957V58.1068H68.3565C69.4875 58.1068 70.4076 57.1868 70.4076 56.0558V51.2534C70.4078 50.1224 69.4875 49.2023 68.3565 49.2023ZM55.2326 49.2023C56.4421 48.3281 57.4802 47.2324 58.2885 45.9746H62.9813V49.2023H55.2326ZM47.3894 49.2023C44.8752 48.9675 42.6386 47.7662 41.0538 45.9746H55.537C53.952 47.7662 51.7155 48.9675 49.2014 49.2023H47.3894ZM25.8465 49.2023C23.3324 48.9675 21.0957 47.7662 19.5109 45.9746H33.9942C32.4093 47.7662 30.1728 48.9675 27.6585 49.2023H25.8465ZM17.0825 31.7263C17.0825 26.3943 21.4205 22.0564 26.7523 22.0564C32.0844 22.0564 36.4224 26.3943 36.4224 31.7263C36.4224 32.0332 36.408 32.338 36.3797 32.6405C34.2214 29.653 30.7112 27.7033 26.7522 27.7033C22.7933 27.7033 19.2831 29.6528 17.1248 32.6404C17.0968 32.3382 17.0825 32.0332 17.0825 31.7263ZM57.9036 38.4974H38.687C39.2255 33.6715 43.3281 29.9062 48.2952 29.9062C53.2624 29.9062 57.3651 33.6715 57.9036 38.4974ZM26.7525 29.9062C31.7198 29.9062 35.8225 33.6715 36.3608 38.4974H17.1441C17.6826 33.6715 21.7854 29.9062 26.7525 29.9062ZM38.6927 40.7002H57.8977C57.771 41.7888 57.4651 42.8235 57.0066 43.7717H39.5839C39.1253 42.8234 38.8194 41.7888 38.6927 40.7002ZM60.1133 40.7002H62.9813V43.7717H59.4C59.7677 42.8016 60.0122 41.7716 60.1133 40.7002ZM62.9813 38.4974H60.1168C60.0274 37.5104 59.8167 36.5584 59.4998 35.6555C59.9419 34.3957 60.1681 33.0765 60.1681 31.7263C60.1681 28.8612 59.1334 26.0944 57.2549 23.9357C56.8555 23.4769 56.1598 23.4286 55.7009 23.8279C55.2421 24.2272 55.1937 24.9229 55.5931 25.3818C57.1228 27.1397 57.9652 29.3928 57.9652 31.7263C57.9652 32.0332 57.9509 32.338 57.9226 32.6405C55.7643 29.653 52.2542 27.7034 48.2952 27.7034C44.3371 27.7034 40.8274 29.6522 38.6691 32.6389C38.6409 32.3367 38.6253 32.0326 38.6253 31.7265C38.6253 26.3944 42.9633 22.0566 48.2952 22.0566C49.4535 22.0566 50.5856 22.2589 51.6601 22.6578C52.2299 22.8693 52.8642 22.5787 53.076 22.0085C53.2877 21.4383 52.9971 20.8044 52.4268 20.5926C51.1061 20.1023 49.716 19.8538 48.2952 19.8538C43.5286 19.8538 39.4117 22.6786 37.5239 26.7409C35.636 22.6786 31.5191 19.8538 26.7525 19.8538C20.2058 19.8538 14.8798 25.1798 14.8798 31.7265C14.8798 33.0766 15.106 34.3958 15.548 35.6556C15.2312 36.5585 15.0204 37.5105 14.9311 38.4976H12.4263V14.2504H62.9813V38.4974ZM12.4263 40.7002H14.9344C15.0355 41.7716 15.28 42.8016 15.6478 43.7717H12.4263V40.7002ZM17.15 40.7002H36.3551C36.2284 41.7888 35.9226 42.8235 35.4641 43.7717H18.0411C17.5826 42.8234 17.2766 41.7888 17.15 40.7002ZM36.7458 45.9746H38.3019C39.1102 47.2324 40.1482 48.3281 41.3579 49.2023H33.6898C34.8994 48.3281 35.9375 47.2324 36.7458 45.9746ZM13.5277 2.20283H61.8799C62.4872 2.20283 62.9813 2.69692 62.9813 3.30425V12.0476H12.4263V3.30425C12.4263 2.69692 12.9204 2.20283 13.5277 2.20283ZM12.4263 45.9746H16.7592C17.5675 47.2324 18.6055 48.3281 19.8151 49.2023H12.4263V45.9746ZM68.2049 55.904H7.20283V51.4052H68.2049V55.904Z' fill='%2351ABFA'/%3e%3cpath d='M17.8486 8.78813H21.6506C22.5689 8.78813 23.3133 8.0437 23.3133 7.12539C23.3133 6.20708 22.5689 5.46265 21.6506 5.46265H17.8486C16.9303 5.46265 16.1859 6.20708 16.1859 7.12539C16.1859 8.0437 16.9303 8.78813 17.8486 8.78813Z' fill='%2351ABFA'/%3e%3cpath d='M50.3806 8.78813C51.2989 8.78813 52.0433 8.0437 52.0433 7.12539C52.0433 6.20708 51.2989 5.46265 50.3806 5.46265C49.4623 5.46265 48.7178 6.20708 48.7178 7.12539C48.7178 8.0437 49.4623 8.78813 50.3806 8.78813Z' fill='%2351ABFA'/%3e%3cpath d='M55.5809 8.78813C56.4992 8.78813 57.2436 8.0437 57.2436 7.12539C57.2436 6.20708 56.4992 5.46265 55.5809 5.46265C54.6626 5.46265 53.9182 6.20708 53.9182 7.12539C53.9182 8.0437 54.6626 8.78813 55.5809 8.78813Z' fill='%2351ABFA'/%3e%3c/svg%3e");}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat .wb-cat-name{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:normal;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat:hover .wb-cat-name{color:#51ABFA;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat.active{background:#1A83E0;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat.active .wb-cat-name{color:#fff;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat.active .img.fridge{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M54.3368 0H20.6632C18.3423 0 16.454 1.88818 16.454 4.20923V69.2603V70.4083V75H23.3417V70.4082H51.658V75H58.5457V70.4082V69.2602V4.20923C58.5459 1.88818 56.6577 0 54.3368 0ZM21.0459 72.7041H18.75V70.4083H21.0459V72.7041ZM56.25 72.7041H53.9542V70.4083H56.25V72.7041ZM56.25 68.1123H18.75V32.1554H56.25V68.1123ZM56.25 29.8595H18.75V28.3289H56.25V29.8595ZM56.25 26.0329H18.75V4.20923C18.75 3.15425 19.6083 2.296 20.6632 2.296H54.3368C55.3916 2.296 56.25 3.15425 56.25 4.20923V26.0329Z' fill='%23FFFFFF'/%3e%3cpath d='M26.4078 9.04321C24.8464 9.04321 23.5761 10.3135 23.5761 11.8749V20.7524C23.5761 22.3138 24.8464 23.5841 26.4078 23.5841C27.9691 23.5841 29.2395 22.3138 29.2395 20.7524V11.8748C29.2395 10.3134 27.9691 9.04321 26.4078 9.04321ZM26.9435 20.7523C26.9435 21.0478 26.7031 21.288 26.4078 21.288C26.1123 21.288 25.8721 21.0476 25.8721 20.7523V11.8748C25.8721 11.5793 26.1125 11.3391 26.4078 11.3391C26.7032 11.3391 26.9435 11.5794 26.9435 11.8748V20.7523Z' fill='%23FFFFFF'/%3e%3cpath d='M26.4078 34.6045C24.8464 34.6045 23.5761 35.8748 23.5761 37.4362V46.3137C23.5761 47.8751 24.8464 49.1454 26.4078 49.1454C27.9691 49.1454 29.2395 47.8751 29.2395 46.3137V37.4362C29.2395 35.8747 27.9691 34.6045 26.4078 34.6045ZM26.9435 46.3136C26.9435 46.609 26.7031 46.8493 26.4078 46.8493C26.1123 46.8493 25.8721 46.6089 25.8721 46.3136V37.436C25.8721 37.1406 26.1125 36.9003 26.4078 36.9003C26.7032 36.9003 26.9435 37.1407 26.9435 37.436V46.3136Z' fill='%23FFFFFF'/%3e%3c/svg%3e");}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat.active .img.washer{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M63.1377 0H11.8623C9.54141 0 7.65308 1.88833 7.65308 4.20923V71.1735H13.3545V75H19.8716L21.4022 71.1735H53.5978L55.1284 75H61.6455V71.1735H67.3469V4.20923C67.3469 1.88833 65.4586 0 63.1377 0ZM18.3171 72.7041H15.6505V71.1735H18.9294L18.3171 72.7041ZM59.3495 72.7041H56.6829L56.0706 71.1735H59.3495V72.7041ZM65.0511 68.8775H9.94893V15.4392C17.0347 19.0162 26.9328 21.0459 37.5 21.0459C48.0672 21.0459 57.9653 19.016 65.0511 15.439V68.8775ZM65.0511 12.8451C58.2445 16.603 48.2559 18.75 37.5 18.75C26.7441 18.75 16.7555 16.603 9.94893 12.8451V4.20923C9.94893 3.15425 10.8072 2.296 11.8622 2.296H63.1377C64.1928 2.296 65.0509 3.15425 65.0509 4.20923V12.8451H65.0511Z' fill='%23FFFFFF'/%3e%3cpath d='M43.7755 3.75H31.2245C29.7476 3.75 28.5458 4.95161 28.5458 6.42861V12.7042C28.5458 14.181 29.7474 15.3828 31.2245 15.3828H43.7755C45.2524 15.3828 46.4541 14.1812 46.4541 12.7042V6.42861C46.4541 4.95176 45.2524 3.75 43.7755 3.75ZM44.1581 12.7042C44.1581 12.9152 43.9866 13.0868 43.7755 13.0868H31.2245C31.0134 13.0868 30.8418 12.9152 30.8418 12.7042V6.42861C30.8418 6.21753 31.0134 6.046 31.2245 6.046H43.7755C43.9866 6.046 44.1581 6.21753 44.1581 6.42861V12.7042Z' fill='%23FFFFFF'/%3e%3cpath d='M21.2798 12.2541C20.3414 12.8685 19.1745 12.953 18.1597 12.4796C17.1444 12.006 16.4591 11.0583 16.3263 9.94409L14.0464 10.2155C14.2737 12.1245 15.4485 13.7486 17.1891 14.5604C17.9363 14.9086 18.7307 15.081 19.5217 15.081C20.5737 15.081 21.6193 14.776 22.5375 14.1749L21.2798 12.2541Z' fill='%23FFFFFF'/%3e%3cpath d='M24.8878 10.8037C25.0306 10.1866 25.0659 9.54849 24.9893 8.91714C24.762 7.00831 23.5872 5.38409 21.8467 4.57227C20.1058 3.7606 18.1065 3.90459 16.5004 4.95635C15.966 5.30440 15.4995 5.74195 15.1183 6.24820L13.7609 5.61509L12.7904 7.69576L25.2751 13.5175L26.2456 11.437L24.8878 10.8037ZM22.7234 9.79415L17.2829 7.25733C17.4280 7.11729 17.5854 6.98941 17.7559 6.87837C18.6946 6.26417 19.8609 6.17979 20.8763 6.65293C21.8916 7.12652 22.5769 8.07427 22.7099 9.19092C22.7342 9.39175 22.7376 9.59361 22.7234 9.79415Z' fill='%23FFFFFF'/%3e%3cpath d='M51.0867 6.08423C49.0613 6.08423 47.4132 7.73218 47.4132 9.75776C47.4132 11.7833 49.0610 13.4313 51.0867 13.4313C53.1122 13.4313 54.7603 11.7833 54.7603 9.75776C54.7603 7.73218 53.1123 6.08423 51.0867 6.08423ZM51.0867 11.1352C50.3271 11.1352 49.7092 10.5173 49.7092 9.75762C49.7092 8.99795 50.3271 8.38008 51.0867 8.38008C51.8464 8.38008 52.4643 8.99795 52.4643 9.75762C52.4644 10.5173 51.8464 11.1352 51.0867 11.1352Z' fill='%23FFFFFF'/%3e%3cpath d='M59.199 6.08423C57.1736 6.08423 55.5255 7.73218 55.5255 9.75776C55.5255 11.7833 57.1733 13.4313 59.199 13.4313C61.2245 13.4313 62.8726 11.7833 62.8726 9.75776C62.8726 7.73218 61.2245 6.08423 59.199 6.08423ZM59.199 11.1352C58.4394 11.1352 57.8215 10.5173 57.8215 9.75762C57.8215 8.99795 58.4394 8.38008 59.199 8.38008C59.9587 8.38008 60.5766 8.99795 60.5766 9.75762C60.5766 10.5173 59.9587 11.1352 59.199 11.1352Z' fill='%23FFFFFF'/%3e%3cpath d='M37.5 25.4849C28.5656 25.4849 21.0652 31.7409 19.1483 40.1022H17.2301C16.1041 40.1022 15.0468 40.5407 14.254 41.3355C13.4590 42.1306 13.0209 43.1876 13.0209 44.3115C13.0209 46.6324 14.9092 48.5207 17.2301 48.5207H19.1483C21.0652 56.8820 28.5656 63.1381 37.5 63.1381C47.8809 63.1381 56.3265 54.6925 56.3265 44.3116C56.3265 33.9304 47.8809 25.4849 37.5 25.4849ZM18.7701 46.2246H17.2301C16.1751 46.2246 15.3169 45.3663 15.3169 44.3113C15.3169 43.8007 15.5159 43.3202 15.8786 42.9577C16.2387 42.5967 16.7184 42.3981 17.2301 42.3981H18.7701C18.7062 43.0274 18.6736 43.6656 18.6736 44.3113C18.6736 44.9570 18.7062 45.5954 18.7701 46.2246ZM37.5 60.8419C28.3849 60.8419 20.9694 53.4265 20.9694 44.3113C20.9694 35.1962 28.3849 27.7807 37.5 27.7807C46.6152 27.7807 54.0306 35.1962 54.0306 44.3113C54.0306 53.4265 46.6152 60.8419 37.5 60.8419Z' fill='%23FFFFFF'/%3e%3cpath d='M37.5 30.1531C29.6931 30.1531 23.3419 36.5043 23.3419 44.3112C23.3419 52.1181 29.6931 58.4694 37.5 58.4694C45.3069 58.4694 51.6582 52.1181 51.6582 44.3112C51.6582 36.5043 45.3069 30.1531 37.5 30.1531ZM37.5 56.1735C30.9592 56.1735 25.6377 50.8520 25.6377 44.3112C25.6377 37.7704 30.9592 32.4489 37.5 32.4489C44.0408 32.4489 49.3623 37.7704 49.3623 44.3112C49.3623 50.8520 44.0408 56.1735 37.5 56.1735Z' fill='%23FFFFFF'/%3e%3c/svg%3e");}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-categories .wb-cat.active .img.dishwasher{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M68.3565 49.2023H65.1841V3.30425C65.1841 1.48228 63.7019 0 61.8799 0H13.5277C11.7058 0 10.2235 1.48228 10.2235 3.30425V49.2023H7.05107C5.92007 49.2023 5 50.1224 5 51.2534V56.0558C5 57.1868 5.92007 58.1068 7.05107 58.1068H10.2235V71.6957C10.2235 73.5177 11.7058 75 13.5277 75H20.5561C21.1644 75 21.6575 74.5069 21.6575 73.8986C21.6575 73.2902 21.1644 72.7972 20.5561 72.7972H13.5277C12.9204 72.7972 12.4263 72.3031 12.4263 71.6957V58.1068H62.9813V71.6957C62.9813 72.3031 62.4872 72.7972 61.8799 72.7972H25.7693C25.1609 72.7972 24.6679 73.2902 24.6679 73.8986C24.6679 74.5069 25.1609 75 25.7693 75H61.8799C63.7019 75 65.1841 73.5177 65.1841 71.6957V58.1068H68.3565C69.4875 58.1068 70.4076 57.1868 70.4076 56.0558V51.2534C70.4078 50.1224 69.4875 49.2023 68.3565 49.2023ZM55.2326 49.2023C56.4421 48.3281 57.4802 47.2324 58.2885 45.9746H62.9813V49.2023H55.2326ZM47.3894 49.2023C44.8752 48.9675 42.6386 47.7662 41.0538 45.9746H55.537C53.952 47.7662 51.7155 48.9675 49.2014 49.2023H47.3894ZM25.8465 49.2023C23.3324 48.9675 21.0957 47.7662 19.5109 45.9746H33.9942C32.4093 47.7662 30.1728 48.9675 27.6585 49.2023H25.8465ZM17.0825 31.7263C17.0825 26.3943 21.4205 22.0564 26.7523 22.0564C32.0844 22.0564 36.4224 26.3943 36.4224 31.7263C36.4224 32.0332 36.408 32.338 36.3797 32.6405C34.2214 29.653 30.7112 27.7033 26.7522 27.7033C22.7933 27.7033 19.2831 29.6528 17.1248 32.6404C17.0968 32.3382 17.0825 32.0332 17.0825 31.7263ZM57.9036 38.4974H38.687C39.2255 33.6715 43.3281 29.9062 48.2952 29.9062C53.2624 29.9062 57.3651 33.6715 57.9036 38.4974ZM26.7525 29.9062C31.7198 29.9062 35.8225 33.6715 36.3608 38.4974H17.1441C17.6826 33.6715 21.7854 29.9062 26.7525 29.9062ZM38.6927 40.7002H57.8977C57.771 41.7888 57.4651 42.8235 57.0066 43.7717H39.5839C39.1253 42.8234 38.8194 41.7888 38.6927 40.7002ZM60.1133 40.7002H62.9813V43.7717H59.4C59.7677 42.8016 60.0122 41.7716 60.1133 40.7002ZM62.9813 38.4974H60.1168C60.0274 37.5104 59.8167 36.5584 59.4998 35.6555C59.9419 34.3957 60.1681 33.0765 60.1681 31.7263C60.1681 28.8612 59.1334 26.0944 57.2549 23.9357C56.8555 23.4769 56.1598 23.4286 55.7009 23.8279C55.2421 24.2272 55.1937 24.9229 55.5931 25.3818C57.1228 27.1397 57.9652 29.3928 57.9652 31.7263C57.9652 32.0332 57.9509 32.338 57.9226 32.6405C55.7643 29.653 52.2542 27.7034 48.2952 27.7034C44.3371 27.7034 40.8274 29.6522 38.6691 32.6389C38.6409 32.3367 38.6253 32.0326 38.6253 31.7265C38.6253 26.3944 42.9633 22.0566 48.2952 22.0566C49.4535 22.0566 50.5856 22.2589 51.6601 22.6578C52.2299 22.8693 52.8642 22.5787 53.076 22.0085C53.2877 21.4383 52.9971 20.8044 52.4268 20.5926C51.1061 20.1023 49.716 19.8538 48.2952 19.8538C43.5286 19.8538 39.4117 22.6786 37.5239 26.7409C35.636 22.6786 31.5191 19.8538 26.7525 19.8538C20.2058 19.8538 14.8798 25.1798 14.8798 31.7265C14.8798 33.0766 15.106 34.3958 15.548 35.6556C15.2312 36.5585 15.0204 37.5105 14.9311 38.4976H12.4263V14.2504H62.9813V38.4974ZM12.4263 40.7002H14.9344C15.0355 41.7716 15.28 42.8016 15.6478 43.7717H12.4263V40.7002ZM17.15 40.7002H36.3551C36.2284 41.7888 35.9226 42.8235 35.4641 43.7717H18.0411C17.5826 42.8234 17.2766 41.7888 17.15 40.7002ZM36.7458 45.9746H38.3019C39.1102 47.2324 40.1482 48.3281 41.3579 49.2023H33.6898C34.8994 48.3281 35.9375 47.2324 36.7458 45.9746ZM13.5277 2.20283H61.8799C62.4872 2.20283 62.9813 2.69692 62.9813 3.30425V12.0476H12.4263V3.30425C12.4263 2.69692 12.9204 2.20283 13.5277 2.20283ZM12.4263 45.9746H16.7592C17.5675 47.2324 18.6055 48.3281 19.8151 49.2023H12.4263V45.9746ZM68.2049 55.904H7.20283V51.4052H68.2049V55.904Z' fill='%23FFFFFF'/%3e%3cpath d='M17.8486 8.78813H21.6506C22.5689 8.78813 23.3133 8.0437 23.3133 7.12539C23.3133 6.20708 22.5689 5.46265 21.6506 5.46265H17.8486C16.9303 5.46265 16.1859 6.20708 16.1859 7.12539C16.1859 8.0437 16.9303 8.78813 17.8486 8.78813Z' fill='%23FFFFFF'/%3e%3cpath d='M50.3806 8.78813C51.2989 8.78813 52.0433 8.0437 52.0433 7.12539C52.0433 6.20708 51.2989 5.46265 50.3806 5.46265C49.4623 5.46265 48.7178 6.20708 48.7178 7.12539C48.7178 8.0437 49.4623 8.78813 50.3806 8.78813Z' fill='%23FFFFFF'/%3e%3cpath d='M55.5809 8.78813C56.4992 8.78813 57.2436 8.0437 57.2436 7.12539C57.2436 6.20708 56.4992 5.46265 55.5809 5.46265C54.6626 5.46265 53.9182 6.20708 53.9182 7.12539C53.9182 8.0437 54.6626 8.78813 55.5809 8.78813Z' fill='%23FFFFFF'/%3e%3c/svg%3e");}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems{margin-bottom:50px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems{margin-bottom:15px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list{display:none;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -5px;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list.active{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item{-webkit-flex-basis:20%;-moz-flex-basis:20%;-ms-flex-basis:20%;flex-basis:20%;padding:0px 5px;margin-bottom:10px;}@media screen and (max-width: 48em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;}}@media screen and (max-width: 30em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item .wb-item{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;border-radius:10px;background:#FFF;height:128px;border:1px solid #fff;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;cursor:pointer;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item .wb-item .wb-item-img{margin-bottom:19px;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item .wb-item .wb-item-name{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:18px;}@media screen and (max-width: 30em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item .wb-item .wb-item-name{font-size:15px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item .wb-item .wb-item-dop{display:none;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item .wb-item .wb-item-link{display:none;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item .wb-item:hover{border:1px solid #51ABFA;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;filter:drop-shadow(0 0 8px rgba(81,171,250,0.7));}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-problems .wb-problems-list .wrap_wb-item .wb-item:hover .wb-item-img{transform:scale(1.1);transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-submit{height:60px;width:306px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-left .wb-submit{margin:0 auto;margin-bottom:20px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right{-webkit-flex-basis:40%;-moz-flex-basis:40%;-ms-flex-basis:40%;flex-basis:40%;padding:0px 10px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form{padding:60px 40px 80px 40px;border-radius:30px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form{padding:50px 35px 50px 35px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .page-home-whatsbroken-data-right-form-title{color:#fff;font-family:'Tahoma', sans-serif;text-align:center;font-size:35px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:10px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .page-home-whatsbroken-data-right-form-title{font-size:25px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .page-home-whatsbroken-data-right-form-descr{color:#fff;font-family:'Tahoma', sans-serif;text-align:center;font-size:17px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:33px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .page-home-whatsbroken-data-right-form-descr{font-size:15px;margin-bottom:17px;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input{margin-bottom:19px;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-data{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-data input{border-radius:99px;border:1px solid #D3D7EA;background:#FFF;margin-bottom:16px;width:100%;height:60px;padding:13px 25px 14px 25px;margin-bottom:10px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-data input{width:416px;height:55px;}}@media (max-width: 560px){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-data input{width:100%;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-data button{height:60px;width:100%;padding:0px;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-data button{width:416px;height:55px;}}@media (max-width: 560px){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-data button{width:100%;}}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-descr{padding:0px 21px 0px 21px;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-descr p{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-descr span{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal;display:inline-block;position:relative;padding-left:27px;}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .form-input .form-input-descr span:before{content:'';position:absolute;left:0px;top:3px;width:16px;height:16px;background:url('/res/img/icons/icon-clock.svg');}.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .wrap_form-checkbox{max-width:486px;text-align:left;}@media screen and (max-width: 62em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .wrap_form-checkbox{max-width:340px;margin:0 auto;}}@media screen and (max-width: 48em){.page-home .page-home-whatsbroken .page-home-whatsbroken-data .page-home-whatsbroken-data-right .page-home-whatsbroken-data-right-form .wrap_form-checkbox{padding-left:9px;}}.page-home .page-home-prices{padding:113px 0px 100px 0px;}@media screen and (max-width: 62em){.page-home .page-home-prices{padding:50px 0px 30px 0px;}}.page-home .page-home-prices .page-home-prices-title{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:35px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:49px;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-title{font-size:25px;margin-bottom:30px;}}.page-home .page-home-prices .page-home-prices-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.page-home .page-home-prices .page-home-prices-data .wb-categories{-webkit-flex-basis:20%;-moz-flex-basis:20%;-ms-flex-basis:20%;flex-basis:20%;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-categories{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:20px;}}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;height:212px;border:unset;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;}}@media screen and (max-width: 30em){.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;border-left:unset;border-top:1px solid #D3D7EA;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:150px;-webkit-justify-content:left;-moz-justify-content:left;-ms-justify-content:left;justify-content:left;}}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat:first-child{border-radius:20px 20px 0 0;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat:first-child{border-radius:20px 0 0 20px;}}@media screen and (max-width: 30em){.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat:first-child{border-radius:20px 20px 0 0;border-top:unset;}}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat:last-child{border-radius:0 0 20px 20px;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat:last-child{border-radius:0 20px 20px 0;}}@media screen and (max-width: 30em){.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat:last-child{border-radius:0 0 20px 20px;}}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat .img{margin-bottom:23px;}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat .img.fridge{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M54.3368 0H20.6632C18.3423 0 16.454 1.88818 16.454 4.20923V69.2603V70.4083V75H23.3417V70.4082H51.658V75H58.5457V70.4082V69.2602V4.20923C58.5459 1.88818 56.6577 0 54.3368 0ZM21.0459 72.7041H18.75V70.4083H21.0459V72.7041ZM56.25 72.7041H53.9542V70.4083H56.25V72.7041ZM56.25 68.1123H18.75V32.1554H56.25V68.1123ZM56.25 29.8595H18.75V28.3289H56.25V29.8595ZM56.25 26.0329H18.75V4.20923C18.75 3.15425 19.6083 2.296 20.6632 2.296H54.3368C55.3916 2.296 56.25 3.15425 56.25 4.20923V26.0329Z' fill='%2351ABFA'/%3e%3cpath d='M26.4078 9.04321C24.8464 9.04321 23.5761 10.3135 23.5761 11.8749V20.7524C23.5761 22.3138 24.8464 23.5841 26.4078 23.5841C27.9691 23.5841 29.2395 22.3138 29.2395 20.7524V11.8748C29.2395 10.3134 27.9691 9.04321 26.4078 9.04321ZM26.9435 20.7523C26.9435 21.0478 26.7031 21.288 26.4078 21.288C26.1123 21.288 25.8721 21.0476 25.8721 20.7523V11.8748C25.8721 11.5793 26.1125 11.3391 26.4078 11.3391C26.7032 11.3391 26.9435 11.5794 26.9435 11.8748V20.7523Z' fill='%2351ABFA'/%3e%3cpath d='M26.4078 34.6045C24.8464 34.6045 23.5761 35.8748 23.5761 37.4362V46.3137C23.5761 47.8751 24.8464 49.1454 26.4078 49.1454C27.9691 49.1454 29.2395 47.8751 29.2395 46.3137V37.4362C29.2395 35.8747 27.9691 34.6045 26.4078 34.6045ZM26.9435 46.3136C26.9435 46.609 26.7031 46.8493 26.4078 46.8493C26.1123 46.8493 25.8721 46.6089 25.8721 46.3136V37.436C25.8721 37.1406 26.1125 36.9003 26.4078 36.9003C26.7032 36.9003 26.9435 37.1407 26.9435 37.436V46.3136Z' fill='%2351ABFA'/%3e%3c/svg%3e");}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat .img.washer{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M63.1377 0H11.8623C9.54141 0 7.65308 1.88833 7.65308 4.20923V71.1735H13.3545V75H19.8716L21.4022 71.1735H53.5978L55.1284 75H61.6455V71.1735H67.3469V4.20923C67.3469 1.88833 65.4586 0 63.1377 0ZM18.3171 72.7041H15.6505V71.1735H18.9294L18.3171 72.7041ZM59.3495 72.7041H56.6829L56.0706 71.1735H59.3495V72.7041ZM65.0511 68.8775H9.94893V15.4392C17.0347 19.0162 26.9328 21.0459 37.5 21.0459C48.0672 21.0459 57.9653 19.016 65.0511 15.439V68.8775ZM65.0511 12.8451C58.2445 16.603 48.2559 18.75 37.5 18.75C26.7441 18.75 16.7555 16.603 9.94893 12.8451V4.20923C9.94893 3.15425 10.8072 2.296 11.8622 2.296H63.1377C64.1928 2.296 65.0509 3.15425 65.0509 4.20923V12.8451H65.0511Z' fill='%2351ABFA'/%3e%3cpath d='M43.7755 3.75H31.2245C29.7476 3.75 28.5458 4.95161 28.5458 6.42861V12.7042C28.5458 14.181 29.7474 15.3828 31.2245 15.3828H43.7755C45.2524 15.3828 46.4541 14.1812 46.4541 12.7042V6.42861C46.4541 4.95176 45.2524 3.75 43.7755 3.75ZM44.1581 12.7042C44.1581 12.9152 43.9866 13.0868 43.7755 13.0868H31.2245C31.0134 13.0868 30.8418 12.9152 30.8418 12.7042V6.42861C30.8418 6.21753 31.0134 6.046 31.2245 6.046H43.7755C43.9866 6.046 44.1581 6.21753 44.1581 6.42861V12.7042Z' fill='%2351ABFA'/%3e%3cpath d='M21.2798 12.2541C20.3414 12.8685 19.1745 12.953 18.1597 12.4796C17.1444 12.006 16.4591 11.0583 16.3263 9.94409L14.0464 10.2155C14.2737 12.1245 15.4485 13.7486 17.1891 14.5604C17.9363 14.9086 18.7307 15.081 19.5217 15.081C20.5737 15.081 21.6193 14.776 22.5375 14.1749L21.2798 12.2541Z' fill='%2351ABFA'/%3e%3cpath d='M24.8878 10.8037C25.0306 10.1866 25.0659 9.54849 24.9893 8.91714C24.762 7.00831 23.5872 5.38409 21.8467 4.57227C20.1058 3.7606 18.1065 3.90459 16.5004 4.95635C15.966 5.30440 15.4995 5.74195 15.1183 6.24820L13.7609 5.61509L12.7904 7.69576L25.2751 13.5175L26.2456 11.437L24.8878 10.8037ZM22.7234 9.79415L17.2829 7.25733C17.4280 7.11729 17.5854 6.98941 17.7559 6.87837C18.6946 6.26417 19.8609 6.17979 20.8763 6.65293C21.8916 7.12652 22.5769 8.07427 22.7099 9.19092C22.7342 9.39175 22.7376 9.59361 22.7234 9.79415Z' fill='%2351ABFA'/%3e%3cpath d='M51.0867 6.08423C49.0613 6.08423 47.4132 7.73218 47.4132 9.75776C47.4132 11.7833 49.0610 13.4313 51.0867 13.4313C53.1122 13.4313 54.7603 11.7833 54.7603 9.75776C54.7603 7.73218 53.1123 6.08423 51.0867 6.08423ZM51.0867 11.1352C50.3271 11.1352 49.7092 10.5173 49.7092 9.75762C49.7092 8.99795 50.3271 8.38008 51.0867 8.38008C51.8464 8.38008 52.4643 8.99795 52.4643 9.75762C52.4644 10.5173 51.8464 11.1352 51.0867 11.1352Z' fill='%2351ABFA'/%3e%3cpath d='M59.199 6.08423C57.1736 6.08423 55.5255 7.73218 55.5255 9.75776C55.5255 11.7833 57.1733 13.4313 59.199 13.4313C61.2245 13.4313 62.8726 11.7833 62.8726 9.75776C62.8726 7.73218 61.2245 6.08423 59.199 6.08423ZM59.199 11.1352C58.4394 11.1352 57.8215 10.5173 57.8215 9.75762C57.8215 8.99795 58.4394 8.38008 59.199 8.38008C59.9587 8.38008 60.5766 8.99795 60.5766 9.75762C60.5766 10.5173 59.9587 11.1352 59.199 11.1352Z' fill='%2351ABFA'/%3e%3cpath d='M37.5 25.4849C28.5656 25.4849 21.0652 31.7409 19.1483 40.1022H17.2301C16.1041 40.1022 15.0468 40.5407 14.254 41.3355C13.4590 42.1306 13.0209 43.1876 13.0209 44.3115C13.0209 46.6324 14.9092 48.5207 17.2301 48.5207H19.1483C21.0652 56.8820 28.5656 63.1381 37.5 63.1381C47.8809 63.1381 56.3265 54.6925 56.3265 44.3116C56.3265 33.9304 47.8809 25.4849 37.5 25.4849ZM18.7701 46.2246H17.2301C16.1751 46.2246 15.3169 45.3663 15.3169 44.3113C15.3169 43.8007 15.5159 43.3202 15.8786 42.9577C16.2387 42.5967 16.7184 42.3981 17.2301 42.3981H18.7701C18.7062 43.0274 18.6736 43.6656 18.6736 44.3113C18.6736 44.9570 18.7062 45.5954 18.7701 46.2246ZM37.5 60.8419C28.3849 60.8419 20.9694 53.4265 20.9694 44.3113C20.9694 35.1962 28.3849 27.7807 37.5 27.7807C46.6152 27.7807 54.0306 35.1962 54.0306 44.3113C54.0306 53.4265 46.6152 60.8419 37.5 60.8419Z' fill='%2351ABFA'/%3e%3cpath d='M37.5 30.1531C29.6931 30.1531 23.3419 36.5043 23.3419 44.3112C23.3419 52.1181 29.6931 58.4694 37.5 58.4694C45.3069 58.4694 51.6582 52.1181 51.6582 44.3112C51.6582 36.5043 45.3069 30.1531 37.5 30.1531ZM37.5 56.1735C30.9592 56.1735 25.6377 50.8520 25.6377 44.3112C25.6377 37.7704 30.9592 32.4489 37.5 32.4489C44.0408 32.4489 49.3623 37.7704 49.3623 44.3112C49.3623 50.8520 44.0408 56.1735 37.5 56.1735Z' fill='%2351ABFA'/%3e%3c/svg%3e");}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat .img.dishwasher{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M68.3565 49.2023H65.1841V3.30425C65.1841 1.48228 63.7019 0 61.8799 0H13.5277C11.7058 0 10.2235 1.48228 10.2235 3.30425V49.2023H7.05107C5.92007 49.2023 5 50.1224 5 51.2534V56.0558C5 57.1868 5.92007 58.1068 7.05107 58.1068H10.2235V71.6957C10.2235 73.5177 11.7058 75 13.5277 75H20.5561C21.1644 75 21.6575 74.5069 21.6575 73.8986C21.6575 73.2902 21.1644 72.7972 20.5561 72.7972H13.5277C12.9204 72.7972 12.4263 72.3031 12.4263 71.6957V58.1068H62.9813V71.6957C62.9813 72.3031 62.4872 72.7972 61.8799 72.7972H25.7693C25.1609 72.7972 24.6679 73.2902 24.6679 73.8986C24.6679 74.5069 25.1609 75 25.7693 75H61.8799C63.7019 75 65.1841 73.5177 65.1841 71.6957V58.1068H68.3565C69.4875 58.1068 70.4076 57.1868 70.4076 56.0558V51.2534C70.4078 50.1224 69.4875 49.2023 68.3565 49.2023ZM55.2326 49.2023C56.4421 48.3281 57.4802 47.2324 58.2885 45.9746H62.9813V49.2023H55.2326ZM47.3894 49.2023C44.8752 48.9675 42.6386 47.7662 41.0538 45.9746H55.537C53.952 47.7662 51.7155 48.9675 49.2014 49.2023H47.3894ZM25.8465 49.2023C23.3324 48.9675 21.0957 47.7662 19.5109 45.9746H33.9942C32.4093 47.7662 30.1728 48.9675 27.6585 49.2023H25.8465ZM17.0825 31.7263C17.0825 26.3943 21.4205 22.0564 26.7523 22.0564C32.0844 22.0564 36.4224 26.3943 36.4224 31.7263C36.4224 32.0332 36.408 32.338 36.3797 32.6405C34.2214 29.653 30.7112 27.7033 26.7522 27.7033C22.7933 27.7033 19.2831 29.6528 17.1248 32.6404C17.0968 32.3382 17.0825 32.0332 17.0825 31.7263ZM57.9036 38.4974H38.687C39.2255 33.6715 43.3281 29.9062 48.2952 29.9062C53.2624 29.9062 57.3651 33.6715 57.9036 38.4974ZM26.7525 29.9062C31.7198 29.9062 35.8225 33.6715 36.3608 38.4974H17.1441C17.6826 33.6715 21.7854 29.9062 26.7525 29.9062ZM38.6927 40.7002H57.8977C57.771 41.7888 57.4651 42.8235 57.0066 43.7717H39.5839C39.1253 42.8234 38.8194 41.7888 38.6927 40.7002ZM60.1133 40.7002H62.9813V43.7717H59.4C59.7677 42.8016 60.0122 41.7716 60.1133 40.7002ZM62.9813 38.4974H60.1168C60.0274 37.5104 59.8167 36.5584 59.4998 35.6555C59.9419 34.3957 60.1681 33.0765 60.1681 31.7263C60.1681 28.8612 59.1334 26.0944 57.2549 23.9357C56.8555 23.4769 56.1598 23.4286 55.7009 23.8279C55.2421 24.2272 55.1937 24.9229 55.5931 25.3818C57.1228 27.1397 57.9652 29.3928 57.9652 31.7263C57.9652 32.0332 57.9509 32.338 57.9226 32.6405C55.7643 29.653 52.2542 27.7034 48.2952 27.7034C44.3371 27.7034 40.8274 29.6522 38.6691 32.6389C38.6409 32.3367 38.6253 32.0326 38.6253 31.7265C38.6253 26.3944 42.9633 22.0566 48.2952 22.0566C49.4535 22.0566 50.5856 22.2589 51.6601 22.6578C52.2299 22.8693 52.8642 22.5787 53.076 22.0085C53.2877 21.4383 52.9971 20.8044 52.4268 20.5926C51.1061 20.1023 49.716 19.8538 48.2952 19.8538C43.5286 19.8538 39.4117 22.6786 37.5239 26.7409C35.636 22.6786 31.5191 19.8538 26.7525 19.8538C20.2058 19.8538 14.8798 25.1798 14.8798 31.7265C14.8798 33.0766 15.106 34.3958 15.548 35.6556C15.2312 36.5585 15.0204 37.5105 14.9311 38.4976H12.4263V14.2504H62.9813V38.4974ZM12.4263 40.7002H14.9344C15.0355 41.7716 15.28 42.8016 15.6478 43.7717H12.4263V40.7002ZM17.15 40.7002H36.3551C36.2284 41.7888 35.9226 42.8235 35.4641 43.7717H18.0411C17.5826 42.8234 17.2766 41.7888 17.15 40.7002ZM36.7458 45.9746H38.3019C39.1102 47.2324 40.1482 48.3281 41.3579 49.2023H33.6898C34.8994 48.3281 35.9375 47.2324 36.7458 45.9746ZM13.5277 2.20283H61.8799C62.4872 2.20283 62.9813 2.69692 62.9813 3.30425V12.0476H12.4263V3.30425C12.4263 2.69692 12.9204 2.20283 13.5277 2.20283ZM12.4263 45.9746H16.7592C17.5675 47.2324 18.6055 48.3281 19.8151 49.2023H12.4263V45.9746ZM68.2049 55.904H7.20283V51.4052H68.2049V55.904Z' fill='%2351ABFA'/%3e%3cpath d='M17.8486 8.78813H21.6506C22.5689 8.78813 23.3133 8.0437 23.3133 7.12539C23.3133 6.20708 22.5689 5.46265 21.6506 5.46265H17.8486C16.9303 5.46265 16.1859 6.20708 16.1859 7.12539C16.1859 8.0437 16.9303 8.78813 17.8486 8.78813Z' fill='%2351ABFA'/%3e%3cpath d='M50.3806 8.78813C51.2989 8.78813 52.0433 8.0437 52.0433 7.12539C52.0433 6.20708 51.2989 5.46265 50.3806 5.46265C49.4623 5.46265 48.7178 6.20708 48.7178 7.12539C48.7178 8.0437 49.4623 8.78813 50.3806 8.78813Z' fill='%2351ABFA'/%3e%3cpath d='M55.5809 8.78813C56.4992 8.78813 57.2436 8.0437 57.2436 7.12539C57.2436 6.20708 56.4992 5.46265 55.5809 5.46265C54.6626 5.46265 53.9182 6.20708 53.9182 7.12539C53.9182 8.0437 54.6626 8.78813 55.5809 8.78813Z' fill='%2351ABFA'/%3e%3c/svg%3e");}@media screen and (max-width: 30em){.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat .img{margin-bottom:0px;margin-left:20px;margin-right:20px;}}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat .wb-cat-name{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:normal;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat:hover .wb-cat-name{color:#51ABFA;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat.active{background:#1A83E0;}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat.active .wb-cat-name{color:#fff;}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat.active .img.fridge{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M54.3368 0H20.6632C18.3423 0 16.454 1.88818 16.454 4.20923V69.2603V70.4083V75H23.3417V70.4082H51.658V75H58.5457V70.4082V69.2602V4.20923C58.5459 1.88818 56.6577 0 54.3368 0ZM21.0459 72.7041H18.75V70.4083H21.0459V72.7041ZM56.25 72.7041H53.9542V70.4083H56.25V72.7041ZM56.25 68.1123H18.75V32.1554H56.25V68.1123ZM56.25 29.8595H18.75V28.3289H56.25V29.8595ZM56.25 26.0329H18.75V4.20923C18.75 3.15425 19.6083 2.296 20.6632 2.296H54.3368C55.3916 2.296 56.25 3.15425 56.25 4.20923V26.0329Z' fill='%23FFFFFF'/%3e%3cpath d='M26.4078 9.04321C24.8464 9.04321 23.5761 10.3135 23.5761 11.8749V20.7524C23.5761 22.3138 24.8464 23.5841 26.4078 23.5841C27.9691 23.5841 29.2395 22.3138 29.2395 20.7524V11.8748C29.2395 10.3134 27.9691 9.04321 26.4078 9.04321ZM26.9435 20.7523C26.9435 21.0478 26.7031 21.288 26.4078 21.288C26.1123 21.288 25.8721 21.0476 25.8721 20.7523V11.8748C25.8721 11.5793 26.1125 11.3391 26.4078 11.3391C26.7032 11.3391 26.9435 11.5794 26.9435 11.8748V20.7523Z' fill='%23FFFFFF'/%3e%3cpath d='M26.4078 34.6045C24.8464 34.6045 23.5761 35.8748 23.5761 37.4362V46.3137C23.5761 47.8751 24.8464 49.1454 26.4078 49.1454C27.9691 49.1454 29.2395 47.8751 29.2395 46.3137V37.4362C29.2395 35.8747 27.9691 34.6045 26.4078 34.6045ZM26.9435 46.3136C26.9435 46.609 26.7031 46.8493 26.4078 46.8493C26.1123 46.8493 25.8721 46.6089 25.8721 46.3136V37.436C25.8721 37.1406 26.1125 36.9003 26.4078 36.9003C26.7032 36.9003 26.9435 37.1407 26.9435 37.436V46.3136Z' fill='%23FFFFFF'/%3e%3c/svg%3e");}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat.active .img.washer{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M63.1377 0H11.8623C9.54141 0 7.65308 1.88833 7.65308 4.20923V71.1735H13.3545V75H19.8716L21.4022 71.1735H53.5978L55.1284 75H61.6455V71.1735H67.3469V4.20923C67.3469 1.88833 65.4586 0 63.1377 0ZM18.3171 72.7041H15.6505V71.1735H18.9294L18.3171 72.7041ZM59.3495 72.7041H56.6829L56.0706 71.1735H59.3495V72.7041ZM65.0511 68.8775H9.94893V15.4392C17.0347 19.0162 26.9328 21.0459 37.5 21.0459C48.0672 21.0459 57.9653 19.016 65.0511 15.439V68.8775ZM65.0511 12.8451C58.2445 16.603 48.2559 18.75 37.5 18.75C26.7441 18.75 16.7555 16.603 9.94893 12.8451V4.20923C9.94893 3.15425 10.8072 2.296 11.8622 2.296H63.1377C64.1928 2.296 65.0509 3.15425 65.0509 4.20923V12.8451H65.0511Z' fill='%23FFFFFF'/%3e%3cpath d='M43.7755 3.75H31.2245C29.7476 3.75 28.5458 4.95161 28.5458 6.42861V12.7042C28.5458 14.181 29.7474 15.3828 31.2245 15.3828H43.7755C45.2524 15.3828 46.4541 14.1812 46.4541 12.7042V6.42861C46.4541 4.95176 45.2524 3.75 43.7755 3.75ZM44.1581 12.7042C44.1581 12.9152 43.9866 13.0868 43.7755 13.0868H31.2245C31.0134 13.0868 30.8418 12.9152 30.8418 12.7042V6.42861C30.8418 6.21753 31.0134 6.046 31.2245 6.046H43.7755C43.9866 6.046 44.1581 6.21753 44.1581 6.42861V12.7042Z' fill='%23FFFFFF'/%3e%3cpath d='M21.2798 12.2541C20.3414 12.8685 19.1745 12.953 18.1597 12.4796C17.1444 12.006 16.4591 11.0583 16.3263 9.94409L14.0464 10.2155C14.2737 12.1245 15.4485 13.7486 17.1891 14.5604C17.9363 14.9086 18.7307 15.081 19.5217 15.081C20.5737 15.081 21.6193 14.776 22.5375 14.1749L21.2798 12.2541Z' fill='%23FFFFFF'/%3e%3cpath d='M24.8878 10.8037C25.0306 10.1866 25.0659 9.54849 24.9893 8.91714C24.762 7.00831 23.5872 5.38409 21.8467 4.57227C20.1058 3.7606 18.1065 3.90459 16.5004 4.95635C15.966 5.30440 15.4995 5.74195 15.1183 6.24820L13.7609 5.61509L12.7904 7.69576L25.2751 13.5175L26.2456 11.437L24.8878 10.8037ZM22.7234 9.79415L17.2829 7.25733C17.4280 7.11729 17.5854 6.98941 17.7559 6.87837C18.6946 6.26417 19.8609 6.17979 20.8763 6.65293C21.8916 7.12652 22.5769 8.07427 22.7099 9.19092C22.7342 9.39175 22.7376 9.59361 22.7234 9.79415Z' fill='%23FFFFFF'/%3e%3cpath d='M51.0867 6.08423C49.0613 6.08423 47.4132 7.73218 47.4132 9.75776C47.4132 11.7833 49.0610 13.4313 51.0867 13.4313C53.1122 13.4313 54.7603 11.7833 54.7603 9.75776C54.7603 7.73218 53.1123 6.08423 51.0867 6.08423ZM51.0867 11.1352C50.3271 11.1352 49.7092 10.5173 49.7092 9.75762C49.7092 8.99795 50.3271 8.38008 51.0867 8.38008C51.8464 8.38008 52.4643 8.99795 52.4643 9.75762C52.4644 10.5173 51.8464 11.1352 51.0867 11.1352Z' fill='%23FFFFFF'/%3e%3cpath d='M59.199 6.08423C57.1736 6.08423 55.5255 7.73218 55.5255 9.75776C55.5255 11.7833 57.1733 13.4313 59.199 13.4313C61.2245 13.4313 62.8726 11.7833 62.8726 9.75776C62.8726 7.73218 61.2245 6.08423 59.199 6.08423ZM59.199 11.1352C58.4394 11.1352 57.8215 10.5173 57.8215 9.75762C57.8215 8.99795 58.4394 8.38008 59.199 8.38008C59.9587 8.38008 60.5766 8.99795 60.5766 9.75762C60.5766 10.5173 59.9587 11.1352 59.199 11.1352Z' fill='%23FFFFFF'/%3e%3cpath d='M37.5 25.4849C28.5656 25.4849 21.0652 31.7409 19.1483 40.1022H17.2301C16.1041 40.1022 15.0468 40.5407 14.254 41.3355C13.4590 42.1306 13.0209 43.1876 13.0209 44.3115C13.0209 46.6324 14.9092 48.5207 17.2301 48.5207H19.1483C21.0652 56.8820 28.5656 63.1381 37.5 63.1381C47.8809 63.1381 56.3265 54.6925 56.3265 44.3116C56.3265 33.9304 47.8809 25.4849 37.5 25.4849ZM18.7701 46.2246H17.2301C16.1751 46.2246 15.3169 45.3663 15.3169 44.3113C15.3169 43.8007 15.5159 43.3202 15.8786 42.9577C16.2387 42.5967 16.7184 42.3981 17.2301 42.3981H18.7701C18.7062 43.0274 18.6736 43.6656 18.6736 44.3113C18.6736 44.9570 18.7062 45.5954 18.7701 46.2246ZM37.5 60.8419C28.3849 60.8419 20.9694 53.4265 20.9694 44.3113C20.9694 35.1962 28.3849 27.7807 37.5 27.7807C46.6152 27.7807 54.0306 35.1962 54.0306 44.3113C54.0306 53.4265 46.6152 60.8419 37.5 60.8419Z' fill='%23FFFFFF'/%3e%3cpath d='M37.5 30.1531C29.6931 30.1531 23.3419 36.5043 23.3419 44.3112C23.3419 52.1181 29.6931 58.4694 37.5 58.4694C45.3069 58.4694 51.6582 52.1181 51.6582 44.3112C51.6582 36.5043 45.3069 30.1531 37.5 30.1531ZM37.5 56.1735C30.9592 56.1735 25.6377 50.8520 25.6377 44.3112C25.6377 37.7704 30.9592 32.4489 37.5 32.4489C44.0408 32.4489 49.3623 37.7704 49.3623 44.3112C49.3623 50.8520 44.0408 56.1735 37.5 56.1735Z' fill='%23FFFFFF'/%3e%3c/svg%3e");}.page-home .page-home-prices .page-home-prices-data .wb-categories .wb-cat.active .img.dishwasher{width:75px;height:75px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='75px' height='75px' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M68.3565 49.2023H65.1841V3.30425C65.1841 1.48228 63.7019 0 61.8799 0H13.5277C11.7058 0 10.2235 1.48228 10.2235 3.30425V49.2023H7.05107C5.92007 49.2023 5 50.1224 5 51.2534V56.0558C5 57.1868 5.92007 58.1068 7.05107 58.1068H10.2235V71.6957C10.2235 73.5177 11.7058 75 13.5277 75H20.5561C21.1644 75 21.6575 74.5069 21.6575 73.8986C21.6575 73.2902 21.1644 72.7972 20.5561 72.7972H13.5277C12.9204 72.7972 12.4263 72.3031 12.4263 71.6957V58.1068H62.9813V71.6957C62.9813 72.3031 62.4872 72.7972 61.8799 72.7972H25.7693C25.1609 72.7972 24.6679 73.2902 24.6679 73.8986C24.6679 74.5069 25.1609 75 25.7693 75H61.8799C63.7019 75 65.1841 73.5177 65.1841 71.6957V58.1068H68.3565C69.4875 58.1068 70.4076 57.1868 70.4076 56.0558V51.2534C70.4078 50.1224 69.4875 49.2023 68.3565 49.2023ZM55.2326 49.2023C56.4421 48.3281 57.4802 47.2324 58.2885 45.9746H62.9813V49.2023H55.2326ZM47.3894 49.2023C44.8752 48.9675 42.6386 47.7662 41.0538 45.9746H55.537C53.952 47.7662 51.7155 48.9675 49.2014 49.2023H47.3894ZM25.8465 49.2023C23.3324 48.9675 21.0957 47.7662 19.5109 45.9746H33.9942C32.4093 47.7662 30.1728 48.9675 27.6585 49.2023H25.8465ZM17.0825 31.7263C17.0825 26.3943 21.4205 22.0564 26.7523 22.0564C32.0844 22.0564 36.4224 26.3943 36.4224 31.7263C36.4224 32.0332 36.408 32.338 36.3797 32.6405C34.2214 29.653 30.7112 27.7033 26.7522 27.7033C22.7933 27.7033 19.2831 29.6528 17.1248 32.6404C17.0968 32.3382 17.0825 32.0332 17.0825 31.7263ZM57.9036 38.4974H38.687C39.2255 33.6715 43.3281 29.9062 48.2952 29.9062C53.2624 29.9062 57.3651 33.6715 57.9036 38.4974ZM26.7525 29.9062C31.7198 29.9062 35.8225 33.6715 36.3608 38.4974H17.1441C17.6826 33.6715 21.7854 29.9062 26.7525 29.9062ZM38.6927 40.7002H57.8977C57.771 41.7888 57.4651 42.8235 57.0066 43.7717H39.5839C39.1253 42.8234 38.8194 41.7888 38.6927 40.7002ZM60.1133 40.7002H62.9813V43.7717H59.4C59.7677 42.8016 60.0122 41.7716 60.1133 40.7002ZM62.9813 38.4974H60.1168C60.0274 37.5104 59.8167 36.5584 59.4998 35.6555C59.9419 34.3957 60.1681 33.0765 60.1681 31.7263C60.1681 28.8612 59.1334 26.0944 57.2549 23.9357C56.8555 23.4769 56.1598 23.4286 55.7009 23.8279C55.2421 24.2272 55.1937 24.9229 55.5931 25.3818C57.1228 27.1397 57.9652 29.3928 57.9652 31.7263C57.9652 32.0332 57.9509 32.338 57.9226 32.6405C55.7643 29.653 52.2542 27.7034 48.2952 27.7034C44.3371 27.7034 40.8274 29.6522 38.6691 32.6389C38.6409 32.3367 38.6253 32.0326 38.6253 31.7265C38.6253 26.3944 42.9633 22.0566 48.2952 22.0566C49.4535 22.0566 50.5856 22.2589 51.6601 22.6578C52.2299 22.8693 52.8642 22.5787 53.076 22.0085C53.2877 21.4383 52.9971 20.8044 52.4268 20.5926C51.1061 20.1023 49.716 19.8538 48.2952 19.8538C43.5286 19.8538 39.4117 22.6786 37.5239 26.7409C35.636 22.6786 31.5191 19.8538 26.7525 19.8538C20.2058 19.8538 14.8798 25.1798 14.8798 31.7265C14.8798 33.0766 15.106 34.3958 15.548 35.6556C15.2312 36.5585 15.0204 37.5105 14.9311 38.4976H12.4263V14.2504H62.9813V38.4974ZM12.4263 40.7002H14.9344C15.0355 41.7716 15.28 42.8016 15.6478 43.7717H12.4263V40.7002ZM17.15 40.7002H36.3551C36.2284 41.7888 35.9226 42.8235 35.4641 43.7717H18.0411C17.5826 42.8234 17.2766 41.7888 17.15 40.7002ZM36.7458 45.9746H38.3019C39.1102 47.2324 40.1482 48.3281 41.3579 49.2023H33.6898C34.8994 48.3281 35.9375 47.2324 36.7458 45.9746ZM13.5277 2.20283H61.8799C62.4872 2.20283 62.9813 2.69692 62.9813 3.30425V12.0476H12.4263V3.30425C12.4263 2.69692 12.9204 2.20283 13.5277 2.20283ZM12.4263 45.9746H16.7592C17.5675 47.2324 18.6055 48.3281 19.8151 49.2023H12.4263V45.9746ZM68.2049 55.904H7.20283V51.4052H68.2049V55.904Z' fill='%23FFFFFF'/%3e%3cpath d='M17.8486 8.78813H21.6506C22.5689 8.78813 23.3133 8.0437 23.3133 7.12539C23.3133 6.20708 22.5689 5.46265 21.6506 5.46265H17.8486C16.9303 5.46265 16.1859 6.20708 16.1859 7.12539C16.1859 8.0437 16.9303 8.78813 17.8486 8.78813Z' fill='%23FFFFFF'/%3e%3cpath d='M50.3806 8.78813C51.2989 8.78813 52.0433 8.0437 52.0433 7.12539C52.0433 6.20708 51.2989 5.46265 50.3806 5.46265C49.4623 5.46265 48.7178 6.20708 48.7178 7.12539C48.7178 8.0437 49.4623 8.78813 50.3806 8.78813Z' fill='%23FFFFFF'/%3e%3cpath d='M55.5809 8.78813C56.4992 8.78813 57.2436 8.0437 57.2436 7.12539C57.2436 6.20708 56.4992 5.46265 55.5809 5.46265C54.6626 5.46265 53.9182 6.20708 53.9182 7.12539C53.9182 8.0437 54.6626 8.78813 55.5809 8.78813Z' fill='%23FFFFFF'/%3e%3c/svg%3e");}.page-home .page-home-prices .page-home-prices-data .wb-prices{-webkit-flex-basis:80%;-moz-flex-basis:80%;-ms-flex-basis:80%;flex-basis:80%;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-prices{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;}}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-bottom{padding-top:45px;padding-left:70px;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-bottom{padding-left:0px;}}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list{display:none;padding-left:70px;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list{padding-left:0px;}}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-title{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:25px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:11px;position:relative;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;cursor:pointer;margin-top:30px;}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-title:hover{color:#51ABFA;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-title:hover:before{width:27px;height:27px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='27px' height='27px' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9607 17.5984C19.2179 17.8555 19.5667 18 19.9304 18C20.294 18 20.6428 17.8555 20.9 17.5984C21.1572 17.3412 21.3017 16.9924 21.3017 16.6287C21.3017 16.265 21.1572 15.9162 20.9 15.659L14.9919 9.75095C14.0911 8.88258 13.0635 8.99722 12.3123 9.74837L6.40164 15.659C6.14448 15.9162 6 16.265 6 16.6287C6 16.9924 6.14448 17.3412 6.40164 17.5984C6.65881 17.8555 7.00761 18 7.3713 18C7.73499 18 8.08378 17.8555 8.34095 17.5984C10.043 15.8963 11.7394 14.0164 13.5591 12.1967L18.9607 17.5984Z' fill='%2351ABFA'/%3e%3c/svg%3e");}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-title{font-size:18px;}}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-title:before{content:'';position:absolute;right:20px;bottom:0;width:27px;height:27px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='27px' height='27px' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9607 17.5984C19.2179 17.8555 19.5667 18 19.9304 18C20.294 18 20.6428 17.8555 20.9 17.5984C21.1572 17.3412 21.3017 16.9924 21.3017 16.6287C21.3017 16.265 21.1572 15.9162 20.9 15.659L14.9919 9.75095C14.0911 8.88258 13.0635 8.99722 12.3123 9.74837L6.40164 15.659C6.14448 15.9162 6 16.265 6 16.6287C6 16.9924 6.14448 17.3412 6.40164 17.5984C6.65881 17.8555 7.00761 18 7.3713 18C7.73499 18 8.08378 17.8555 8.34095 17.5984C10.043 15.8963 11.7394 14.0164 13.5591 12.1967L18.9607 17.5984Z' fill='%231E1E1E'/%3e%3c/svg%3e");transform:rotate(180deg);}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-title.active:before{content:'';position:absolute;right:20px;bottom:0;width:27px;height:27px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='27px' height='27px' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9607 17.5984C19.2179 17.8555 19.5667 18 19.9304 18C20.294 18 20.6428 17.8555 20.9 17.5984C21.1572 17.3412 21.3017 16.9924 21.3017 16.6287C21.3017 16.265 21.1572 15.9162 20.9 15.659L14.9919 9.75095C14.0911 8.88258 13.0635 8.99722 12.3123 9.74837L6.40164 15.659C6.14448 15.9162 6 16.265 6 16.6287C6 16.9924 6.14448 17.3412 6.40164 17.5984C6.65881 17.8555 7.00761 18 7.3713 18C7.73499 18 8.08378 17.8555 8.34095 17.5984C10.043 15.8963 11.7394 14.0164 13.5591 12.1967L18.9607 17.5984Z' fill='%231E1E1E'/%3e%3c/svg%3e");transform:rotate(0deg);}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list.active{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item{border-top:1px solid #A8A8A8;}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;min-height:70px;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item{min-height:65px;}}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item .wb-item-img{display:none;}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item .wb-item-name{-webkit-flex-basis:60%;-moz-flex-basis:60%;-ms-flex-basis:60%;flex-basis:60%;color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:normal;padding:0px 10px;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item .wb-item-name{font-size:16px;padding:0px 0px;}}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item .wb-item-dop{-webkit-flex-basis:20%;-moz-flex-basis:20%;-ms-flex-basis:20%;flex-basis:20%;color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:17px;font-style:normal;font-weight:700;line-height:normal;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item .wb-item-dop{text-align:right;font-size:15px;-webkit-flex-basis:40%;-moz-flex-basis:40%;-ms-flex-basis:40%;flex-basis:40%;}}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item .wb-item-link{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:end;-moz-justify-content:end;-ms-justify-content:end;justify-content:end;-webkit-flex-basis:20%;-moz-flex-basis:20%;-ms-flex-basis:20%;flex-basis:20%;text-align:left;}@media screen and (max-width: 62em){.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item .wb-item-link{display:none;}}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item .wb-item .wb-item-link a{width:170px;height:50px;padding:0px;color:#FFF;text-align:center;font-family:'Tahoma', sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:normal;}.page-home .page-home-prices .page-home-prices-data .wb-prices .wb-prices-list .wb-prices-list-data .wrap_wb-item:last-child{border-bottom:1px solid #A8A8A8;}.page-home .page-home-form3{background:#1E1E1E;padding:100px 0px;}@media screen and (max-width: 62em){.page-home .page-home-form3{padding:55px 0px 65px 0;}}.page-home .page-home-form3 .page-home-form3-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-snow{position:absolute;right:-75px;top:0px;}@media (max-width: 1500px){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-snow{right:15px;}}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-snow{display:none;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-left{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-left{display:none;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-left .img img{border-radius:20px;}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;padding-left:120px;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right{text-align:center;padding-left:0px;-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-title{color:#FFF;font-family:'Tahoma', sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:normal;position:relative;}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-title{font-size:35px;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-descr{color:#FFF;font-family:'Tahoma', sans-serif;font-size:35px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:27px;position:relative;}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-descr{font-size:18px;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-img{display:none;}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-img{display:block;text-align:center;margin-bottom:40px;}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-img img{border-radius:20px;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-libo{color:#FFF;font-family:'Tahoma', sans-serif;position:relative;font-size:17px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:27px;}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-libo{font-size:15px;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input{margin-bottom:19px;}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;position:relative;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data input{border-radius:99px;border:1px solid #D3D7EA;background:#FFF;margin-bottom:16px;width:416px;height:60px;padding:13px 25px 14px 25px;margin-right:5px;}@media (max-width: 1140px){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data input{width:100%;}}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data input{width:416px;margin-bottom:10px;height:55px;}}@media screen and (max-width: 30em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data input{height:55px;width:100%;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data button{height:60px;width:416px;padding:0px;}@media (max-width: 1140px){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data button{width:100%;}}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data button{width:416px;height:55px;}}@media screen and (max-width: 30em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-data button{height:55px;width:100%;}}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-descr{padding:0px 21px 0px 21px;}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-descr p{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal;}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-descr span{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal;display:inline-block;position:relative;padding-left:27px;}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .form-input .form-input-descr span:before{content:'';position:absolute;left:0px;top:3px;width:16px;height:16px;background:url('/res/img/icons/icon-clock.svg');}.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .wrap_form-checkbox{max-width:486px;text-align:left;}@media screen and (max-width: 62em){.page-home .page-home-form3 .page-home-form3-data .page-home-form3-data-right .page-home-form3-data-right-form .wrap_form-checkbox{max-width:340px;margin:0 auto;}}.page-home .page-home-aboutus{padding-top:110px;margin-bottom:60px;}@media screen and (max-width: 62em){.page-home .page-home-aboutus{padding-top:50px;margin-bottom:30px;}}.page-home .page-home-aboutus .page-home-aboutus-title{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:35px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:60px;}@media screen and (max-width: 62em){.page-home .page-home-aboutus .page-home-aboutus-title{font-size:25px;margin-bottom:30px;}}.page-home .page-home-aboutus .page-home-aboutus-data{border-radius:50px;background:#F4F5FA;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (max-width: 62em){.page-home .page-home-aboutus .page-home-aboutus-data{-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;border-radius:20px 20px 20px 20px;}}.page-home .page-home-aboutus .page-home-aboutus-data .page-home-aboutus-data-left{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;padding:0px 96px 0px 110px;}@media screen and (max-width: 62em){.page-home .page-home-aboutus .page-home-aboutus-data .page-home-aboutus-data-left{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;padding:0px 20px 40px 20px;}}.page-home .page-home-aboutus .page-home-aboutus-data .page-home-aboutus-data-left .page-home-aboutus-data-left-descr{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:17px;font-style:normal;line-height:normal;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;height:100%;}@media screen and (max-width: 62em){.page-home .page-home-aboutus .page-home-aboutus-data .page-home-aboutus-data-left .page-home-aboutus-data-left-descr{font-size:16px;}}.page-home .page-home-aboutus .page-home-aboutus-data .page-home-aboutus-data-right{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;}@media screen and (max-width: 62em){.page-home .page-home-aboutus .page-home-aboutus-data .page-home-aboutus-data-right{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;}}.page-home .page-home-aboutus .page-home-aboutus-data .page-home-aboutus-data-right .img img{border-radius:0 50px 50px 0;}@media screen and (max-width: 62em){.page-home .page-home-aboutus .page-home-aboutus-data .page-home-aboutus-data-right .img img{border-radius:20px 20px 0 0;margin-bottom:40px;}}.page-home .page-home-brands{margin-bottom:80px;}@media screen and (max-width: 62em){.page-home .page-home-brands{margin-bottom:40px;}}.page-home .page-home-brands .page-home-brands-title{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;margin-bottom:37px;font-size:25px;font-style:normal;font-weight:700;line-height:normal;}@media screen and (max-width: 62em){.page-home .page-home-brands .page-home-brands-title{font-size:20px;width:270px;margin:0 auto;margin-bottom:30px;}}.page-home .page-home-brands .items{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0px -12px;}@media screen and (max-width: 62em){.page-home .page-home-brands .items{margin:0px -6px;}}.page-home .page-home-brands .items .wrap_item{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;padding:0px 12px;margin-bottom:20px;}@media screen and (max-width: 62em){.page-home .page-home-brands .items .wrap_item{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;padding:0px 6px;}}.page-home .page-home-brands .items .wrap_item:last-child .item p{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:normal;}@media screen and (max-width: 62em){.page-home .page-home-brands .items .wrap_item:last-child .item p{font-size:10px;}}.page-home .page-home-brands .items .wrap_item .item{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;border-radius:20px;background:#F4F5FA;padding:0px 40px;height:144px;}@media screen and (max-width: 62em){.page-home .page-home-brands .items .wrap_item .item{height:90px;padding:0px 25px;}}.page-home .page-home-brands .items .wrap_item .item img{max-height:70px;}@media screen and (max-width: 62em){.page-home .page-home-brands .items .wrap_item .item img{max-height:42px;}}.page-home .page-home-reviews{background:#1E1E1E;padding:120px 0px;}.page-home .page-home-reviews .section-wrap{padding-left:85px;padding-right:85px;}@media screen and (max-width: 62em){.page-home .page-home-reviews .section-wrap{padding-left:15px;padding-right:15px;}}@media screen and (max-width: 62em){.page-home .page-home-reviews{padding:50px 0px;}}.page-home .page-home-reviews .page-home-reviews-title{color:#fff;margin-bottom:60px;font-family:'Tahoma', sans-serif;text-align:center;font-size:35px;font-style:normal;font-weight:700;line-height:normal;}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-title{font-size:25px;margin-bottom:35px;}}.page-home .page-home-reviews .page-home-reviews-slider{position:relative;}.page-home .page-home-reviews .page-home-reviews-slider .page-home-reviews-slider-svg{position:absolute;left:-90px;top:-125px;}@media (max-width: 1500px){.page-home .page-home-reviews .page-home-reviews-slider .page-home-reviews-slider-svg{left:15px;}}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-slider .page-home-reviews-slider-svg{left:unset;right:0px;top:-91px;}.page-home .page-home-reviews .page-home-reviews-slider .page-home-reviews-slider-svg img{width:30px;}}.page-home .page-home-reviews .page-home-reviews-slider .items .item{padding:0px 5px;padding-bottom:100px;}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-slider .items .item{padding-bottom:0px;}}.page-home .page-home-reviews .page-home-reviews-slider .items .item .item-data{height:100%;}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-slider .items .item .item-data{height:unset;}}.page-home .page-home-reviews .page-home-reviews-slider .items .item .item-data .item-data-text{height:100%;border-radius:20px;background:#FFF;padding:46px 40px 46px 57px;color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;position:relative;margin-bottom:50px;}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-slider .items .item .item-data .item-data-text{padding:42px 20px 43px 31px;font-size:15px;}}.page-home .page-home-reviews .page-home-reviews-slider .items .item .item-data .item-data-text .item-data-text-rect{position:relative;width:80px;height:50px;position:absolute;bottom:-30px;left:57px;}.page-home .page-home-reviews .page-home-reviews-slider .items .item .item-data .item-data-text .item-data-text-rect:before{content:"";position:absolute;top:0;left:0;width:81px;height:51px;background-color:white;clip-path:polygon(0 100%,100% 0,0 0);}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-slider .items .item .item-data .item-data-text{height:unset;}}.page-home .page-home-reviews .page-home-reviews-slider .items .item .item-data .item-data-name{color:#FFF;font-family:'Tahoma', sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal;padding-left:57px;}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-slider .items .item .item-data .item-data-name{font-size:17px;}}.page-home .page-home-reviews .page-home-reviews-slider .prev,.page-home .page-home-reviews .page-home-reviews-slider .next{position:absolute;width:83px;height:100%;top:0;cursor:pointer;display:block;}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-slider .prev,.page-home .page-home-reviews .page-home-reviews-slider .next{top:unset;bottom:-50px;height:50px;width:50px;}}.page-home .page-home-reviews .page-home-reviews-slider .prev:before,.page-home .page-home-reviews .page-home-reviews-slider .next:before{content:"";position:absolute;left:50%;top:37%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.page-home .page-home-reviews .page-home-reviews-slider .prev.prev,.page-home .page-home-reviews .page-home-reviews-slider .next.prev{left:-75px;}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-slider .prev.prev,.page-home .page-home-reviews .page-home-reviews-slider .next.prev{right:60px;left:unset;}}.page-home .page-home-reviews .page-home-reviews-slider .prev.prev:before,.page-home .page-home-reviews .page-home-reviews-slider .next.prev:before{width:14px;height:24px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='14px' height='24px' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2316 3.66284C13.6339 3.26047 13.86 2.71474 13.86 2.1457C13.86 1.57667 13.6339 1.03094 13.2316 0.628565C12.8292 0.226194 12.2835 0.000146935 11.7144 0.00014696C11.1454 0.000146985 10.5997 0.226195 10.1973 0.628565L0.953369 9.87257C-0.405309 11.282 -0.225933 12.8898 0.949329 14.065L10.1973 23.313C10.5997 23.7154 11.1454 23.9414 11.7144 23.9414C12.2835 23.9414 12.8292 23.7154 13.2316 23.313C13.6339 22.9106 13.86 22.3649 13.86 21.7958C13.86 21.2268 13.6339 20.6811 13.2316 20.2787C10.5685 17.6157 7.62721 14.9614 4.78007 12.1143L13.2316 3.66284Z' fill='%23fff'/%3e%3c/svg%3e");}.page-home .page-home-reviews .page-home-reviews-slider .prev.prev:hover:before,.page-home .page-home-reviews .page-home-reviews-slider .next.prev:hover:before{margin-left:-5px;width:14px;height:24px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='14px' height='24px' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2316 3.66284C13.6339 3.26047 13.86 2.71474 13.86 2.1457C13.86 1.57667 13.6339 1.03094 13.2316 0.628565C12.8292 0.226194 12.2835 0.000146935 11.7144 0.00014696C11.1454 0.000146985 10.5997 0.226195 10.1973 0.628565L0.953369 9.87257C-0.405309 11.282 -0.225933 12.8898 0.949329 14.065L10.1973 23.313C10.5997 23.7154 11.1454 23.9414 11.7144 23.9414C12.2835 23.9414 12.8292 23.7154 13.2316 23.313C13.6339 22.9106 13.86 22.3649 13.86 21.7958C13.86 21.2268 13.6339 20.6811 13.2316 20.2787C10.5685 17.6157 7.62721 14.9614 4.78007 12.1143L13.2316 3.66284Z' fill='%2351ABFA'/%3e%3c/svg%3e");}.page-home .page-home-reviews .page-home-reviews-slider .prev.next,.page-home .page-home-reviews .page-home-reviews-slider .next.next{right:-75px;}@media screen and (max-width: 62em){.page-home .page-home-reviews .page-home-reviews-slider .prev.next,.page-home .page-home-reviews .page-home-reviews-slider .next.next{right:0px;}}.page-home .page-home-reviews .page-home-reviews-slider .prev.next:before,.page-home .page-home-reviews .page-home-reviews-slider .next.next:before{width:14px;height:24px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='14px' height='24px' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.62842 3.66284C0.22605 3.26047 9.23607e-07 2.71474 9.5272e-07 2.1457C9.81834e-07 1.57667 0.22605 1.03094 0.62842 0.628565C1.03079 0.226194 1.57652 0.000146935 2.14556 0.00014696C2.71459 0.000146985 3.26033 0.226195 3.6627 0.628565L12.9066 9.87257C14.2653 11.282 14.0859 12.8898 12.9107 14.065L3.66269 23.313C3.26032 23.7154 2.71459 23.9414 2.14556 23.9414C1.57652 23.9414 1.03079 23.7154 0.628419 23.313C0.22605 22.9106 6.89119e-08 22.3649 9.37853e-08 21.7958C1.18659e-07 21.2268 0.22605 20.6811 0.62842 20.2787C3.29149 17.6157 6.23277 14.9614 9.07992 12.1143L0.62842 3.66284Z' fill='%23fff'/%3e%3c/svg%3e");}.page-home .page-home-reviews .page-home-reviews-slider .prev.next:hover:before,.page-home .page-home-reviews .page-home-reviews-slider .next.next:hover:before{margin-left:5px;width:14px;height:24px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='14px' height='24px' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.62842 3.66284C0.22605 3.26047 9.23607e-07 2.71474 9.5272e-07 2.1457C9.81834e-07 1.57667 0.22605 1.03094 0.62842 0.628565C1.03079 0.226194 1.57652 0.000146935 2.14556 0.00014696C2.71459 0.000146985 3.26033 0.226195 3.6627 0.628565L12.9066 9.87257C14.2653 11.282 14.0859 12.8898 12.9107 14.065L3.66269 23.313C3.26032 23.7154 2.71459 23.9414 2.14556 23.9414C1.57652 23.9414 1.03079 23.7154 0.628419 23.313C0.22605 22.9106 6.89119e-08 22.3649 9.37853e-08 21.7958C1.18659e-07 21.2268 0.22605 20.6811 0.62842 20.2787C3.29149 17.6157 6.23277 14.9614 9.07992 12.1143L0.62842 3.66284Z' fill='%2351ABFA'/%3e%3c/svg%3e");}.page-home .page-home-reviews .page-home-reviews-slider .prev.slick-disabled,.page-home .page-home-reviews .page-home-reviews-slider .next.slick-disabled{cursor:default;opacity:0.3;}.page-home .page-home-reviews .page-home-reviews-slider .prev.slick-disabled:hover:before,.page-home .page-home-reviews .page-home-reviews-slider .next.slick-disabled:hover:before{margin-left:0;}.page-home .page-home-contacts{position:relative;padding-top:120px;}@media screen and (max-width: 62em){.page-home .page-home-contacts{padding-top:50px;}}.page-home .page-home-contacts .page-home-contacts-title{color:#1E1E1E;text-align:center;font-family:'Tahoma', sans-serif;font-size:35px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:60px;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-title{font-size:25px;padding-top:0px;margin-bottom:30px;}}.page-home .page-home-contacts .page-home-contacts-svg{position:absolute;right:-50px;top:102px;}@media (max-width: 1500px){.page-home .page-home-contacts .page-home-contacts-svg{right:15px;}}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-svg{right:60px;top:20px;}.page-home .page-home-contacts .page-home-contacts-svg img{width:40px;}}.page-home .page-home-contacts .page-home-contacts-data{border-radius:50px;background:#F4F5FA url('/res/img/snow2.svg') no-repeat left bottom;padding:70px 0px 80px 0px;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data{border-radius:20px;padding:35px 35px 50px 35px;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-left{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;padding-left:108px;text-align:center;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-left{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;padding-left:0px;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-left .page-home-contacts-data-left-descr{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:18px;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-left .page-home-contacts-data-left-descr{font-size:17px;margin-bottom:16px;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-left .page-home-contacts-data-left-phone{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:35px;font-style:normal;font-weight:700;line-height:normal;border:unset;margin-bottom:18px;display:inline-block;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-left .page-home-contacts-data-left-phone{font-size:30px;margin-bottom:8px;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-left .page-home-contacts-data-left-phone:hover{transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;color:#51ABFA;filter:drop-shadow(0 0 8px rgba(81,171,250,0.7));}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-left .page-home-contacts-data-left-time{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-left .page-home-contacts-data-left-time{font-size:14px;margin-bottom:34px;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%;padding:0px 110px;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;padding:0px 0px;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .page-home-contacts-data-right-title{color:#1E1E1E;font-family:'Tahoma', sans-serif;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:26px;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .page-home-contacts-data-right-title{font-size:15px;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input{margin-bottom:19px;}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-data{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-data input{border-radius:99px;border:1px solid #D3D7EA;background:#FFF;margin-bottom:16px;width:100%;height:60px;padding:13px 25px 14px 25px;margin-bottom:10px;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-data input{width:416px;height:55px;}}@media screen and (max-width: 30em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-data input{width:100%;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-data button{height:60px;width:100%;padding:0px;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-data button{width:416px;height:55px;}}@media screen and (max-width: 30em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-data button{width:100%;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-descr{padding:0px 21px 0px 21px;}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-descr p{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal;}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-descr span{color:#1E1E1E;font-family:'Tahoma', sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal;display:inline-block;position:relative;padding-left:27px;}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .form-input .form-input-descr span:before{content:'';position:absolute;left:0px;top:3px;width:16px;height:16px;background:url('/res/img/icons/icon-clock.svg');}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .wrap_form-checkbox{max-width:486px;text-align:left;}@media screen and (max-width: 62em){.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .wrap_form-checkbox{max-width:340px;margin:0 auto;}}.page-home .page-home-contacts .page-home-contacts-data .page-home-contacts-data-right .wrap_form-checkbox .form-checkbox label{color:#1E1E1E;}.layer{position:fixed;z-index:99999999 !important;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,0.7);overflow:auto;}.layer:before{content:"";position:absolute;display:block;width:auto;height:auto;}.layer .layer-back{position:absolute;left:0;top:0;bottom:0;right:0;}.layer .layer-inner{position:absolute;width:100%;min-height:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding-top:65px;padding-bottom:20px;}.layer .layer-block{position:relative;visibility:hidden;}@media screen and (max-width: 48em){.layer .layer-block{width:95%;}}.layer .layer-block .layer-top{background:#51ABFA;padding:20px 20px;color:#ffffff;font-size:2.5rem;position:relative;z-index:1;text-align:center;font-weight:300;}.layer .layer-block .close{width:50px;height:50px;position:absolute;right:-50px;top:0px;cursor:pointer;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;z-index:10;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}.layer .layer-block .close:before{content:"";width:20px;height:20px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='20px' height='20px' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 3L17.1421 17.1421' stroke='%23ffffff' stroke-width='2px' stroke-linecap='round'/%3e%3cpath d='M17.1421 3L2.99995 17.1421' stroke='%23ffffff' stroke-width='2px' stroke-linecap='round'/%3e%3c/svg%3e");}.layer .layer-block .close:hover{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}@media screen and (max-width: 75em){.layer .layer-block .close{top:-50px;right:0px;}}.mess-win{max-width:500px;background:#ffffff;padding:20px 50px;}.mess-win .text{font-size:20px;text-align:center;}.mess-win .buttons{text-align:right;padding-top:30px;}.mess-win .buttons .button{padding:0px 15px;height:55px;}.form-layer{position:relative;width:700px;background:#ffffff;padding:25px 25px;}@media screen and (max-width: 48em){.form-layer{width:100%;}}.form .field-name{padding-bottom:5px;display:block;}.form .field-name.required:after{content:"*";color:#ED1F24;display:inline-block;margin-left:10px;vertical-align:middle;}.form input[type='text'],.form input[type='email'],.form textarea,.form select{display:block;margin-bottom:22px;width:100%;background:#F7F7F7;border:1px solid #DEDEDE;border-radius:6px;padding:0px 20px;height:60px;}.form .policy{font-size:12px;line-height:1.3;text-align:center;}.form .bottom{font-size:12px;line-height:1.3;padding-top:10px;}.form .title{font-size:22px;text-align:center;padding-bottom:40px;}.form textarea{height:170px;resize:none;padding:10px 20px;}.form .buttons{padding-top:10px;}.form .buttons .button{width:100%;font-weight:600;height:60px;}.form .error-mess{background:#fff0f4;border:1px solid #c51244;border-radius:4px;padding:3px 20px;color:#c51244;font-weight:bold;text-align:center;font-size:1.2rem;display:none;margin-bottom:10px;}.form .file{height:60px;flex-basis:65%;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;display:flex;align-items:center;position:relative;background:#F7F7F7;border:1px solid #DEDEDE;border-radius:6px;overflow:hidden;margin-bottom:22px;}.form .file input{position:absolute;width:200%;height:200%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;z-index:2;cursor:pointer;}.form .file .fname{flex-basis:100%;font-size:12px;border-radius:4px;padding:2px 20px;white-space:nowrap;overflow:hidden;}.section-footer{background:#1E1E1E;}.section-footer .section-footer-line1{border-bottom:1px solid #383737;padding:52px 0px;}@media screen and (max-width: 62em){.section-footer .section-footer-line1{padding:40px 0px;}}.section-footer .section-footer-line1 .section-footer-line1-data{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-left{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;}@media screen and (max-width: 62em){.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-left{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;text-align:center;}}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-left .section-footer-line1-data-left-logo{margin-bottom:11px;width:242px;height:43px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='242px' height='43px' viewBox='0 0 242 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.127 27.9844C24.127 29.2852 23.8809 30.4277 23.3887 31.4121C22.8965 32.3965 22.2344 33.2109 21.4023 33.8555C20.418 34.6289 19.334 35.1797 18.1504 35.5078C16.9785 35.8359 15.4844 36 13.668 36H3.19141V9.82617H12.4375C14.3594 9.82617 15.8125 9.90234 16.7969 10.0547C17.793 10.1953 18.7246 10.5 19.5918 10.9688C20.5293 11.4727 21.2266 12.1465 21.6836 12.9902C22.1523 13.834 22.3867 14.8066 22.3867 15.9082C22.3867 17.1855 22.0645 18.3223 21.4199 19.3184C20.7871 20.3145 19.9082 21.0469 18.7832 21.5156V21.6562C20.4004 21.9961 21.6953 22.6934 22.668 23.748C23.6406 24.791 24.127 26.2031 24.127 27.9844ZM15.707 17.2266C15.707 16.8047 15.5957 16.3711 15.373 15.9258C15.1621 15.4805 14.8281 15.1582 14.3711 14.959C13.9375 14.7715 13.4219 14.6719 12.8242 14.6602C12.2383 14.6367 11.3594 14.625 10.1875 14.625H9.73047V20.1621H10.5566C11.6816 20.1621 12.4668 20.1504 12.9121 20.127C13.3691 20.1035 13.8379 19.9805 14.3184 19.7578C14.8457 19.5117 15.209 19.1719 15.4082 18.7383C15.6074 18.3047 15.707 17.8008 15.707 17.2266ZM17.3594 27.8613C17.3594 27.0527 17.1953 26.4199 16.8672 25.9629C16.5391 25.5059 16.0469 25.1602 15.3906 24.9258C14.9922 24.7734 14.4414 24.6914 13.7383 24.6797C13.0469 24.6562 12.1152 24.6445 10.9434 24.6445H9.73047V31.2012H10.082C11.793 31.2012 12.9766 31.1895 13.6328 31.166C14.2891 31.1426 14.957 30.9844 15.6367 30.6914C16.2344 30.4336 16.668 30.0586 16.9375 29.5664C17.2188 29.0625 17.3594 28.4941 17.3594 27.8613ZM51.7422 22.9219C51.7422 27.1523 50.6113 30.4805 48.3496 32.9062C46.0879 35.332 42.9883 36.5449 39.0508 36.5449C35.1016 36.5449 32.002 35.3203 29.752 32.8711C27.502 30.4102 26.377 27.0938 26.377 22.9219C26.377 18.7148 27.502 15.3926 29.752 12.9551C32.002 10.5059 35.1016 9.28125 39.0508 9.28125C42.9883 9.28125 46.0879 10.5 48.3496 12.9375C50.6113 15.3633 51.7422 18.6914 51.7422 22.9219ZM44.957 22.9043C44.957 21.3457 44.793 20.0215 44.4648 18.9316C44.1484 17.8301 43.7207 16.9277 43.1816 16.2246C42.6191 15.5098 41.9805 15 41.2656 14.6953C40.5625 14.3789 39.8301 14.2207 39.0684 14.2207C38.2598 14.2207 37.5273 14.3672 36.8711 14.6602C36.2148 14.9414 35.582 15.4512 34.9727 16.1895C34.4336 16.8691 33.9941 17.7715 33.6543 18.8965C33.3262 20.0215 33.1621 21.3633 33.1621 22.9219C33.1621 24.5273 33.3203 25.8633 33.6367 26.9297C33.9531 27.9844 34.3867 28.8691 34.9375 29.584C35.5 30.3105 36.1387 30.832 36.8535 31.1484C37.5684 31.4531 38.3066 31.6055 39.0684 31.6055C39.8418 31.6055 40.5918 31.4414 41.3184 31.1133C42.0449 30.7734 42.6719 30.252 43.1992 29.5488C43.7617 28.7871 44.1953 27.9023 44.5 26.8945C44.8047 25.875 44.957 24.5449 44.957 22.9043ZM72.5723 23.6074C73.1582 24.1113 73.627 24.7383 73.9785 25.4883C74.3301 26.2266 74.5059 27.1289 74.5059 28.1953C74.5059 30.8086 73.498 32.8477 71.4824 34.3125C69.4785 35.7773 66.5957 36.5098 62.834 36.5098C61.123 36.5098 59.4883 36.3574 57.9297 36.0527C56.3828 35.748 54.9648 35.332 53.6758 34.8047V28.9512H54.2734C55.1523 29.5605 56.3066 30.1582 57.7363 30.7441C59.1777 31.3184 60.584 31.6055 61.9551 31.6055C63.7246 31.6055 65.1309 31.2891 66.1738 30.6562C67.2168 30.0234 67.7383 29.0508 67.7383 27.7383C67.7383 26.6016 67.3574 25.7637 66.5957 25.2246C65.834 24.6738 64.4629 24.3984 62.4824 24.3984H58.7207V19.7227H62.3066C63.9473 19.7227 65.1484 19.4766 65.9102 18.9844C66.6719 18.4805 67.0527 17.7305 67.0527 16.7344C67.0527 15.8555 66.6309 15.2168 65.7871 14.8184C64.9551 14.4199 63.8418 14.2207 62.4473 14.2207C61.6621 14.2207 60.9121 14.3027 60.1973 14.4668C59.4941 14.6309 58.8027 14.8359 58.123 15.082C57.4902 15.3164 56.9043 15.5742 56.3652 15.8555C55.8379 16.1367 55.4336 16.3477 55.1523 16.4883H54.5371V11.0391C55.2988 10.7227 56.541 10.3594 58.2637 9.94922C59.998 9.52734 61.8145 9.31641 63.7129 9.31641C67.0879 9.31641 69.6133 9.87891 71.2891 11.0039C72.9648 12.1172 73.8027 13.6699 73.8027 15.6621C73.8027 17.1504 73.3398 18.4336 72.4141 19.5117C71.5 20.5898 70.3164 21.3105 68.8633 21.6738V21.9375C69.4023 22.0312 70.0293 22.2246 70.7441 22.5176C71.459 22.8105 72.0684 23.1738 72.5723 23.6074ZM101.066 36H94.4922V14.8184H87.8828C87.8359 15.8379 87.7891 16.793 87.7422 17.6836C87.707 18.5625 87.666 19.4004 87.6191 20.1973C87.4902 22.4824 87.2793 24.457 86.9863 26.1211C86.6934 27.7734 86.3594 29.127 85.9844 30.1816C85.5742 31.3066 85.1582 32.1914 84.7363 32.8359C84.3145 33.4805 83.916 33.9902 83.541 34.3652C82.9785 34.9277 82.2754 35.373 81.4316 35.7012C80.5879 36.0176 79.7559 36.1758 78.9355 36.1758C78.3848 36.1758 77.7812 36.1523 77.125 36.1055C76.4688 36.0586 76.0527 36.0234 75.877 36V30.2168H76.123C76.2402 30.2285 76.3516 30.2402 76.457 30.252C76.5742 30.2637 76.7207 30.2695 76.8965 30.2695C77.1895 30.2695 77.5645 30.2227 78.0215 30.1289C78.4785 30.0352 78.8242 29.877 79.0586 29.6543C79.9023 28.8574 80.4766 27.627 80.7812 25.9629C81.0977 24.2871 81.3379 21.873 81.502 18.7207C81.5723 17.2793 81.6133 15.9844 81.625 14.8359C81.6484 13.6875 81.6953 12.0176 81.7656 9.82617H101.066V36ZM106.48 36V9.82617H124.182V14.8184H113.02V19.4062H123.303V24.3984H113.02V31.0078H124.182V36H106.48ZM191.752 27.9844C191.752 29.2852 191.506 30.4277 191.014 31.4121C190.521 32.3965 189.859 33.2109 189.027 33.8555C188.043 34.6289 186.959 35.1797 185.775 35.5078C184.604 35.8359 183.109 36 181.293 36H170.816V9.82617H180.062C181.984 9.82617 183.438 9.90234 184.422 10.0547C185.418 10.1953 186.35 10.5 187.217 10.9688C188.154 11.4727 188.852 12.1465 189.309 12.9902C189.777 13.834 190.012 14.8066 190.012 15.9082C190.012 17.1855 189.689 18.3223 189.045 19.3184C188.412 20.3145 187.533 21.0469 186.408 21.5156V21.6562C188.025 21.9961 189.32 22.6934 190.293 23.748C191.266 24.791 191.752 26.2031 191.752 27.9844ZM183.332 17.2266C183.332 16.8047 183.221 16.3711 182.998 15.9258C182.787 15.4805 182.453 15.1582 181.996 14.959C181.562 14.7715 181.047 14.6719 180.449 14.6602C179.863 14.6367 178.984 14.625 177.812 14.625H177.355V20.1621H178.182C179.307 20.1621 180.092 20.1504 180.537 20.127C180.994 20.1035 181.463 19.9805 181.943 19.7578C182.471 19.5117 182.834 19.1719 183.033 18.7383C183.232 18.3047 183.332 17.8008 183.332 17.2266ZM184.984 27.8613C184.984 27.0527 184.82 26.4199 184.492 25.9629C184.164 25.5059 183.672 25.1602 183.016 24.9258C182.617 24.7734 182.066 24.6914 181.363 24.6797C180.672 24.6562 179.74 24.6445 178.568 24.6445H177.355V31.2012H177.707C179.418 31.2012 180.602 31.1895 181.258 31.166C181.914 31.1426 182.582 30.9844 183.262 30.6914C183.859 30.4336 184.293 30.0586 184.562 29.5664C184.844 29.0625 184.984 28.4941 184.984 27.8613ZM192.719 36L201.561 9.82617H208.732L217.574 36H210.807L209.172 30.6562H200.945L199.311 36H192.719ZM207.73 25.9102L205.059 17.2793L202.387 25.9102H207.73ZM231.461 36.5098C227.535 36.5098 224.418 35.3262 222.109 32.959C219.801 30.5801 218.646 27.2402 218.646 22.9395C218.646 18.791 219.801 15.4863 222.109 13.0254C224.43 10.5527 227.553 9.31641 231.479 9.31641C232.521 9.31641 233.459 9.375 234.291 9.49219C235.123 9.60938 235.92 9.77344 236.682 9.98438C237.279 10.1602 237.93 10.4004 238.633 10.7051C239.336 11.0098 239.904 11.2734 240.338 11.4961V17.7363H239.67C239.354 17.4551 238.955 17.1211 238.475 16.7344C237.994 16.3359 237.449 15.9492 236.84 15.5742C236.23 15.1992 235.557 14.8828 234.818 14.625C234.092 14.3555 233.33 14.2207 232.533 14.2207C231.584 14.2207 230.711 14.373 229.914 14.6777C229.129 14.9707 228.379 15.4863 227.664 16.2246C227.008 16.8926 226.469 17.7949 226.047 18.9316C225.637 20.0684 225.432 21.4102 225.432 22.957C225.432 24.5859 225.648 25.957 226.082 27.0703C226.516 28.1719 227.084 29.0625 227.787 29.7422C228.467 30.3984 229.223 30.873 230.055 31.166C230.898 31.459 231.736 31.6055 232.568 31.6055C233.436 31.6055 234.262 31.4648 235.047 31.1836C235.832 30.8906 236.494 30.5684 237.033 30.2168C237.619 29.8535 238.135 29.4844 238.58 29.1094C239.025 28.7344 239.412 28.4004 239.74 28.1074H240.338V34.2598C239.857 34.4824 239.301 34.7402 238.668 35.0332C238.035 35.3145 237.385 35.5547 236.717 35.7539C235.896 36 235.129 36.1875 234.414 36.3164C233.699 36.4453 232.715 36.5098 231.461 36.5098Z' fill='%23fff'/%3e%3cpath d='M159.276 18.5352V21.7344L158.826 22.3193L157.726 20.8906L156.403 21.9092L157.991 23.9707V26.2979L156.347 24.6523L156.012 22.0713L154.356 22.2861L154.588 24.0752L152.8 23.8428L152.585 25.498L155.166 25.833L156.812 27.4775H154.484L152.423 25.8896L151.404 27.2119L152.833 28.3125L151.404 29.4131L152.423 30.7354L154.484 29.1475H156.812L155.166 30.792L152.585 31.127L152.8 32.7822L154.588 32.5498L154.356 34.3389L156.012 34.5537L156.347 31.9727L157.991 30.3271V32.6543L156.403 34.7158L157.726 35.7344L158.826 34.3057L159.276 34.8896V36.6182C159.276 38.8002 157.584 40.5931 155.443 40.7568L154.688 42.5254C154.565 42.8128 154.282 42.9998 153.97 43H152.398C152.086 43 151.802 42.813 151.68 42.5254L150.93 40.7705H143.07L142.32 42.5254C142.197 42.813 141.914 43 141.602 43H140.03C139.718 42.9999 139.435 42.8131 139.312 42.5254L138.557 40.7568C136.416 40.5931 134.724 38.8002 134.724 36.6182V18.5352H159.276ZM139.424 21.1035C138.992 21.1035 138.643 21.4535 138.643 21.8848V28.916C138.643 29.3475 138.992 29.6973 139.424 29.6973C139.855 29.6971 140.205 29.3474 140.205 28.916V21.8848C140.205 21.4536 139.855 21.1036 139.424 21.1035ZM155.124 3C157.413 3 159.276 4.86289 159.276 7.15234V17.7539H134.724V7.15234C134.724 4.86297 136.587 3 138.876 3H155.124ZM139.424 6.89453C138.992 6.89453 138.643 7.24445 138.643 7.67578V14.707C138.643 15.1384 138.992 15.4883 139.424 15.4883C139.855 15.4881 140.205 15.1383 140.205 14.707V7.67578C140.205 7.24456 139.855 6.8947 139.424 6.89453Z' fill='%2351ABFA'/%3e%3c/svg%3e");transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;cursor:pointer;display:block;}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-left .section-footer-line1-data-left-logo span{position:relative;color:#fff;top:-17px;font-weight:700;font-size:15px;font-family:'Tahoma', sans-serif;}@media screen and (max-width: 62em){.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-left .section-footer-line1-data-left-logo{width:120px 40px;height:43px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='120px' height='43px' viewBox='0 0 242 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.127 27.9844C24.127 29.2852 23.8809 30.4277 23.3887 31.4121C22.8965 32.3965 22.2344 33.2109 21.4023 33.8555C20.418 34.6289 19.334 35.1797 18.1504 35.5078C16.9785 35.8359 15.4844 36 13.668 36H3.19141V9.82617H12.4375C14.3594 9.82617 15.8125 9.90234 16.7969 10.0547C17.793 10.1953 18.7246 10.5 19.5918 10.9688C20.5293 11.4727 21.2266 12.1465 21.6836 12.9902C22.1523 13.834 22.3867 14.8066 22.3867 15.9082C22.3867 17.1855 22.0645 18.3223 21.4199 19.3184C20.7871 20.3145 19.9082 21.0469 18.7832 21.5156V21.6562C20.4004 21.9961 21.6953 22.6934 22.668 23.748C23.6406 24.791 24.127 26.2031 24.127 27.9844ZM15.707 17.2266C15.707 16.8047 15.5957 16.3711 15.373 15.9258C15.1621 15.4805 14.8281 15.1582 14.3711 14.959C13.9375 14.7715 13.4219 14.6719 12.8242 14.6602C12.2383 14.6367 11.3594 14.625 10.1875 14.625H9.73047V20.1621H10.5566C11.6816 20.1621 12.4668 20.1504 12.9121 20.127C13.3691 20.1035 13.8379 19.9805 14.3184 19.7578C14.8457 19.5117 15.209 19.1719 15.4082 18.7383C15.6074 18.3047 15.707 17.8008 15.707 17.2266ZM17.3594 27.8613C17.3594 27.0527 17.1953 26.4199 16.8672 25.9629C16.5391 25.5059 16.0469 25.1602 15.3906 24.9258C14.9922 24.7734 14.4414 24.6914 13.7383 24.6797C13.0469 24.6562 12.1152 24.6445 10.9434 24.6445H9.73047V31.2012H10.082C11.793 31.2012 12.9766 31.1895 13.6328 31.166C14.2891 31.1426 14.957 30.9844 15.6367 30.6914C16.2344 30.4336 16.668 30.0586 16.9375 29.5664C17.2188 29.0625 17.3594 28.4941 17.3594 27.8613ZM51.7422 22.9219C51.7422 27.1523 50.6113 30.4805 48.3496 32.9062C46.0879 35.332 42.9883 36.5449 39.0508 36.5449C35.1016 36.5449 32.002 35.3203 29.752 32.8711C27.502 30.4102 26.377 27.0938 26.377 22.9219C26.377 18.7148 27.502 15.3926 29.752 12.9551C32.002 10.5059 35.1016 9.28125 39.0508 9.28125C42.9883 9.28125 46.0879 10.5 48.3496 12.9375C50.6113 15.3633 51.7422 18.6914 51.7422 22.9219ZM44.957 22.9043C44.957 21.3457 44.793 20.0215 44.4648 18.9316C44.1484 17.8301 43.7207 16.9277 43.1816 16.2246C42.6191 15.5098 41.9805 15 41.2656 14.6953C40.5625 14.3789 39.8301 14.2207 39.0684 14.2207C38.2598 14.2207 37.5273 14.3672 36.8711 14.6602C36.2148 14.9414 35.582 15.4512 34.9727 16.1895C34.4336 16.8691 33.9941 17.7715 33.6543 18.8965C33.3262 20.0215 33.1621 21.3633 33.1621 22.9219C33.1621 24.5273 33.3203 25.8633 33.6367 26.9297C33.9531 27.9844 34.3867 28.8691 34.9375 29.584C35.5 30.3105 36.1387 30.832 36.8535 31.1484C37.5684 31.4531 38.3066 31.6055 39.0684 31.6055C39.8418 31.6055 40.5918 31.4414 41.3184 31.1133C42.0449 30.7734 42.6719 30.252 43.1992 29.5488C43.7617 28.7871 44.1953 27.9023 44.5 26.8945C44.8047 25.875 44.957 24.5449 44.957 22.9043ZM72.5723 23.6074C73.1582 24.1113 73.627 24.7383 73.9785 25.4883C74.3301 26.2266 74.5059 27.1289 74.5059 28.1953C74.5059 30.8086 73.498 32.8477 71.4824 34.3125C69.4785 35.7773 66.5957 36.5098 62.834 36.5098C61.123 36.5098 59.4883 36.3574 57.9297 36.0527C56.3828 35.748 54.9648 35.332 53.6758 34.8047V28.9512H54.2734C55.1523 29.5605 56.3066 30.1582 57.7363 30.7441C59.1777 31.3184 60.584 31.6055 61.9551 31.6055C63.7246 31.6055 65.1309 31.2891 66.1738 30.6562C67.2168 30.0234 67.7383 29.0508 67.7383 27.7383C67.7383 26.6016 67.3574 25.7637 66.5957 25.2246C65.834 24.6738 64.4629 24.3984 62.4824 24.3984H58.7207V19.7227H62.3066C63.9473 19.7227 65.1484 19.4766 65.9102 18.9844C66.6719 18.4805 67.0527 17.7305 67.0527 16.7344C67.0527 15.8555 66.6309 15.2168 65.7871 14.8184C64.9551 14.4199 63.8418 14.2207 62.4473 14.2207C61.6621 14.2207 60.9121 14.3027 60.1973 14.4668C59.4941 14.6309 58.8027 14.8359 58.123 15.082C57.4902 15.3164 56.9043 15.5742 56.3652 15.8555C55.8379 16.1367 55.4336 16.3477 55.1523 16.4883H54.5371V11.0391C55.2988 10.7227 56.541 10.3594 58.2637 9.94922C59.998 9.52734 61.8145 9.31641 63.7129 9.31641C67.0879 9.31641 69.6133 9.87891 71.2891 11.0039C72.9648 12.1172 73.8027 13.6699 73.8027 15.6621C73.8027 17.1504 73.3398 18.4336 72.4141 19.5117C71.5 20.5898 70.3164 21.3105 68.8633 21.6738V21.9375C69.4023 22.0312 70.0293 22.2246 70.7441 22.5176C71.459 22.8105 72.0684 23.1738 72.5723 23.6074ZM101.066 36H94.4922V14.8184H87.8828C87.8359 15.8379 87.7891 16.793 87.7422 17.6836C87.707 18.5625 87.666 19.4004 87.6191 20.1973C87.4902 22.4824 87.2793 24.457 86.9863 26.1211C86.6934 27.7734 86.3594 29.127 85.9844 30.1816C85.5742 31.3066 85.1582 32.1914 84.7363 32.8359C84.3145 33.4805 83.916 33.9902 83.541 34.3652C82.9785 34.9277 82.2754 35.373 81.4316 35.7012C80.5879 36.0176 79.7559 36.1758 78.9355 36.1758C78.3848 36.1758 77.7812 36.1523 77.125 36.1055C76.4688 36.0586 76.0527 36.0234 75.877 36V30.2168H76.123C76.2402 30.2285 76.3516 30.2402 76.457 30.252C76.5742 30.2637 76.7207 30.2695 76.8965 30.2695C77.1895 30.2695 77.5645 30.2227 78.0215 30.1289C78.4785 30.0352 78.8242 29.877 79.0586 29.6543C79.9023 28.8574 80.4766 27.627 80.7812 25.9629C81.0977 24.2871 81.3379 21.873 81.502 18.7207C81.5723 17.2793 81.6133 15.9844 81.625 14.8359C81.6484 13.6875 81.6953 12.0176 81.7656 9.82617H101.066V36ZM106.48 36V9.82617H124.182V14.8184H113.02V19.4062H123.303V24.3984H113.02V31.0078H124.182V36H106.48ZM191.752 27.9844C191.752 29.2852 191.506 30.4277 191.014 31.4121C190.521 32.3965 189.859 33.2109 189.027 33.8555C188.043 34.6289 186.959 35.1797 185.775 35.5078C184.604 35.8359 183.109 36 181.293 36H170.816V9.82617H180.062C181.984 9.82617 183.438 9.90234 184.422 10.0547C185.418 10.1953 186.35 10.5 187.217 10.9688C188.154 11.4727 188.852 12.1465 189.309 12.9902C189.777 13.834 190.012 14.8066 190.012 15.9082C190.012 17.1855 189.689 18.3223 189.045 19.3184C188.412 20.3145 187.533 21.0469 186.408 21.5156V21.6562C188.025 21.9961 189.32 22.6934 190.293 23.748C191.266 24.791 191.752 26.2031 191.752 27.9844ZM183.332 17.2266C183.332 16.8047 183.221 16.3711 182.998 15.9258C182.787 15.4805 182.453 15.1582 181.996 14.959C181.562 14.7715 181.047 14.6719 180.449 14.6602C179.863 14.6367 178.984 14.625 177.812 14.625H177.355V20.1621H178.182C179.307 20.1621 180.092 20.1504 180.537 20.127C180.994 20.1035 181.463 19.9805 181.943 19.7578C182.471 19.5117 182.834 19.1719 183.033 18.7383C183.232 18.3047 183.332 17.8008 183.332 17.2266ZM184.984 27.8613C184.984 27.0527 184.82 26.4199 184.492 25.9629C184.164 25.5059 183.672 25.1602 183.016 24.9258C182.617 24.7734 182.066 24.6914 181.363 24.6797C180.672 24.6562 179.74 24.6445 178.568 24.6445H177.355V31.2012H177.707C179.418 31.2012 180.602 31.1895 181.258 31.166C181.914 31.1426 182.582 30.9844 183.262 30.6914C183.859 30.4336 184.293 30.0586 184.562 29.5664C184.844 29.0625 184.984 28.4941 184.984 27.8613ZM192.719 36L201.561 9.82617H208.732L217.574 36H210.807L209.172 30.6562H200.945L199.311 36H192.719ZM207.73 25.9102L205.059 17.2793L202.387 25.9102H207.73ZM231.461 36.5098C227.535 36.5098 224.418 35.3262 222.109 32.959C219.801 30.5801 218.646 27.2402 218.646 22.9395C218.646 18.791 219.801 15.4863 222.109 13.0254C224.43 10.5527 227.553 9.31641 231.479 9.31641C232.521 9.31641 233.459 9.375 234.291 9.49219C235.123 9.60938 235.92 9.77344 236.682 9.98438C237.279 10.1602 237.93 10.4004 238.633 10.7051C239.336 11.0098 239.904 11.2734 240.338 11.4961V17.7363H239.67C239.354 17.4551 238.955 17.1211 238.475 16.7344C237.994 16.3359 237.449 15.9492 236.84 15.5742C236.23 15.1992 235.557 14.8828 234.818 14.625C234.092 14.3555 233.33 14.2207 232.533 14.2207C231.584 14.2207 230.711 14.373 229.914 14.6777C229.129 14.9707 228.379 15.4863 227.664 16.2246C227.008 16.8926 226.469 17.7949 226.047 18.9316C225.637 20.0684 225.432 21.4102 225.432 22.957C225.432 24.5859 225.648 25.957 226.082 27.0703C226.516 28.1719 227.084 29.0625 227.787 29.7422C228.467 30.3984 229.223 30.873 230.055 31.166C230.898 31.459 231.736 31.6055 232.568 31.6055C233.436 31.6055 234.262 31.4648 235.047 31.1836C235.832 30.8906 236.494 30.5684 237.033 30.2168C237.619 29.8535 238.135 29.4844 238.58 29.1094C239.025 28.7344 239.412 28.4004 239.74 28.1074H240.338V34.2598C239.857 34.4824 239.301 34.7402 238.668 35.0332C238.035 35.3145 237.385 35.5547 236.717 35.7539C235.896 36 235.129 36.1875 234.414 36.3164C233.699 36.4453 232.715 36.5098 231.461 36.5098Z' fill='%23fff'/%3e%3cpath d='M159.276 18.5352V21.7344L158.826 22.3193L157.726 20.8906L156.403 21.9092L157.991 23.9707V26.2979L156.347 24.6523L156.012 22.0713L154.356 22.2861L154.588 24.0752L152.8 23.8428L152.585 25.498L155.166 25.833L156.812 27.4775H154.484L152.423 25.8896L151.404 27.2119L152.833 28.3125L151.404 29.4131L152.423 30.7354L154.484 29.1475H156.812L155.166 30.792L152.585 31.127L152.8 32.7822L154.588 32.5498L154.356 34.3389L156.012 34.5537L156.347 31.9727L157.991 30.3271V32.6543L156.403 34.7158L157.726 35.7344L158.826 34.3057L159.276 34.8896V36.6182C159.276 38.8002 157.584 40.5931 155.443 40.7568L154.688 42.5254C154.565 42.8128 154.282 42.9998 153.97 43H152.398C152.086 43 151.802 42.813 151.68 42.5254L150.93 40.7705H143.07L142.32 42.5254C142.197 42.813 141.914 43 141.602 43H140.03C139.718 42.9999 139.435 42.8131 139.312 42.5254L138.557 40.7568C136.416 40.5931 134.724 38.8002 134.724 36.6182V18.5352H159.276ZM139.424 21.1035C138.992 21.1035 138.643 21.4535 138.643 21.8848V28.916C138.643 29.3475 138.992 29.6973 139.424 29.6973C139.855 29.6971 140.205 29.3474 140.205 28.916V21.8848C140.205 21.4536 139.855 21.1036 139.424 21.1035ZM155.124 3C157.413 3 159.276 4.86289 159.276 7.15234V17.7539H134.724V7.15234C134.724 4.86297 136.587 3 138.876 3H155.124ZM139.424 6.89453C138.992 6.89453 138.643 7.24445 138.643 7.67578V14.707C138.643 15.1384 138.992 15.4883 139.424 15.4883C139.855 15.4881 140.205 15.1383 140.205 14.707V7.67578C140.205 7.24456 139.855 6.8947 139.424 6.89453Z' fill='%2351ABFA'/%3e%3c/svg%3e");margin:0 auto;}}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-left .section-footer-line1-data-left-logo:hover{width:242px;height:43px;background:no-repeat center center;background-size:contain;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='242px' height='43px' viewBox='0 0 242 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.127 27.9844C24.127 29.2852 23.8809 30.4277 23.3887 31.4121C22.8965 32.3965 22.2344 33.2109 21.4023 33.8555C20.418 34.6289 19.334 35.1797 18.1504 35.5078C16.9785 35.8359 15.4844 36 13.668 36H3.19141V9.82617H12.4375C14.3594 9.82617 15.8125 9.90234 16.7969 10.0547C17.793 10.1953 18.7246 10.5 19.5918 10.9688C20.5293 11.4727 21.2266 12.1465 21.6836 12.9902C22.1523 13.834 22.3867 14.8066 22.3867 15.9082C22.3867 17.1855 22.0645 18.3223 21.4199 19.3184C20.7871 20.3145 19.9082 21.0469 18.7832 21.5156V21.6562C20.4004 21.9961 21.6953 22.6934 22.668 23.748C23.6406 24.791 24.127 26.2031 24.127 27.9844ZM15.707 17.2266C15.707 16.8047 15.5957 16.3711 15.373 15.9258C15.1621 15.4805 14.8281 15.1582 14.3711 14.959C13.9375 14.7715 13.4219 14.6719 12.8242 14.6602C12.2383 14.6367 11.3594 14.625 10.1875 14.625H9.73047V20.1621H10.5566C11.6816 20.1621 12.4668 20.1504 12.9121 20.127C13.3691 20.1035 13.8379 19.9805 14.3184 19.7578C14.8457 19.5117 15.209 19.1719 15.4082 18.7383C15.6074 18.3047 15.707 17.8008 15.707 17.2266ZM17.3594 27.8613C17.3594 27.0527 17.1953 26.4199 16.8672 25.9629C16.5391 25.5059 16.0469 25.1602 15.3906 24.9258C14.9922 24.7734 14.4414 24.6914 13.7383 24.6797C13.0469 24.6562 12.1152 24.6445 10.9434 24.6445H9.73047V31.2012H10.082C11.793 31.2012 12.9766 31.1895 13.6328 31.166C14.2891 31.1426 14.957 30.9844 15.6367 30.6914C16.2344 30.4336 16.668 30.0586 16.9375 29.5664C17.2188 29.0625 17.3594 28.4941 17.3594 27.8613ZM51.7422 22.9219C51.7422 27.1523 50.6113 30.4805 48.3496 32.9062C46.0879 35.332 42.9883 36.5449 39.0508 36.5449C35.1016 36.5449 32.002 35.3203 29.752 32.8711C27.502 30.4102 26.377 27.0938 26.377 22.9219C26.377 18.7148 27.502 15.3926 29.752 12.9551C32.002 10.5059 35.1016 9.28125 39.0508 9.28125C42.9883 9.28125 46.0879 10.5 48.3496 12.9375C50.6113 15.3633 51.7422 18.6914 51.7422 22.9219ZM44.957 22.9043C44.957 21.3457 44.793 20.0215 44.4648 18.9316C44.1484 17.8301 43.7207 16.9277 43.1816 16.2246C42.6191 15.5098 41.9805 15 41.2656 14.6953C40.5625 14.3789 39.8301 14.2207 39.0684 14.2207C38.2598 14.2207 37.5273 14.3672 36.8711 14.6602C36.2148 14.9414 35.582 15.4512 34.9727 16.1895C34.4336 16.8691 33.9941 17.7715 33.6543 18.8965C33.3262 20.0215 33.1621 21.3633 33.1621 22.9219C33.1621 24.5273 33.3203 25.8633 33.6367 26.9297C33.9531 27.9844 34.3867 28.8691 34.9375 29.584C35.5 30.3105 36.1387 30.832 36.8535 31.1484C37.5684 31.4531 38.3066 31.6055 39.0684 31.6055C39.8418 31.6055 40.5918 31.4414 41.3184 31.1133C42.0449 30.7734 42.6719 30.252 43.1992 29.5488C43.7617 28.7871 44.1953 27.9023 44.5 26.8945C44.8047 25.875 44.957 24.5449 44.957 22.9043ZM72.5723 23.6074C73.1582 24.1113 73.627 24.7383 73.9785 25.4883C74.3301 26.2266 74.5059 27.1289 74.5059 28.1953C74.5059 30.8086 73.498 32.8477 71.4824 34.3125C69.4785 35.7773 66.5957 36.5098 62.834 36.5098C61.123 36.5098 59.4883 36.3574 57.9297 36.0527C56.3828 35.748 54.9648 35.332 53.6758 34.8047V28.9512H54.2734C55.1523 29.5605 56.3066 30.1582 57.7363 30.7441C59.1777 31.3184 60.584 31.6055 61.9551 31.6055C63.7246 31.6055 65.1309 31.2891 66.1738 30.6562C67.2168 30.0234 67.7383 29.0508 67.7383 27.7383C67.7383 26.6016 67.3574 25.7637 66.5957 25.2246C65.834 24.6738 64.4629 24.3984 62.4824 24.3984H58.7207V19.7227H62.3066C63.9473 19.7227 65.1484 19.4766 65.9102 18.9844C66.6719 18.4805 67.0527 17.7305 67.0527 16.7344C67.0527 15.8555 66.6309 15.2168 65.7871 14.8184C64.9551 14.4199 63.8418 14.2207 62.4473 14.2207C61.6621 14.2207 60.9121 14.3027 60.1973 14.4668C59.4941 14.6309 58.8027 14.8359 58.123 15.082C57.4902 15.3164 56.9043 15.5742 56.3652 15.8555C55.8379 16.1367 55.4336 16.3477 55.1523 16.4883H54.5371V11.0391C55.2988 10.7227 56.541 10.3594 58.2637 9.94922C59.998 9.52734 61.8145 9.31641 63.7129 9.31641C67.0879 9.31641 69.6133 9.87891 71.2891 11.0039C72.9648 12.1172 73.8027 13.6699 73.8027 15.6621C73.8027 17.1504 73.3398 18.4336 72.4141 19.5117C71.5 20.5898 70.3164 21.3105 68.8633 21.6738V21.9375C69.4023 22.0312 70.0293 22.2246 70.7441 22.5176C71.459 22.8105 72.0684 23.1738 72.5723 23.6074ZM101.066 36H94.4922V14.8184H87.8828C87.8359 15.8379 87.7891 16.793 87.7422 17.6836C87.707 18.5625 87.666 19.4004 87.6191 20.1973C87.4902 22.4824 87.2793 24.457 86.9863 26.1211C86.6934 27.7734 86.3594 29.127 85.9844 30.1816C85.5742 31.3066 85.1582 32.1914 84.7363 32.8359C84.3145 33.4805 83.916 33.9902 83.541 34.3652C82.9785 34.9277 82.2754 35.373 81.4316 35.7012C80.5879 36.0176 79.7559 36.1758 78.9355 36.1758C78.3848 36.1758 77.7812 36.1523 77.125 36.1055C76.4688 36.0586 76.0527 36.0234 75.877 36V30.2168H76.123C76.2402 30.2285 76.3516 30.2402 76.457 30.252C76.5742 30.2637 76.7207 30.2695 76.8965 30.2695C77.1895 30.2695 77.5645 30.2227 78.0215 30.1289C78.4785 30.0352 78.8242 29.877 79.0586 29.6543C79.9023 28.8574 80.4766 27.627 80.7812 25.9629C81.0977 24.2871 81.3379 21.873 81.502 18.7207C81.5723 17.2793 81.6133 15.9844 81.625 14.8359C81.6484 13.6875 81.6953 12.0176 81.7656 9.82617H101.066V36ZM106.48 36V9.82617H124.182V14.8184H113.02V19.4062H123.303V24.3984H113.02V31.0078H124.182V36H106.48ZM191.752 27.9844C191.752 29.2852 191.506 30.4277 191.014 31.4121C190.521 32.3965 189.859 33.2109 189.027 33.8555C188.043 34.6289 186.959 35.1797 185.775 35.5078C184.604 35.8359 183.109 36 181.293 36H170.816V9.82617H180.062C181.984 9.82617 183.438 9.90234 184.422 10.0547C185.418 10.1953 186.35 10.5 187.217 10.9688C188.154 11.4727 188.852 12.1465 189.309 12.9902C189.777 13.834 190.012 14.8066 190.012 15.9082C190.012 17.1855 189.689 18.3223 189.045 19.3184C188.412 20.3145 187.533 21.0469 186.408 21.5156V21.6562C188.025 21.9961 189.32 22.6934 190.293 23.748C191.266 24.791 191.752 26.2031 191.752 27.9844ZM183.332 17.2266C183.332 16.8047 183.221 16.3711 182.998 15.9258C182.787 15.4805 182.453 15.1582 181.996 14.959C181.562 14.7715 181.047 14.6719 180.449 14.6602C179.863 14.6367 178.984 14.625 177.812 14.625H177.355V20.1621H178.182C179.307 20.1621 180.092 20.1504 180.537 20.127C180.994 20.1035 181.463 19.9805 181.943 19.7578C182.471 19.5117 182.834 19.1719 183.033 18.7383C183.232 18.3047 183.332 17.8008 183.332 17.2266ZM184.984 27.8613C184.984 27.0527 184.82 26.4199 184.492 25.9629C184.164 25.5059 183.672 25.1602 183.016 24.9258C182.617 24.7734 182.066 24.6914 181.363 24.6797C180.672 24.6562 179.74 24.6445 178.568 24.6445H177.355V31.2012H177.707C179.418 31.2012 180.602 31.1895 181.258 31.166C181.914 31.1426 182.582 30.9844 183.262 30.6914C183.859 30.4336 184.293 30.0586 184.562 29.5664C184.844 29.0625 184.984 28.4941 184.984 27.8613ZM192.719 36L201.561 9.82617H208.732L217.574 36H210.807L209.172 30.6562H200.945L199.311 36H192.719ZM207.73 25.9102L205.059 17.2793L202.387 25.9102H207.73ZM231.461 36.5098C227.535 36.5098 224.418 35.3262 222.109 32.959C219.801 30.5801 218.646 27.2402 218.646 22.9395C218.646 18.791 219.801 15.4863 222.109 13.0254C224.43 10.5527 227.553 9.31641 231.479 9.31641C232.521 9.31641 233.459 9.375 234.291 9.49219C235.123 9.60938 235.92 9.77344 236.682 9.98438C237.279 10.1602 237.93 10.4004 238.633 10.7051C239.336 11.0098 239.904 11.2734 240.338 11.4961V17.7363H239.67C239.354 17.4551 238.955 17.1211 238.475 16.7344C237.994 16.3359 237.449 15.9492 236.84 15.5742C236.23 15.1992 235.557 14.8828 234.818 14.625C234.092 14.3555 233.33 14.2207 232.533 14.2207C231.584 14.2207 230.711 14.373 229.914 14.6777C229.129 14.9707 228.379 15.4863 227.664 16.2246C227.008 16.8926 226.469 17.7949 226.047 18.9316C225.637 20.0684 225.432 21.4102 225.432 22.957C225.432 24.5859 225.648 25.957 226.082 27.0703C226.516 28.1719 227.084 29.0625 227.787 29.7422C228.467 30.3984 229.223 30.873 230.055 31.166C230.898 31.459 231.736 31.6055 232.568 31.6055C233.436 31.6055 234.262 31.4648 235.047 31.1836C235.832 30.8906 236.494 30.5684 237.033 30.2168C237.619 29.8535 238.135 29.4844 238.58 29.1094C239.025 28.7344 239.412 28.4004 239.74 28.1074H240.338V34.2598C239.857 34.4824 239.301 34.7402 238.668 35.0332C238.035 35.3145 237.385 35.5547 236.717 35.7539C235.896 36 235.129 36.1875 234.414 36.3164C233.699 36.4453 232.715 36.5098 231.461 36.5098Z' fill='%2351ABFA'/%3e%3cpath d='M159.276 18.5352V21.7344L158.826 22.3193L157.726 20.8906L156.403 21.9092L157.991 23.9707V26.2979L156.347 24.6523L156.012 22.0713L154.356 22.2861L154.588 24.0752L152.8 23.8428L152.585 25.498L155.166 25.833L156.812 27.4775H154.484L152.423 25.8896L151.404 27.2119L152.833 28.3125L151.404 29.4131L152.423 30.7354L154.484 29.1475H156.812L155.166 30.792L152.585 31.127L152.8 32.7822L154.588 32.5498L154.356 34.3389L156.012 34.5537L156.347 31.9727L157.991 30.3271V32.6543L156.403 34.7158L157.726 35.7344L158.826 34.3057L159.276 34.8896V36.6182C159.276 38.8002 157.584 40.5931 155.443 40.7568L154.688 42.5254C154.565 42.8128 154.282 42.9998 153.97 43H152.398C152.086 43 151.802 42.813 151.68 42.5254L150.93 40.7705H143.07L142.32 42.5254C142.197 42.813 141.914 43 141.602 43H140.03C139.718 42.9999 139.435 42.8131 139.312 42.5254L138.557 40.7568C136.416 40.5931 134.724 38.8002 134.724 36.6182V18.5352H159.276ZM139.424 21.1035C138.992 21.1035 138.643 21.4535 138.643 21.8848V28.916C138.643 29.3475 138.992 29.6973 139.424 29.6973C139.855 29.6971 140.205 29.3474 140.205 28.916V21.8848C140.205 21.4536 139.855 21.1036 139.424 21.1035ZM155.124 3C157.413 3 159.276 4.86289 159.276 7.15234V17.7539H134.724V7.15234C134.724 4.86297 136.587 3 138.876 3H155.124ZM139.424 6.89453C138.992 6.89453 138.643 7.24445 138.643 7.67578V14.707C138.643 15.1384 138.992 15.4883 139.424 15.4883C139.855 15.4881 140.205 15.1383 140.205 14.707V7.67578C140.205 7.24456 139.855 6.8947 139.424 6.89453Z' fill='%23fff'/%3e%3c/svg%3e");transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-left .section-footer-line1-data-left-company{color:#FFF;font-family:'Tahoma', sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:29px;letter-spacing:0.28px;}@media screen and (max-width: 62em){.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-left .section-footer-line1-data-left-company{font-size:12px;margin-bottom:25px;}}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-sm{display:none;width:100%;}@media screen and (max-width: 62em){.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-sm{display:block;}}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-sm p{text-align:center;}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-sm p a{color:#51ABFA;text-align:center;font-family:'Tahoma', sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:29px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-center{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;}@media screen and (max-width: 62em){.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-center{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;display:none;}}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-center p{text-align:center;}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-center p a{color:#51ABFA;text-align:center;font-family:'Tahoma', sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:29px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-right{-webkit-flex-basis:33.333333333333%;-moz-flex-basis:33.333333333333%;-ms-flex-basis:33.333333333333%;flex-basis:33.333333333333%;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:end;-moz-align-items:end;-ms-align-items:end;align-items:end;}@media screen and (max-width: 62em){.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-right{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;}}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-right .button{width:306px;height:60px;margin-bottom:12px;}.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-right .section-footer-line1-data-right-time{color:#FFF;font-family:'Tahoma', sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal;width:306px;text-align:center;}@media screen and (max-width: 62em){.section-footer .section-footer-line1 .section-footer-line1-data .section-footer-line1-data-right .section-footer-line1-data-right-time{margin-bottom:30px;}}.section-footer .section-footer-line2{padding:58px 0px 60px;max-width:1065px;margin:0 auto;text-align:center;}@media screen and (max-width: 62em){.section-footer .section-footer-line2{padding:44px 0px 38px;}}.section-footer .section-footer-line2 .section-footer-line2-text{display:ruby;color:#FFF;text-align:center;font-family:'Tahoma', sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:29px;}.section-footer .section-footer-line2 .section-footer-line2-text a{color:#51ABFA;text-decoration-line:underline;}@media screen and (max-width: 62em){.section-footer .section-footer-line2 .section-footer-line2-text{display:block;font-size:12px;line-height:19px;}.section-footer .section-footer-line2 .section-footer-line2-text p{margin-bottom:15px;}}