a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,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{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}fieldset{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}blockquote{margin:0}@font-face{font-family:IBM Plex Sans;src:url(/_next/static/media/IBMPlexSans-Light.f7263da4.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/_next/static/media/IBMPlexSans-Regular.831a6eae.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/_next/static/media/IBMPlexSans-Medium.eb4b4ace.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/_next/static/media/IBMPlexSans-SemiBold.b34c6806.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/_next/static/media/IBMPlexSans-Bold.5f872b6b.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}40%,43%,70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-150px,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(150px,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,150px,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-150px,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn)}0%,40%{animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95)}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateX(-20deg)}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateY(-20deg)}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg)}60%,80%{opacity:1}80%{transform:skewX(-5deg)}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}body,html{max-width:100vw}body{font-family:IBM Plex Sans,sans-serif;margin:0;font-weight:400;height:auto;display:flex;flex-direction:column;position:relative;overflow-x:hidden;min-height:100vh;transition:.5s;transition-delay:.3s}body.no-scroll{overflow:hidden}.footer{margin-top:auto}*{margin:0;padding:0;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.wrapper{max-width:1200px;width:100%;margin:0 auto}@media screen and (max-width:1600px){.wrapper{max-width:960px}}@media screen and (max-width:1023px){.wrapper{padding-left:24px;padding-right:24px}}@media screen and (max-width:640px){.wrapper{max-width:100vw}}.wrapper>div{width:100%}.swiper-container{overflow:visible}.m-bg-cont{background-position:50%;background-size:cover;background-repeat:no-repeat}.m-bg-cont img{display:none}img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.dynamic-grid{max-width:100%}.dynamic-grid>*{display:flex;flex-wrap:nowrap}@media screen and (max-width:1023px){.dynamic-grid>*{overflow-scrolling:touch;-webkit-overflow-scrolling:touch;overflow-y:auto;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.dynamic-grid>::-webkit-scrollbar{display:none}}button{background-color:transparent;border:none;padding:0;cursor:pointer}a{text-decoration:none!important}:host,:root{--geist-success-lighter:#d3e5ff;--geist-success-light:#3291ff;--geist-success:#0070f3;--geist-success-dark:#0761d1;--geist-error-lighter:#f7d4d6;--geist-error-light:#ff1a1a;--geist-error:#e00;--geist-error-dark:#c50000;--geist-warning-lighter:#ffefcf;--geist-warning-light:#f7b955;--geist-warning:#f5a623;--geist-warning-dark:#ab570a;--geist-violet-lighter:#d8ccf1;--geist-violet-light:#8a63d2;--geist-violet:#7928ca;--geist-violet-dark:#4c2889;--geist-violet-background:#fff;--geist-violet-background-secondary:#291c3a;--geist-violet-background-tertiary:#eae5f4;--geist-background-rgb:255,255,255;--geist-foreground-rgb:0,0,0;--geist-console-header:#efe7ed;--geist-console-purple:#7928ca;--geist-console-text-color-default:var(--geist-foreground);--geist-console-text-color-blue:#0070f3;--geist-console-text-color-pink:#eb367f;--geist-console-text-color-purple:#7928ca;--geist-cyan-lighter:#aaffec;--geist-cyan-light:#79ffe1;--geist-cyan:#50e3c2;--geist-cyan-dark:#29bc9b;--geist-highlight-purple:#f81ce5;--geist-highlight-magenta:#eb367f;--geist-highlight-pink:#ff0080;--geist-highlight-yellow:#fff500;--geist-foreground:#000;--geist-background:#fff;--geist-selection:var(--ds-blue-800);--geist-selection-text-color:#fff;--accents-1:#fafafa;--accents-2:#eaeaea;--accents-3:#999;--accents-4:#888;--accents-5:#666;--accents-6:#444;--accents-7:#333;--accents-8:#111;--geist-link-color:var(--geist-success);--geist-marketing-gray:#fafbfc;--geist-code:var(--geist-foreground);--geist-secondary-lighter:var(--accents-2);--geist-secondary-light:var(--accents-3);--geist-secondary:var(--accents-5);--geist-secondary-dark:var(--accents-7);--dropdown-box-shadow:0 4px 4px 0 rgba(0,0,0,.02);--dropdown-triangle-stroke:#fff;--scroller-start:#fff;--scroller-end:hsla(0,0%,100%,0);--shadow-smallest:0px 2px 4px rgba(0,0,0,.1);--shadow-extra-small:0px 4px 8px rgba(0,0,0,.12);--shadow-small:0 5px 10px rgba(0,0,0,.12);--shadow-medium:0 8px 30px rgba(0,0,0,.12);--shadow-large:0 30px 60px rgba(0,0,0,.12);--shadow-hover:0 30px 60px rgba(0,0,0,.12);--shadow-sticky:0 12px 10px -10px rgba(0,0,0,.12);--portal-opacity:0.25;--wv-green:#0cce6b;--wv-orange:#ffa400;--wv-red:#ff4e42;--develop-start-gradient:#007cf0;--develop-end-gradient:#00dfd8;--develop-line-end:#019ae9;--develop-text:#0a72ef;--preview-start-gradient:#7928ca;--preview-end-gradient:#ff0080;--preview-line-end:#9a1fb8;--preview-text:#de1d8d;--ship-start-gradient:#ff4d4d;--ship-end-gradient:#f9cb28;--ship-line-end:#f9cb28;--ship-text:#ff5b4f;--next-icon-border:#000;--contact-gradient-rotation:-1.2637294276190698rad}#__bs_notify__{display:none!important}.header{position:fixed;top:0!important;left:0;right:0;z-index:1000;background-color:hsla(0,0%,100%,.8);box-shadow:0 0 3px 0 rgba(0,0,0,.25);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);transition:.2s}.header .wrapper{max-width:1400px}@media screen and (max-width:1600px){.header .wrapper{max-width:1100px}}@media screen and (max-width:1199px){.header .wrapper{max-width:960px}}.header-logo{display:flex;align-items:center}@media screen and (max-width:1023px){.header-logo img{max-width:140px}}.header .wrapper>div{display:flex;align-items:center;gap:32px;height:64px}@media screen and (max-width:1023px){.header .wrapper>div{height:48px}.header-menu{display:none}}.header-menu ul{display:flex;align-items:center;gap:16px}.header-menu li{display:flex;align-items:center;font-size:16px;font-weight:400;line-height:normal;position:relative;cursor:pointer}.header-menu li>img{transition:transform .3s}.header-menu li a,.header-menu li span{color:#656565;transition:color .2s}.header-menu li:hover a,.header-menu li:hover span{color:#000}.header-menu li:hover>img{transform:rotate(180deg)}.header-menu li:hover>ul{opacity:1;visibility:visible;transform:translateY(0)}.header-menu li ul{position:absolute;top:100%;width:600px;opacity:0;visibility:hidden;transition:.3s;padding-top:12px;transform:translateY(8px)}.header-menu li ul li{padding:12px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;-webkit-backdrop-filter:blur(114px);backdrop-filter:blur(114px);box-shadow:0 50px 100px -20px rgba(0,0,0,.12),0 30px 60px -30px rgba(0,0,0,.15);display:flex;flex-wrap:wrap;margin-right:-8px;align-items:stretch}.header-menu li ul li a{width:calc(50% - 8px);border-radius:10px;margin-right:8px;margin-bottom:8px;padding:12px;transition:.2s}.header-menu li ul li a:last-child{margin-bottom:0}.header-menu li ul li a:hover{background-color:#f3f3f3}.header-menu li ul li a div{display:flex;align-items:center}.header-menu li ul li a div h3{font-size:16px;font-weight:600}.header-menu li ul li a div img{margin-right:8px;width:18px;height:18px;margin-left:0}.header-menu li ul li a p{margin-top:8px;font-size:16px;color:hsla(0,0%,9%,.79)}.header-menu li img{margin-left:8px;margin-top:2px}.header-menu li a{padding:8px}.header-call,.header-menu li a{font-size:16px;font-weight:400;line-height:normal}.header-call{background-color:#222;color:#fff;font-style:normal;transition:.2s;height:32px;padding-left:16px;padding-right:16px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-left:auto;padding-bottom:3px}@media screen and (max-width:1023px){.header-call{display:none}}.header-call:hover{background-color:#2d2d2d}.header-close,.header-open{display:none;width:36px;height:36px;border-radius:50%;border:1px solid #bbb;justify-content:center;align-items:center;margin-left:auto}@media screen and (max-width:1023px){.header-close,.header-open{display:flex}}.header-close img,.header-open img{width:24px;min-width:24px;height:24px}.header-close img{width:14px;height:14px}.header-mobile{display:flex;height:48px;min-height:48px;margin-bottom:32px;align-items:center}.header-menu-mobile{display:none}@media screen and (max-width:1023px){.header-menu-mobile{display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1000;padding:0 24px 24px;transition:.2s;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none}.header-menu-mobile.active{opacity:1;visibility:visible;pointer-events:auto}}.header-menu-mobile>a{margin-bottom:24px;height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px}.header-menu-mobile>a:hover{background-color:#444}.header-menu-mobile>a:active{opacity:.7}@media screen and (max-width:640px){.header-menu-mobile>a{height:48px;min-height:48px;font-size:18px}}.header-menu-mobile h2{margin-bottom:24px;font-size:24px;font-weight:700;color:#222}.header-menu-mobile h2 a{color:#222}.header-menu-mobile .soc{margin-bottom:40px}.header-menu-mobile ul{margin-bottom:16px}.header-menu-mobile ul li a{display:flex;border-bottom:1px solid #eaeaea;height:48px;align-items:center;font-size:16px;color:#444}.header-menu-mobile ul li:first-child a{border-top:1px solid #eaeaea}.header.hidden{top:-64px!important}.first{display:flex;align-items:center;position:relative;padding-bottom:40px;width:100%;height:100vh;max-height:950px;max-width:100vw;overflow:hidden}@media screen and (max-width:1600px){.first{padding-top:50px}}@media screen and (max-width:1023px){.first{max-height:100%;height:auto;padding-bottom:80px;padding-top:80px;margin-top:64px}}@media screen and (max-width:640px){.first{padding-bottom:64px;padding-top:40px;margin-top:48px}}.first:before{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;z-index:100;background:linear-gradient(0deg,#fff 0,transparent)}@media screen and (max-width:1023px){.first:before{display:none}}.first .wrapper{max-width:1400px}@media screen and (max-width:1600px){.first .wrapper{max-width:1100px}}@media screen and (max-width:1199px){.first .wrapper{max-width:960px}}.first-bg{position:absolute;right:-150px;top:0;bottom:0;z-index:1;max-width:70%}@media screen and (max-width:1023px){.first-bg,.first-bg img{display:none}}.first-bg img{height:100%;width:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.first-content{display:flex;flex-direction:column;gap:64px;position:relative;z-index:2;max-width:100%;width:100%}@media screen and (max-width:1600px){.first-content{gap:48px}}@media screen and (max-width:640px){.first-content{gap:24px}}.first-content h1{color:#222;font-size:86px;font-style:normal;font-weight:700;line-height:110%;max-width:1000px;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:1600px){.first-content h1{font-size:64px;max-width:700px}}@media screen and (max-width:640px){.first-content h1{font-size:40px}}.first-content h1:first-child{position:relative;z-index:2}.first-content h1:first-child span{-webkit-animation:opacity2 6s infinite}.first-content h1:first-child span:nth-child(2){-webkit-animation-delay:1.5s}.first-content h1:first-child span:nth-child(3){-webkit-animation-delay:3s}.first-content h1:first-child span:nth-child(4){-webkit-animation-delay:4.5s}.first-content h1:last-child{position:absolute;top:0;left:0;z-index:1}.first-content h1:last-child span{animation:opacity-buttons 6s infinite}.first-content h1:last-child span:first-child{-webkit-animation-delay:.1s}.first-content h1:last-child span:nth-child(2){-webkit-animation-delay:1.5s}.first-content h1:last-child span:nth-child(3){-webkit-animation-delay:3s}.first-content h1:last-child span:nth-child(4){-webkit-animation-delay:4.5s}.first-content h1:last-child span:first-child{background:-webkit-linear-gradient(0deg,#7b29ca,#fb0283);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.first-content h1:last-child span:nth-child(2){background:-webkit-linear-gradient(0deg,#007eef,#00dcb4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.first-content h1:last-child span:nth-child(3){background:-webkit-linear-gradient(0deg,#ff524c,#f9c629);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.first-content h1:last-child span:nth-child(4){background:-webkit-linear-gradient(0deg,#32c1d4,#53e42f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.first-content p{color:#303030;font-size:24px;font-style:normal;font-weight:400;line-height:160%;max-width:580px}@media screen and (max-width:1600px){.first-content p{font-size:20px;max-width:500px}}@media screen and (max-width:640px){.first-content p{font-size:18px}}.first-content p b{font-weight:600}.first-content>div{display:flex;gap:48px}@media screen and (max-width:640px){.first-content>div{flex-direction:column;gap:24px}.first-content>div a{width:100%!important}}.first-content>div a:first-child{height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px}.first-content>div a:first-child:hover{background-color:#444}.first-content>div a:first-child:active{opacity:.7}@media screen and (max-width:640px){.first-content>div a:first-child{height:48px;min-height:48px;font-size:18px}}.first-content>div a:last-child{position:relative;display:flex;flex-direction:column;width:250px;height:54px}.first-content>div a:last-child div{height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px;background-color:#fff;color:transparent;opacity:0;position:absolute;top:0;left:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:opacity-buttons 6s infinite;width:100%}.first-content>div a:last-child div:hover{background-color:#444}.first-content>div a:last-child div:active{opacity:.7}@media screen and (max-width:640px){.first-content>div a:last-child div{height:48px;min-height:48px;font-size:18px}}.first-content>div a:last-child div span{padding-bottom:6px;padding-top:6px;height:32px}.first-content>div a:last-child div:nth-child(2){-webkit-animation-delay:1.5s}.first-content>div a:last-child div:nth-child(3){-webkit-animation-delay:3s}.first-content>div a:last-child div:nth-child(4){-webkit-animation-delay:4.5s}.first-content>div a:last-child div:after{content:"";position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;width:150%;height:200%;z-index:-4;filter:blur(20px);opacity:.15;border-radius:50%}.first-content>div a:last-child div:before{content:"";position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:5px;z-index:-1;transition:.2s}.first-content>div a:last-child div svg path{transition:.2s}.first-content>div a:last-child div:first-child,.first-content>div a:last-child div:first-child:after{background-image:-webkit-linear-gradient(0deg,#7b29ca,#fb0283)}.first-content>div a:last-child div:first-child:before{background-color:#fff}.first-content>div a:last-child div:first-child span{background-image:-webkit-linear-gradient(0deg,#7b29ca,#fb0283);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:.2s}.first-content>div a:last-child div:first-child svg path{stroke:#7b29ca}.first-content>div a:last-child div:nth-child(2),.first-content>div a:last-child div:nth-child(2):after{background-image:-webkit-linear-gradient(0deg,#007eef,#00dcb4)}.first-content>div a:last-child div:nth-child(2):before{background-color:#fff}.first-content>div a:last-child div:nth-child(2) span{background-image:-webkit-linear-gradient(0deg,#007eef,#00dcb4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:.2s}.first-content>div a:last-child div:nth-child(2) svg path{stroke:#007eef}.first-content>div a:last-child div:nth-child(3),.first-content>div a:last-child div:nth-child(3):after{background-image:-webkit-linear-gradient(0deg,#ff524c,#f9c629)}.first-content>div a:last-child div:nth-child(3):before{background-color:#fff}.first-content>div a:last-child div:nth-child(3) span{background-image:-webkit-linear-gradient(0deg,#ff524c,#f9c629);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:.2s}.first-content>div a:last-child div:nth-child(3) svg path{stroke:#ff524c}.first-content>div a:last-child div:nth-child(4),.first-content>div a:last-child div:nth-child(4):after{background-image:-webkit-linear-gradient(0deg,#32c1d4,#4bd928)}.first-content>div a:last-child div:nth-child(4):before{background-color:#fff}.first-content>div a:last-child div:nth-child(4) span{background-image:-webkit-linear-gradient(0deg,#32c1d4,#4bd928);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:.2s}.first-content>div a:last-child div:nth-child(4) svg path{stroke:#32c1d4}@media screen and (min-width:1024px){.first-content>div a:last-child:hover div:before{background-color:transparent!important}.first-content>div a:last-child:hover div span{-webkit-text-fill-color:#fff}.first-content>div a:last-child:hover div svg path{stroke:#fff}}@keyframes opacity{0%{opacity:0}12%{opacity:1}25%{opacity:1}33%{opacity:0}to{opacity:0}}@keyframes opacity2{0%{opacity:1}12%{opacity:0}25%{opacity:0}33%{opacity:1}to{opacity:1}}@keyframes opacity-buttons{0%{opacity:0}12%{opacity:1}25%{opacity:1}33%{opacity:0}to{opacity:0}}@keyframes red{0%{opacity:0}66%{opacity:0}83%{opacity:1}to{opacity:0}}@keyframes green{0%{color:transparent}50%{color:#4ddc3d}to{color:transparent}}.number{flex-direction:column}.number,.number-top{display:flex;justify-content:center;align-items:center}.number-top{margin-top:130px;position:relative;width:50px;height:50px;border-radius:50%;color:#fff;font-weight:600;font-size:22px}@media screen and (max-width:1600px){.number-top{margin-top:80px;font-size:18px;width:40px;height:40px}}.number-top:before{content:"";position:absolute;height:130px;width:1px;top:-130px;left:50%;transform:translate(-50%)}@media screen and (max-width:1600px){.number-top:before{height:80px;top:-80px}}.number-title{font-size:32px;font-weight:700;margin-top:12px;line-height:140%}@media screen and (max-width:1600px){.number-title{font-size:24px}}.page-top{padding-top:80px;padding-bottom:56px;display:flex;justify-content:center;align-items:center;margin-top:64px;flex-direction:column;position:relative;z-index:20}@media screen and (max-width:1600px){.page-top{padding-top:60px;padding-bottom:40px}}@media screen and (max-width:640px){.page-top{margin-top:48px;padding-left:16px;padding-right:16px}}.page-top h1,.page-top h2{color:#222;text-align:center;font-size:86px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:24px}@media screen and (max-width:1600px){.page-top h1,.page-top h2{font-size:64px}}@media screen and (max-width:1023px){.page-top h1,.page-top h2{font-size:48px}}@media screen and (max-width:640px){.page-top h1,.page-top h2{font-size:40px}}.page-top p{font-size:22px;font-weight:400;max-width:800px;text-align:center;line-height:140%;text-wrap:balance}@media screen and (max-width:640px){.page-top p{font-size:18px}.page-top p br{display:none}}.serv-container{max-width:100vw;position:relative}.serv-container-index{padding-bottom:20px}.serv-container-index .page-top{margin-top:0;padding-top:30px}.serv-items{padding-top:40px;display:flex;margin-bottom:80px;position:relative;margin-right:-32px;width:auto!important}@media screen and (max-width:1600px){.serv-items{margin-right:-24px}}@media screen and (max-width:1023px){.serv-items{margin-right:0;margin-top:-40px;margin-bottom:40px}}.serv-items-content{margin-top:-30px;max-width:100%}.serv-items-content>*{display:flex;flex-wrap:nowrap}@media screen and (max-width:1023px){.serv-items-content>*{overflow-scrolling:touch;-webkit-overflow-scrolling:touch;overflow-y:auto;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.serv-items-content>::-webkit-scrollbar{display:none}}@media screen and (max-width:640px){.serv-items-content{margin-top:-76px}}.serv-item{width:calc(33.333% - 32px);border-radius:12px;margin-right:32px;border:1px solid #eaeaea;background:#fff;padding:40px;--box-shadow-color:0 0 0;box-shadow:0 0 0 1px rgb(var(--box-shadow-color)/7%),0 2px 4px rgb(var(--box-shadow-color)/5%),0 12px 24px rgb(var(--box-shadow-color)/5%);display:flex;flex-direction:column;position:relative}@media screen and (max-width:1600px){.serv-item{width:calc(33.333% - 24px);margin-right:24px;padding-left:24px;padding-right:24px;padding-bottom:24px}}@media screen and (max-width:1023px){.serv-item{min-width:300px;margin-top:40px;margin-bottom:40px}}@media screen and (max-width:640px){.serv-item{min-width:300px;max-width:300px}}@media screen and (max-width:320px){.serv-item{min-width:240px;max-width:240px}}.serv-item:first-child,.serv-item:last-child{z-index:2}.serv-item.popular{border:2px solid #222;box-shadow:0 12px 100px rgb(var(--box-shadow-color)/15%)}@media screen and (max-width:1023px){.serv-item.popular{box-shadow:0 12px 20px rgb(var(--box-shadow-color)/15%)}}.serv-item.popular:before{content:"Der beliebteste";position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:linear-gradient(180deg,#3b3b3b 0,#0e0e0e);border-radius:40px;padding:14px 22px;color:#fff;white-space:nowrap;z-index:1;box-shadow:0 8px 30px rgba(0,0,0,.06);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:14px;font-weight:700}.serv-item h3{margin-bottom:18px;color:#222;font-size:18px;font-style:normal;font-weight:700;line-height:110%}.serv-item h3+div{display:inline-flex;align-items:flex-end}.serv-item b{font-weight:500;font-size:18px;margin-bottom:12px;margin-left:10px;color:#646464;opacity:.7;text-decoration:line-through}.serv-item span{color:#222;font-size:36px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:8px;display:block}@media screen and (max-width:1600px){.serv-item span{font-size:28px}}.serv-item p{color:#575757;font-size:16px;font-style:normal;font-weight:400;line-height:140%;display:block}.serv-item p:nth-last-child(2),.serv-item ul{margin-bottom:auto}.serv-item ul{display:block;margin-top:24px}.serv-item ul li{padding-left:28px;min-height:28px;color:#575757;font-size:16px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:8px;background:url(/img/svg/serv-list.svg) no-repeat}.serv-item ul li:last-child{margin-bottom:0}.serv-item a{height:54px;min-height:54px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px;justify-content:space-between;padding-left:16px;padding-right:16px;margin-top:32px}.serv-item a:hover{background-color:#444}.serv-item a:active{opacity:.7}@media screen and (max-width:640px){.serv-item a{height:48px;min-height:48px;font-size:18px}}.serv-items-50 .serv-item{width:calc(50% - 24px)}.serv-step{margin-bottom:0;padding-bottom:0}.serv-step .case-step-number{font-size:48px}.serv-step .case-step-title{font-size:32px}.services{position:relative}.services .blur-1{position:absolute;top:50%;left:40%;background:linear-gradient(180deg,#9a29e5,#e330bf);opacity:.2;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-1 10s linear infinite;transform:translate(-50%,-50%)}@media screen and (max-width:1600px){.services .blur-1{width:400px;height:400px}}@media screen and (max-width:1023px){.services .blur-1{width:150px;height:150px;filter:blur(40px)}}.services .number{position:relative;z-index:10}.services .number-top{background:linear-gradient(90deg,#7b29ca,#fb0283)}.services .number-top:before{background:linear-gradient(180deg,transparent 0,#9a20b8)}.services .number-title{background:-webkit-linear-gradient(0deg,#7b29ca,#fb0283);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-top{display:flex;flex-direction:column;align-items:center;margin-top:32px;position:relative;z-index:10}@media screen and (max-width:640px){.services-top{margin-top:24px}}.services-top h2{color:#222;text-align:center;font-size:72px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:16px}@media screen and (max-width:1600px){.services-top h2{font-size:56px}}@media screen and (max-width:640px){.services-top h2{font-size:40px;line-height:110%}}.services-top p{color:#303030;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:140%;max-width:563px}@media screen and (max-width:1600px){.services-top p{font-size:20px}}@media screen and (max-width:640px){.services-top p{font-size:18px}}.services-top p span{color:#d324ff}.services-items{display:flex;flex-wrap:wrap;margin-top:64px;position:relative;z-index:10;margin-right:-24px;width:auto!important}@media screen and (max-width:1600px){.services-items{margin-top:40px}}.services-item{margin-bottom:24px;margin-right:24px;width:calc(33.333% - 24px);padding:24px;border-radius:12px;border:1px solid #ccc;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;transition:background-color .2s;background-color:hsla(0,0%,100%,.68);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media screen and (max-width:1023px){.services-item{width:calc(50% - 24px)}}@media screen and (max-width:640px){.services-item{width:calc(100% - 24px)}}.services-item h3{color:#222;font-size:24px;font-style:normal;font-weight:700;line-height:130%;display:flex;gap:8px;align-items:center}.services-item h3 img{margin-bottom:2px}@media screen and (max-width:640px){.services-item h3{font-size:22px}}.services-item p{color:#575757;font-size:16px;font-style:normal;font-weight:400;line-height:160%;margin-top:16px;margin-bottom:16px}.services-item div{height:54px;min-height:54px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px;background-color:transparent;color:#222;border:1px solid #222;font-weight:500;font-size:18px;height:45px;justify-content:space-between;padding-left:16px;padding-right:16px;margin-top:auto}.services-item div:hover{background-color:#444}.services-item div:active{opacity:.7}@media screen and (max-width:640px){.services-item div{height:48px;min-height:48px;font-size:18px}}.services-item div img{transition:transform .2s}.services-item:hover{background-color:#fff}.services-item:hover div{background-color:transparent}.services-item:hover div img{transform:translate(8px)}.services-item-50{width:calc(50% - 24px)}@media screen and (max-width:640px){.services-item-50{width:calc(100% - 24px)}}@keyframes blob-animation-1{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes blob-animation-2{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes blob-animation-3{0%{transform:rotate(0deg)}50%{transform:translateY(-200px)}to{transform:rotate(-1turn)}}.cases{position:relative;padding-bottom:40px}.cases .blur-2{position:absolute;top:30%;left:40%;background:linear-gradient(180deg,#017def,#00dcb4);opacity:.2;z-index:-1;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-1 10s linear infinite;transform:translate(-50%,-50%)}@media screen and (max-width:1600px){.cases .blur-2{width:400px;height:400px}}@media screen and (max-width:1023px){.cases .blur-2{width:150px;height:150px;filter:blur(40px)}}.cases .number{position:relative;z-index:10}.cases .number-top{background:linear-gradient(90deg,#007eef,#00dcb4)}.cases .number-top:before{background:linear-gradient(180deg,transparent 0,#007eef)}.cases .number-title{background:-webkit-linear-gradient(0deg,#007eef,#00dcb4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cases-top h2{color:#222;text-align:center;font-size:72px;font-style:normal;font-weight:700;line-height:130%}@media screen and (max-width:1600px){.cases-top h2{font-size:48px;margin-top:24px}}@media screen and (max-width:640px){.cases-top h2{font-size:40px}}.cases-items{margin-top:64px}@media screen and (max-width:1600px){.cases-items{margin-top:40px}}.cases-row{display:flex;margin-right:-32px;margin-bottom:120px;align-items:flex-start}@media screen and (max-width:1199px){.cases-row{margin-right:-16px}}@media screen and (max-width:640px){.cases-row{flex-wrap:wrap;margin-bottom:0}}.cases-row:last-child{margin-bottom:0}.cases-row:last-child .cases-item:first-child{margin-top:-82px}@media screen and (max-width:640px){.cases-row:last-child .cases-item:first-child{margin-top:0}}.cases-row:first-child .cases-item:last-child{bottom:-82px}@media screen and (max-width:640px){.cases-row:first-child .cases-item:last-child{bottom:0}}.cases-item{margin-right:32px;width:calc(50% - 32px);border-radius:12px;box-shadow:0 4px 20px 0 rgba(0,0,0,.13);overflow:hidden;position:relative;aspect-ratio:684/628;cursor:pointer}@media screen and (max-width:1199px){.cases-item{margin-right:24px;width:calc(50% - 16px)}}@media screen and (max-width:640px){.cases-item{width:calc(100% - 16px);margin-bottom:24px;margin-right:16px}}.cases-item img{width:100%;height:100%;object-fit:cover}.cases-item:hover .cases-overlay{opacity:1}.cases-overlay{transition:opacity .2s,background-color .2s;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.83);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;opacity:0}@media screen and (max-width:1199px){.cases-overlay{opacity:1;background-color:rgba(0,0,0,.3)}}.cases-overlay h3{color:#fff;text-align:center;font-size:56px;font-style:normal;font-weight:700;line-height:130%}@media screen and (max-width:640px){.cases-overlay h3{font-size:32px}}.cases-overlay p{color:#fff;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:130%;max-width:400px;margin-top:16px}@media screen and (max-width:640px){.cases-overlay p{font-size:18px}}.body-container .number{display:flex!important}.reason{position:relative;padding-bottom:80px}@media screen and (max-width:640px){.reason{padding-bottom:40px}}.reason .number{display:none}.reason .wrapper{position:relative;z-index:10}.reason .blur-1{position:absolute;top:50%;left:40%;background:linear-gradient(180deg,#ff524c,#f9c629);z-index:1;opacity:.2;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-1 10s linear infinite;transform:translate(-50%,-50%)}@media screen and (max-width:1600px){.reason .blur-1{width:400px;height:400px}}@media screen and (max-width:1023px){.reason .blur-1{width:150px;height:150px;filter:blur(40px)}}.reason .number{position:relative;z-index:10}.reason .number-top{background:linear-gradient(90deg,#ff524c,#f9c629)}.reason .number-top:before{background:linear-gradient(180deg,transparent 0,#ff524c)}.reason .number-title{background:-webkit-linear-gradient(0deg,#ff524c,#f9c629);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.reason-top{display:flex;flex-direction:column;align-items:center;margin-top:32px;position:relative;z-index:10}.reason-top h2{color:#222;font-size:64px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:32px;max-width:100%;width:100%}.reason-top h2 span{opacity:.5}@media screen and (max-width:1600px){.reason-top h2{font-size:48px;margin-top:24px}}@media screen and (max-width:640px){.reason-top h2{font-size:32px}}.reason-top p{color:#303030;font-size:24px;font-style:normal;font-weight:400;line-height:140%;max-width:100%;width:100%}@media screen and (max-width:1600px){.reason-top p{font-size:20px}}@media screen and (max-width:640px){.reason-top p{font-size:18px}}.reason-top p span{color:#ff5b4f}.reason-items{margin-top:64px;display:flex;margin-right:-24px;margin-bottom:-24px;flex-wrap:wrap;justify-content:center}@media screen and (max-width:640px){.reason-items{margin-top:32px}}.reason-item{width:calc(50% - 24px);margin-right:24px;margin-bottom:24px;border-radius:12px;border:1px solid #c2c2c2;box-shadow:0 4px 24px 0 rgba(79,79,79,.09);background-color:hsla(0,0%,100%,.68);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:32px;display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (max-width:1600px){.reason-item{padding:24px}}@media screen and (max-width:1023px){.reason-item{width:calc(50% - 24px);flex-grow:1}}@media screen and (max-width:640px){.reason-item{width:calc(100% - 24px)}}.reason-item div{border-radius:50px;display:flex;width:64px;min-width:64px;height:64px;justify-content:center;align-items:center;margin-bottom:24px}@media screen and (max-width:1600px){.reason-item div{margin-bottom:16px}}.reason-item h3{color:#222;text-align:center;font-size:32px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:16px;text-wrap:balance}@media screen and (max-width:1600px){.reason-item h3{font-size:24px}}.reason-item h3 img{margin-bottom:-5px;margin-left:8px}@media screen and (max-width:1600px){.reason-item h3 img{width:24px!important;height:24px!important}}.reason-item p{color:#303030;text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:160%;max-width:500px}@media screen and (max-width:1600px){.reason-item p{font-size:16px}}.form{position:relative;padding-top:80px;padding-bottom:120px}.form:before{right:0;height:2px;background:linear-gradient(90deg,#fff,#d9d9d9 50%,#d9d9d9 0,#fff)}.form:after,.form:before{content:"";position:absolute;top:0;left:0}.form:after{pointer-events:none;width:100%;height:100%;opacity:.2;background:radial-gradient(50% 50% at 50% 0,hsla(0,0%,54%,.5) 0,transparent 100%);z-index:1}@media screen and (max-width:1600px){.form{padding-top:60px;padding-bottom:80px}}.form-top{display:flex;flex-direction:column;align-items:center;position:relative;z-index:10}.form-top h2{color:#222;text-align:center;font-size:72px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:16px}@media screen and (max-width:1600px){.form-top h2{font-size:48px}}@media screen and (max-width:640px){.form-top h2{font-size:40px}}.form-top p{color:#303030;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:160%;max-width:563px}@media screen and (max-width:1600px){.form-top p{font-size:20px;max-width:491px}}@media screen and (max-width:640px){.form-top p{font-size:16px}}.form-top p span{color:#ff524c}.form-left{position:relative}.form-ok{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:24px;opacity:0;visibility:hidden;transition:.3s}.form-ok.active{opacity:1;visibility:visible}.form-ok h3{font-size:32px;font-weight:700;color:#222}.form-ok p{color:#575757;font-size:18px;max-width:350px;line-height:140%}.form-content{display:flex;gap:64px;width:100%;margin-top:64px}@media screen and (max-width:1023px){.form-content{flex-direction:column}}.form-content form{width:100%;transition:.3s}.form-content form.hide{opacity:0!important;visibility:hidden!important}.form-content form button{transition:.2s}.form-content form button:disabled{opacity:.6;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-content form p{font-size:16px;font-weight:400;max-width:100%;justify-content:center;text-align:center;line-height:140%;color:#858585;text-wrap:balance}.form-content form p a{color:#222}.form-content form p a:hover{text-decoration:underline!important}.form-left{width:50%}@media screen and (max-width:1023px){.form-left{width:100%}}.form-right{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:1023px){.form-right{width:100%}}.form-right h3{font-size:32px;margin-bottom:24px}.form-right h3,.form-right-mail{color:#222;text-align:center;font-style:normal;font-weight:700;line-height:130%}.form-right-mail{font-size:24px;transition:opacity .2s;margin-top:24px}.form-right-mail:hover{opacity:.7}.form-title{color:#575757;font-size:16px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:8px}.form-item{width:100%;margin-bottom:32px}.form-item.required .form-title:after{content:" *";color:#ff524c}.form-item input{width:100%;border-radius:4px;border:1px solid #c2c2c2;height:50px;padding-left:16px;color:#222;transition:border-color .2s}.form-item input:focus,.form-item input:hover{border-color:#222}.form-item button{height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px;width:100%}.form-item button:hover{background-color:#444}.form-item button:active{opacity:.7}@media screen and (max-width:640px){.form-item button{height:48px;min-height:48px;font-size:18px}}.form-item .form-fake-button{height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px;width:100%;pointer-events:none;opacity:.7}.form-item .form-fake-button:hover{background-color:#444}.form-item .form-fake-button:active{opacity:.7}@media screen and (max-width:640px){.form-item .form-fake-button{height:48px;min-height:48px;font-size:18px}}.soc{gap:24px;flex-direction:column;width:100%}.soc,.soc a{display:flex;justify-content:center;align-items:center}.soc a{height:54px;color:#222;font-size:18px;font-weight:500;border-radius:6px;transition:border-color .2s;border:1px solid #d7d7d7;padding-left:16px;padding-right:16px;width:300px}@media screen and (max-width:1023px){.soc a{width:100%;max-width:500px}}.soc a img{margin-right:8px}.soc a:hover{border-color:#222}.footer{padding-top:24px;padding-bottom:24px;border-top:1px solid #dbdbdb}.footer .wrapper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:640px){.footer .wrapper{flex-direction:column;align-items:flex-start;gap:32px}}.footer .wrapper div{display:flex;align-items:center;color:#7a7a7a;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.footer .wrapper div a{display:flex;margin-right:12px}.footer .wrapper ul{display:flex;gap:16px}@media screen and (max-width:1023px){.footer .wrapper ul{flex-direction:column}}.footer .wrapper ul li a{color:#7a7a7a;font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:opacity .2s;white-space:nowrap}.footer .wrapper ul li a:hover{opacity:.7}.serv-items-container{position:relative;z-index:4}.case.dentacare .case-top{background:linear-gradient(180deg,#ddf3ff,hsla(0,0%,100%,0))}.case.dentacare .case-step .blur-1{background:linear-gradient(180deg,#2987e5,#30c2e3);z-index:-1}@media screen and (max-width:1199px){.case.dentacare .case-devices img:first-child{max-width:900px}}@media screen and (max-width:1023px){.case.dentacare .case-devices img:first-child{max-width:500px!important}}@media screen and (max-width:640px){.case.dentacare .case-devices img:first-child{max-width:300px!important}}.case.dentacare .case-devices img:nth-child(2){margin-left:-200px}@media screen and (max-width:1600px){.case.dentacare .case-devices img:nth-child(2){margin-left:-200px;max-width:200px}}@media screen and (max-width:1023px){.case.dentacare .case-devices img:nth-child(2){max-width:150px;margin-left:-100px}}@media screen and (max-width:640px){.case.dentacare .case-devices img:nth-child(2){display:none}}.case.dream .case-top{background:linear-gradient(180deg,#ffefe7,hsla(0,0%,100%,0))}.case.dream .case-step .blur-1{background:linear-gradient(180deg,#ff7a35,#ff7a35);z-index:-1}.case.dream .case-devices{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:64px}.case.dream .case-devices img{display:flex;margin:0 auto}@media screen and (max-width:1600px){.case.dream .case-devices img:first-child{max-width:1000px;height:auto!important}}@media screen and (max-width:640px){.case.dream .case-devices img{max-width:300px!important}}.case.dream .case-devices img:not(:first-child){overflow:hidden;border-radius:21px;box-shadow:0 4px 20px 0 rgba(0,0,0,.14)}.case.maroon .case-top{background:linear-gradient(180deg,#fffbe7,hsla(0,0%,100%,0))}.case.maroon .case-images .blur-1,.case.maroon .case-step .blur-1{background:linear-gradient(180deg,#ffd963,#ffd963);z-index:-1}@media screen and (max-width:640px){.case.maroon .case-devices img{max-width:300px!important}.case.maroon .case-float img{max-width:280px!important}}.case.multikassa .case-top{background:linear-gradient(180deg,rgba(99,172,255,.21),hsla(0,0%,100%,0))}.case.multikassa .case-site{padding-top:0}.case.multikassa .case-site:after,.case.multikassa .case-site:before{display:none}.case.multikassa .case-images .blur-1,.case.multikassa .case-stack .blur-1,.case.multikassa .case-step .blur-1{background:linear-gradient(180deg,#63acff,#63acff);z-index:-1}@media screen and (max-width:640px){.case.multikassa .case-devices img{max-width:300px!important}}.case-top{margin-top:64px;padding-top:32px;padding-bottom:40px;border-bottom:1px solid #d7d7d7}@media screen and (max-width:1023px){.case-top{margin-top:48px}}.case-top h1{margin-bottom:24px;color:#222;font-size:72px;font-style:normal;font-weight:700;line-height:130%}@media screen and (max-width:1600px){.case-top h1{font-size:64px}}@media screen and (max-width:640px){.case-top h1{font-size:32px}}.case-top p{color:#606060;font-size:24px;font-style:normal;font-weight:400;line-height:140%;max-width:600px}@media screen and (max-width:1600px){.case-top p{font-size:20px}}@media screen and (max-width:640px){.case-top p{font-size:18px}}.case-numbers{padding-top:64px;padding-bottom:52px;border-bottom:1px solid #d7d7d7;margin-bottom:80px;background-color:#fafafa}@media screen and (max-width:1600px){.case-numbers{padding-top:40px;padding-bottom:32px}}@media screen and (max-width:1023px){.case-numbers{margin-bottom:40px}}.case-numbers .wrapper{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width:1023px){.case-numbers .wrapper{flex-wrap:wrap}}@media screen and (max-width:640px){.case-numbers .wrapper{flex-direction:column;align-items:center;justify-content:center}}.case-numbers .wrapper>div{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:24px;padding-left:12px;padding-right:12px;flex-grow:1}@media screen and (max-width:1023px){.case-numbers .wrapper>div{width:50%;max-width:100%}}@media screen and (max-width:640px){.case-numbers .wrapper>div{max-width:100%;width:100%}}.case-numbers .wrapper>div h2{color:#222;font-size:64px;font-style:normal;font-weight:700;line-height:130%;text-align:center}@media screen and (max-width:1600px){.case-numbers .wrapper>div h2{font-size:48px}}.case-numbers .wrapper>div p{color:#303030;font-size:16px;font-style:normal;font-weight:400;line-height:140%;text-align:center;max-width:250px}.case-logo{margin-bottom:100px}@media screen and (max-width:1023px){.case-logo{margin-bottom:40px}}.case-logo .wrapper>div{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1023px){.case-logo .wrapper>div{flex-direction:column;align-items:flex-start;gap:32px}}.case-logo .wrapper>div img{max-width:100%;height:auto}.case-logo-left{max-width:50%;width:50%}@media screen and (max-width:1023px){.case-logo-left{width:100%;max-width:100%}}.case-logo-left h2{margin-bottom:16px;color:#222;font-size:48px;font-style:normal;font-weight:700;line-height:130%}.case-logo-left p{color:#303030;font-size:20px;font-style:normal;font-weight:400;line-height:160%}.case-logo-right{flex-grow:0}.case-site{margin-bottom:140px;padding-top:80px;position:relative;margin-top:-1px}@media screen and (max-width:1600px){.case-site{margin-bottom:80px}}@media screen and (max-width:1023px){.case-site{padding-top:64px}}.case-site:before{right:0;height:2px;background:linear-gradient(90deg,#fff,#d9d9d9 50%,#d9d9d9 0,#fff)}.case-site:after,.case-site:before{content:"";position:absolute;top:0;left:0}.case-site:after{pointer-events:none;width:100%;height:100%;opacity:.2;background:radial-gradient(50% 50% at 50% 0,hsla(0,0%,54%,.5) 0,transparent 100%);z-index:1}.case-site .wrapper{display:flex;align-items:center;justify-content:space-between;gap:40px}@media screen and (max-width:1023px){.case-site .wrapper{flex-direction:column;align-items:flex-start;gap:16px}}.case-site .wrapper h2{color:#222;font-size:48px;font-style:normal;font-weight:700;line-height:160%}@media screen and (max-width:1600px){.case-site .wrapper h2{font-size:40px;line-height:130%}}.case-site .wrapper p{color:#303030;font-size:20px;font-style:normal;font-weight:400;line-height:160%;max-width:600px}@media screen and (max-width:1600px){.case-site .wrapper p{max-width:500px;font-size:18px}}@media screen and (max-width:1023px){.case-site .wrapper p{font-size:18px;max-width:100%}}.case-images{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;max-width:100vw;overflow:hidden}@media screen and (max-width:1600px){.case-images{padding-left:120px;padding-right:120px}}.case-images .blur-1{position:absolute;top:50%;left:60%;opacity:.2;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-1 10s linear infinite;transform:translate(-50%,-50%);z-index:-1}@media screen and (max-width:1600px){.case-images .blur-1{width:400px;height:400px}}@media screen and (max-width:1023px){.case-images .blur-1{width:150px;height:150px;filter:blur(40px)}}.case-float{display:flex;gap:64px;align-items:center;margin-bottom:100px}@media screen and (max-width:1023px){.case-float{flex-direction:column;gap:32px;margin-bottom:64px}}.case-float>div{border-radius:16px;border:1px solid #d7d7d7;overflow:hidden;box-shadow:0 4px 20px 0 rgba(0,0,0,.14)}@media screen and (max-width:1600px){.case-float>div img{max-width:500px;height:auto}}@media screen and (max-width:1199px){.case-float>div img{max-width:400px}}.case-devices{position:relative;display:flex;align-items:flex-end;margin-bottom:140px}@media screen and (max-width:1023px){.case-devices{margin-bottom:64px}}@media screen and (max-width:1199px){.case-devices img{max-width:1000px;height:auto!important;width:auto!important}}@media screen and (max-width:640px){.case-devices img{max-width:500px!important}}.case-step{position:relative;z-index:3;max-width:100vw;overflow:hidden}.case-step .blur-1{position:absolute;top:40%;left:10%;z-index:-3;background:linear-gradient(180deg,#9a29e5,#e330bf);opacity:.15;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-1 10s linear infinite}@media screen and (max-width:1600px){.case-step .blur-1{width:400px;height:400px}}@media screen and (max-width:1023px){.case-step .blur-1{width:150px;height:150px;filter:blur(40px)}}.case-step .blur-2{position:absolute;bottom:30%;left:60%;z-index:-4;background:linear-gradient(180deg,#2987e5,#30c2e3);opacity:.15;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-2 10s linear infinite}@media screen and (max-width:1600px){.case-step .blur-2{width:400px;height:400px}}@media screen and (max-width:1023px){.case-step .blur-2{width:150px;height:150px;filter:blur(40px)}}.case-step-top{margin-bottom:64px}@media screen and (max-width:1600px){.case-step-top{margin-bottom:32px}}.case-step-top h2{color:#222;font-size:56px;font-style:normal;font-weight:700;line-height:140%}@media screen and (max-width:1600px){.case-step-top h2{font-size:48px!important}}@media screen and (max-width:640px){.case-step-top h2{font-size:32px!important}}.case-step-top p{color:#303030;font-size:20px;font-style:normal;font-weight:400;line-height:160%;margin-top:16px;max-width:562px}.case-step-items{width:100%;margin-bottom:140px}@media screen and (max-width:1023px){.case-step-items{margin-bottom:64px}}.case-step-item{display:flex;justify-content:space-between;align-items:center;gap:64px;margin-bottom:64px}.case-step-item:last-child{margin-bottom:0}@media screen and (max-width:1023px){.case-step-item{gap:24px;flex-wrap:wrap}.case-step-item .case-step-desc{width:100%!important;max-width:100%!important}}@media screen and (max-width:640px){.case-step-item{gap:16px;margin-bottom:32px;flex-direction:column;align-items:flex-start}}.case-step-number{color:#222;font-size:56px;font-style:normal;font-weight:700;line-height:130%;width:70px}@media screen and (max-width:1600px){.case-step-number{font-size:48px}}@media screen and (max-width:1023px){.case-step-number{font-size:40px!important;width:47px;line-height:100%}}.case-step-title{color:#222;font-size:40px;font-style:normal;font-weight:700;line-height:130%;width:32%}@media screen and (max-width:1600px){.case-step-title{font-size:30px!important}}@media screen and (max-width:1023px){.case-step-title{font-size:24px!important;flex-grow:1;width:auto}.case-step-title br{display:none}}.case-step-desc{color:#303030;font-size:20px;font-style:normal;font-weight:400;line-height:160%;width:50%}@media screen and (max-width:1600px){.case-step-desc{font-size:18px}}.case-stack{margin-bottom:120px;position:relative;z-index:4}@media screen and (max-width:1023px){.case-stack{max-width:100vh;overflow:hidden}.case-stack,.case-stack .blur-1,.case-stack .blur-2{display:none}}.case-stack .blur-1{position:absolute;top:50%;left:30%;background:linear-gradient(180deg,#2987e5,#30c2e3);opacity:.2;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-1 10s linear infinite;transform:translate(-50%,-50%);z-index:-1}@media screen and (max-width:1600px){.case-stack .blur-1{width:400px;height:400px}}@media screen and (max-width:1023px){.case-stack .blur-1{width:150px;height:150px;filter:blur(40px)}}.case-stack-top h2{margin-bottom:40px;color:#222;font-size:48px;font-style:normal;font-weight:700;line-height:140%}@media screen and (max-width:1600px){.case-stack-top h2{margin-bottom:48px}}.case-stack-items{display:flex;justify-content:space-between;align-items:flex-start}.case-stack-item{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center}.case-stack-item h3{color:#222;font-size:32px;font-style:normal;font-weight:500;line-height:160%}.case-context{margin-bottom:80px;padding-top:80px;position:relative;z-index:5}@media screen and (max-width:1023px){.case-context{margin-bottom:64px;padding-top:64px}}.case-context:before{right:0;height:2px;background:linear-gradient(90deg,#fff,rgba(0,0,0,.13) 50%,rgba(0,0,0,.13) 0,#fff)}.case-context:after,.case-context:before{content:"";position:absolute;top:0;left:0}.case-context:after{pointer-events:none;width:100%;height:100%;opacity:.2;background:radial-gradient(50% 50% at 50% 0,hsla(0,0%,54%,.5) 0,transparent 100%);z-index:1}.case-context-top{margin-bottom:32px}.case-context-top h2{color:#222;font-size:48px;font-style:normal;font-weight:700;line-height:130%}@media screen and (max-width:640px){.case-context-top h2{font-size:32px}}.case-context-items{display:flex;flex-wrap:wrap;margin-right:-32px;margin-bottom:-32px}@media screen and (max-width:1023px){.case-context-items{margin-right:-24px;margin-bottom:-24px}}.case-context-item{width:calc(50% - 32px);margin-right:32px;margin-bottom:32px;border-radius:12px;border:1px solid #c2c2c2;box-shadow:0 4px 24px 0 rgba(0,0,0,.12);padding:32px;background-color:#fff}@media screen and (max-width:1023px){.case-context-item{width:calc(50% - 24px);margin-right:24px;margin-bottom:24px;padding:24px}}@media screen and (max-width:640px){.case-context-item{width:calc(100% - 24px);padding:16px}}.case-context-item>div{width:64px;height:64px;margin-bottom:16px;border-radius:50%;border:1px solid #858585;display:flex;justify-content:center;align-items:center}.case-context-item>div img{width:28px;height:28px}@media screen and (max-width:640px){.case-context-item>div{width:48px;height:48px}.case-context-item>div img{width:20px;height:20px}}.case-context-item h3{color:#222;font-size:24px;font-style:normal;font-weight:600;line-height:130%;margin-bottom:16px}@media screen and (max-width:640px){.case-context-item h3{font-size:18px}}.case-context-item p{color:#303030;font-size:18px;font-style:normal;font-weight:400;line-height:160%}@media screen and (max-width:640px){.case-context-item p{font-size:16px}}.back{display:flex;align-items:center;gap:8px;margin-bottom:32px;color:#424242;font-size:16px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.back img{transition:transform .2s}.back:hover img{transform:translate(-4px)}.contacts{padding-top:80px;padding-bottom:80px;position:relative}.contacts:before{right:0;height:2px;background:linear-gradient(90deg,#fff,#d9d9d9 50%,#d9d9d9 0,#fff)}.contacts:after,.contacts:before{content:"";position:absolute;top:0;left:0}.contacts:after{pointer-events:none;width:100%;height:100%;opacity:.2;background:radial-gradient(50% 50% at 50% 0,hsla(0,0%,54%,.5) 0,transparent 100%);z-index:1}.contacts .wrapper>div{display:flex;align-items:center;justify-content:space-between}.contacts-left h2{color:#222;font-size:56px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:24px}.contacts-left p{color:#303030;font-size:18px;font-style:normal;font-weight:400;line-height:160%;max-width:500px}.contacts-left p b{font-weight:500}.contacts-right{display:flex;flex-direction:column;gap:48px}.contacts-right a:first-child{height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px}.contacts-right a:first-child:hover{background-color:#444}.contacts-right a:first-child:active{opacity:.7}@media screen and (max-width:640px){.contacts-right a:first-child{height:48px;min-height:48px;font-size:18px}}.contacts-right a:last-child{height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px;background-color:#fff;color:transparent;position:relative}.contacts-right a:last-child:hover{background-color:#444}.contacts-right a:last-child:active{opacity:.7}@media screen and (max-width:640px){.contacts-right a:last-child{height:48px;min-height:48px;font-size:18px}}.contacts-right a:last-child:after{transform:translate(-50%,-50%);top:50%;left:50%;width:120%;height:200%;filter:blur(20px);opacity:.15;border-radius:50%}.contacts-right a:last-child:after,.contacts-right a:last-child:before{content:"";position:absolute;z-index:-1;background-image:-webkit-linear-gradient(0deg,#7b29ca,#fb0283)}.contacts-right a:last-child:before{top:-1px;left:-1px;right:-1px;bottom:-1px;border-radius:7px}.contacts-right a:last-child span{background-image:-webkit-linear-gradient(0deg,#7b29ca,#fb0283);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:.2s}.contacts-right a:last-child svg path{transition:.2s;stroke:#7b29ca}.contacts-right a:last-child:hover{background-color:transparent}.contacts-right a:last-child:hover span{-webkit-text-fill-color:#fff}.contacts-right a:last-child:hover svg path{stroke:#fff}.faq-items{display:flex;flex-direction:column;position:relative;max-width:800px;margin:0 auto 80px}@media screen and (max-width:640px){.faq-items{margin-bottom:32px}}.faq-items .blur-1{position:absolute;top:17%;left:10%;z-index:-1;background:linear-gradient(180deg,#9a29e5,#e330bf);opacity:.1;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-1 10s linear infinite;transform:translate(-50%,-50%)}@media screen and (max-width:1600px){.faq-items .blur-1{width:400px;height:400px}}@media screen and (max-width:1023px){.faq-items .blur-1{width:150px;height:150px;filter:blur(40px)}}.faq-items .blur-2{position:absolute;top:20%;left:60%;z-index:-1;background:linear-gradient(180deg,#2987e5,#30c2e3);opacity:.1;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-2 10s linear infinite;transform:translate(-50%,-50%)}@media screen and (max-width:1600px){.faq-items .blur-2{width:400px;height:400px}}@media screen and (max-width:1023px){.faq-items .blur-2{width:150px;height:150px;filter:blur(40px)}}.faq-item{border-radius:12px;border:1px solid #c2c2c2;box-shadow:0 4px 24px 0 rgba(0,0,0,.09);padding:32px;margin-bottom:24px;background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.faq-item:last-child{margin-bottom:0}@media screen and (max-width:640px){.faq-item{padding:16px}}.faq-head{display:flex;align-items:flex-start;justify-content:space-between;width:100%;max-width:100%;padding-bottom:32px;padding-top:32px;margin-bottom:-32px;margin-top:-32px}.faq-head img{margin-left:16px;min-width:24px;max-width:24px;height:24px;margin-top:2px}.faq-head span{color:#222;font-size:20px;text-align:left;font-style:normal;font-weight:700;line-height:130%}@media screen and (max-width:640px){.faq-head span{font-size:16px}}.faq-body-container{padding-top:32px}.faq-body-container p{color:#303030;font-size:16px;font-style:normal;font-weight:400;line-height:160%;max-width:570px}.common-text{margin-top:80px;padding-bottom:80px}.common-text .wrapper>div{background-color:#fff;position:relative;border-radius:24px;padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;align-items:center;justify-content:center}.common-text .wrapper>div:before{content:"";position:absolute;width:100%;top:-3px;height:100%;border-radius:24px;background:linear-gradient(90deg,#f6f6f6,#d9d9d9 50%,#d9d9d9 0,#f6f6f6);z-index:-1}@media screen and (max-width:1023px){.common-text{padding-top:80px;padding-bottom:80px}}.common-text h2{color:#222;text-align:center;font-size:72px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:16px}@media screen and (max-width:1600px){.common-text h2{font-size:56px}}@media screen and (max-width:640px){.common-text h2{font-size:40px;line-height:110%}}.common-text p{color:#303030;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:140%;max-width:563px}@media screen and (max-width:1600px){.common-text p{font-size:20px}}@media screen and (max-width:640px){.common-text p{font-size:18px}}.common-text p span{color:#d324ff}.common-text a{height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px;margin-top:32px}.common-text a:hover{background-color:#444}.common-text a:active{opacity:.7}@media screen and (max-width:640px){.common-text a{height:48px;min-height:48px;font-size:18px}}.err404{display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;position:relative;padding:160px 16px 16px}@media screen and (max-width:640px){.err404{padding-top:100px;padding-bottom:64px}}.err404-title{font-size:200px;font-weight:700;color:#222;margin-bottom:16px}@media screen and (max-width:640px){.err404-title{font-size:140px}}.err404-desc{font-size:18px;font-weight:400;color:#4b4b4b;line-height:140%}@media screen and (max-width:640px){.err404-desc{max-width:400px}.err404-desc br{display:none}}.err404 a{height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px;margin-top:32px}.err404 a:hover{background-color:#444}.err404 a:active{opacity:.7}@media screen and (max-width:640px){.err404 a{height:48px;min-height:48px;font-size:18px}}.err404-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;overflow:hidden;overflow-y:auto}@media screen and (max-width:640px){.err404-container{max-height:100vh}}.err404-body,.policy{overflow:hidden}.policy{padding-top:140px;padding-bottom:80px;position:relative;max-width:100%}@media screen and (max-width:640px){.policy{padding-top:80px}}.policy .blur-1{position:absolute;top:30%;left:10%;z-index:-1;background:linear-gradient(180deg,#9a29e5,#e330bf);opacity:.15;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-1 10s linear infinite;transform:translate(-50%,-50%)}@media screen and (max-width:1600px){.policy .blur-1{width:400px;height:400px}}@media screen and (max-width:1023px){.policy .blur-1{width:150px;height:150px;filter:blur(40px)}}.policy .blur-2{position:absolute;top:60%;left:60%;z-index:-1;background:linear-gradient(180deg,#2987e5,#30c2e3);opacity:.15;border-radius:50%;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-2 10s linear infinite;transform:translate(-50%,-50%)}@media screen and (max-width:1600px){.policy .blur-2{width:400px;height:400px}}@media screen and (max-width:1023px){.policy .blur-2{width:150px;height:150px;filter:blur(40px)}}.policy-container{max-width:800px;margin:0 auto}.policy h1{font-size:48px;margin-bottom:24px;line-height:120%;font-weight:700}@media screen and (max-width:640px){.policy h1{font-size:24px}}.policy h2{font-size:32px;font-weight:700;line-height:130%;margin-bottom:12px;margin-top:32px}@media screen and (max-width:640px){.policy h2{font-size:22px}}.policy p{color:#363636;font-size:18px;margin-bottom:24px;line-height:140%}@media screen and (max-width:640px){.policy p{font-size:16px}}.wow{visibility:hidden}.accordion{width:100%;max-width:470px}.panel:not(:last-child){margin-bottom:3px}.panel img{transition:.4s}.panel__label{position:relative;display:block;width:100%;transition:color .4s linear;cursor:pointer}.panel__label:focus{outline:none}.panel__label:after,.panel__label:before{content:"";position:absolute;right:25px;top:50%;width:22px;height:2px;margin-top:-2px}.panel[aria-expanded=true] .panel__content{opacity:1}.panel[aria-expanded=true] .panel__label:before{transform:rotate(0deg)}.panel[aria-expanded=true] img{transform:rotate(180deg)}.panel__inner{overflow:hidden;will-change:height;transition:height .4s cubic-bezier(.65,.05,.36,1)}.panel__content{opacity:0;transition:opacity .3s linear .18s}.need{position:relative;padding-bottom:60px;padding-top:60px;margin-top:60px;max-width:100vw}@media screen and (max-width:1023px){.need{padding-bottom:40px;padding-top:40px;margin-top:40px}}.need .blur-1{position:absolute;top:50%;left:40%;background:linear-gradient(180deg,#9a29e5,#e330bf);opacity:.2;border-radius:50%;z-index:1;filter:blur(80px);width:600px;height:600px;transform-origin:60% 60%;animation:blob-animation-1 10s linear infinite;transform:translate(-50%,-50%)}@media screen and (max-width:1600px){.need .blur-1{width:400px;height:400px}}@media screen and (max-width:1023px){.need .blur-1{width:150px;height:150px;filter:blur(40px)}}.need .wrapper{position:relative;z-index:3}.need-container{width:100%}.need h2{color:#222;font-size:64px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:40px}.need h2 span{opacity:.5}@media screen and (max-width:1600px){.need h2{font-size:48px;margin-top:24px}}@media screen and (max-width:640px){.need h2{font-size:32px}}.need-items{margin-right:-30px;display:flex;flex-wrap:wrap}.need-item{display:flex;flex-direction:column;width:calc(50% - 30px);margin-right:30px;margin-bottom:32px}@media screen and (max-width:1199px){.need-item{width:calc(100% - 30px)}}.need-item:last-child .need-title img{margin-bottom:-7px}.need-title{color:#222;font-size:32px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:16px;vertical-align:middle}@media screen and (max-width:1600px){.need-title{font-size:30px}}@media screen and (max-width:640px){.need-title{font-size:24px;text-wrap:balance;max-width:300px}}.need-title img{max-width:32px;height:32px;margin-left:8px}@media screen and (max-width:640px){.need-title img{max-width:24px;height:24px}}.need-desc{color:#6c6c6c;font-size:20px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:24px;min-height:80px}.need-image{border-radius:12px;box-shadow:0 4px 20px 0 rgba(0,0,0,.13);overflow:hidden}.need-image img{object-fit:cover;width:100%;height:100%}@media screen and (max-width:1199px){.need-image{max-width:558px}}.need-button{height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;display:flex;transition:color .2s,background-color .2s;text-align:center;justify-content:center;align-items:center;gap:8px;margin:32px auto 0;max-width:300px}.need-button:hover{background-color:#444}.need-button:active{opacity:.7}@media screen and (max-width:640px){.need-button{height:48px;min-height:48px;font-size:18px}}.ubedim{padding-top:80px;padding-bottom:80px}@media screen and (max-width:1023px){.ubedim{padding-top:40px;padding-bottom:40px}}.ubedim h2{color:#222;font-size:64px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:60px;text-align:center}.ubedim h2 span{opacity:.5}@media screen and (max-width:1600px){.ubedim h2{font-size:48px}}@media screen and (max-width:640px){.ubedim h2{font-size:32px;margin-bottom:32px}}.ubedim-item,.ubedim-items{justify-content:center;align-items:center}.ubedim-item{margin-bottom:140px;display:flex;flex-direction:column;position:relative;text-align:center}.ubedim-item:before{content:"";position:absolute;left:0;top:calc(100% + 16px);height:117px;width:46px;left:50%;transform:translate(-50%);background:url(/img/content/arrow.svg) no-repeat 50%}.ubedim-item:last-child{margin-bottom:0}.ubedim-item:last-child:before{display:none}.ubedim-items{display:flex;flex-direction:column}.ubedim-title{color:#222;font-size:36px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:16px;max-width:800px;text-wrap:balance}@media screen and (max-width:640px){.ubedim-title{font-size:20px}}.ubedim-title img{width:36px;height:36px;margin-bottom:-5px}@media screen and (max-width:640px){.ubedim-title img{width:20px;height:20px;margin-bottom:-3px}}.ubedim-desc{color:#222;font-size:20px;font-style:normal;font-weight:400;line-height:130%;max-width:600px}@media screen and (max-width:640px){.ubedim-desc{font-size:18px}}.why{padding-top:80px;padding-bottom:80px;background-color:#f8f8f8}.why p{color:#222;font-size:24px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:40px}.result{padding-bottom:60px}.result-button,.result-button a{display:flex;justify-content:center}.result-button a{max-width:300px;height:54px;min-height:54px;padding-left:32px;padding-right:32px;background-color:#222;white-space:nowrap;border-radius:6px;color:#fff;font-size:20px;font-weight:400;transition:color .2s,background-color .2s;text-align:center;align-items:center;gap:8px}.result-button a:hover{background-color:#444}.result-button a:active{opacity:.7}@media screen and (max-width:640px){.result-button a{height:48px;min-height:48px;font-size:18px}}.result h2{color:#222;font-size:64px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:60px}.result h2 span{opacity:.5}@media screen and (max-width:1600px){.result h2{font-size:48px;margin-top:24px;margin-bottom:32px}}@media screen and (max-width:640px){.result h2{font-size:40px}}.result-items{display:flex;flex-wrap:wrap;margin-right:-40px}@media screen and (max-width:1199px){.result-items{margin-right:0}}.result-item{display:flex;flex-direction:column;width:calc(50% - 40px);margin-right:40px;margin-bottom:40px;padding:40px;border-radius:16px;background-color:#f8f8f8}@media screen and (max-width:1199px){.result-item{width:100%;margin-bottom:24px;margin-right:0}}@media screen and (max-width:640px){.result-item{padding:24px}}.result-title{font-size:40px;color:#222;font-weight:700;line-height:130%;margin-bottom:24px}.result-title span{font-size:64px}@media screen and (max-width:1600px){.result-title span{font-size:48px}}@media screen and (max-width:640px){.result-title span{font-size:32px}}@media screen and (max-width:1600px){.result-title{font-size:32px}}@media screen and (max-width:640px){.result-title{font-size:24px}}.result-desc{color:#656565;line-height:140%;font-size:20px;position:relative}.result-black{background-color:#222}.result-black .result-desc,.result-black .result-title{color:#fff}.result-vovl .result-title span{font-size:56px!important}@media screen and (max-width:1600px){.result-vovl .result-title span{font-size:48px!important}}@media screen and (max-width:640px){.result-vovl .result-title span{font-size:32px!important}}.result-conv{background-color:#fff}@media screen and (max-width:640px){.result-conv{padding-left:30px;padding-right:0}}.result-conv .result-desc{color:#939393;font-weight:700;font-size:24px}@media screen and (max-width:640px){.result-conv .result-desc{font-size:20px}}.result-conv .result-desc span{color:#222}.result-conv .result-desc img{position:absolute;top:5px;left:-40px;width:26px;height:26px}