@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);/*! locomotive-scroll v4.1.2 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@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;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.content{overflow:hidden;position:relative}.animated{opacity:0}.animated.slideInLeft,.animated.slideInRight{opacity:1;-webkit-animation-duration:2s!important;animation-duration:2s!important}body{font-family:Mulish,arial,sans-serif;color:#fff;font-style:normal;font-weight:400;background:#000;overflow-x:hidden}body *{box-sizing:border-box}body img{width:auto;height:auto;max-width:100%}body a{text-decoration:none;color:inherit}body.oc-hidden{overflow:hidden}body input:focus{outline:none}body picture{display:-webkit-box;display:-ms-flexbox;display:flex}.container-lg{max-width:1840px}.container-lg,.container-sm{width:100%;margin:0 auto;padding:0 20px}.container-sm{max-width:1225px}@media (max-width:1350px){.container-sm{max-width:90%}}@media (max-width:768px){.container-sm{max-width:518px}}@media (max-width:768px){.desctop{display:none}}.tablet{display:none}@media (max-width:768px){.tablet{display:block}}.mobile{display:none}@media (max-width:576px){.mobile{display:block}}.animated-transform-opacity{will-change:transform,opacity}.c-scrollbar_thumb{background-color:#fff}@media (max-width:1024px){.c-scrollbar_thumb{display:none}}.effect__absolute{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden}#effect-noize{opacity:.1}#effect-grad{position:absolute;width:669px;height:669px;background:radial-gradient(50% 50% at 50% 50%,rgba(99,72,227,.6) 0,rgba(99,72,227,0) 100%);opacity:0;transform-origin:50% 50%;transform:translate(-50%,-50%) scale(0);transition:opacity 1s,transform 1s}@media (max-width:1199px){#effect-grad{display:none}}#effect-grad.effect__moved{opacity:1;transform:translate(-50%,-50%) scale(1)}.header{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-top:30px;align-items:center;position:relative;z-index:9999;opacity:0}@media (max-width:1199px){.header{opacity:1}}@media (max-width:768px){.header{padding-top:24px}}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:60px;margin-top:36px;position:absolute}@media (max-width:1840px){.header__logo{margin-left:20px}}@media (max-width:1199px){.header__logo{margin-top:24px;position:relative}}.header__logo-img{position:fixed;left:60px;top:37px;z-index:999999}@media (max-width:1840px){.header__logo-img{left:20px}}@media (max-width:1199px){.header__logo-img{position:relative;left:unset;top:unset}}@media (max-width:768px){.header__logo-img{width:138px}}.header__logo-text{font-style:normal;font-weight:900;font-size:22.7615px;line-height:17px;font-feature-settings:"ordn" on,"ss01" on;color:#fff;margin-left:50px;margin-top:2px;position:relative;z-index:1}@media (max-width:1199px){.header__logo-text{display:none}}.header__burger{cursor:pointer;position:fixed;right:60px;top:30px;z-index:999999}@media (max-width:1840px){.header__burger{right:20px}}@media (max-width:768px){.header__burger{position:fixed;top:21px;right:20px}.header__burger.mobile{display:block}}.header__burger svg path{transition:.3s}.header__burger:hover svg path{fill:hsla(0,0%,100%,.6)}.header__hero{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:max(3.25rem,min(9.14vw,10rem));padding-bottom:max(3.25rem,min(9.14vw,10rem))}@media (min-width:1900px) and (min-height:1000px){.header__hero{min-height:calc(100vh - 270px);align-items:center}}@media (max-width:576px){.header__hero{flex-direction:column;align-items:flex-start}}.header__hero.main{position:relative}@media (min-width:577px){.header__hero.main{padding-top:max(3.25rem,min(11.14vw,20rem))}}@media (min-width:1024px){.header__hero.main{padding-top:max(3.25rem,min(22.14vw,20rem))}}@media (min-width:577px){.header__hero.main{margin-top:-52px}}.header__hero.main .header__text.mobile,.header__logo-menu{display:none}.header__social{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;position:relative;left:3px;z-index:999999;margin-top:auto;position:fixed;left:64px;bottom:35px}@media (max-width:1840px){.header__social{left:24px}}@media (max-width:1199px){.header__social{display:none}}.header__social-item:not(:first-child){margin-top:28px}.header__social-item svg path{transition:.3s}.header__social-item:hover svg path{fill:hsla(0,0%,100%,.6)}.header__background{position:absolute;z-index:-1;left:0;top:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}@media (max-width:576px){.header__background{width:100vw;-o-object-fit:cover;object-fit:cover;top:53px}.header__background img{width:100vw;max-height:586px}}@media (max-width:576px){.header__background.works{top:0}}.header__background.main{width:100%;height:100%}.header__background.main img{width:100%;position:absolute;top:0;left:0}@media (max-width:576px){.header__background.main img{width:100vw;max-width:none;max-height:none;left:-20px;top:50%;transform:translateY(-50%)}}.header__content{padding-left:87px;padding-bottom:42px;position:relative;z-index:1}@media (max-width:768px){.header__content{margin-left:auto;margin-right:63px}}@media (max-width:576px){.header__content{padding:0;margin:120px auto 0}}.header__content.main{width:100%}@media (min-width:577px){.header__content.main{padding-left:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto;max-width:100%}}.header__content.works{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;width:83%;margin:0 auto;padding:53px 0 0}@media (max-width:1199px){.header__content.works{flex-direction:column}}@media (max-width:576px){.header__content.works{width:100%}}.header__content.works.page-works{justify-content:space-between}.header__content.works .header__title{font-size:max(2rem,min(8.14vw,6rem))}@media (max-width:768px){.header__content.works .header__title{font-size:max(2rem,min(5.14vw,3rem));max-width:50%;margin:0 auto;min-height:236px;align-items:center;justify-content:center}}@media (max-width:576px){.header__content.works .header__title{min-height:270px;max-width:70%;font-size:max(2rem,min(7.14vw,2.25rem))}}@media (max-width:420px){.header__content.works .header__title{font-size:max(.8rem,min(7.14vw,2.25rem))}}.header__content.works .header__title.page-works{font-size:max(2.25rem,min(9.14vw,10rem))}@media (max-width:768px){.header__content.works .header__title.page-works{font-size:2.25rem;max-width:50%;margin:0 auto;min-height:236px;align-items:center;justify-content:center}}@media (max-width:576px){.header__content.works .header__title.page-works{min-height:270px;max-width:70%;font-size:max(2rem,min(7.14vw,2.25rem))}}@media (max-width:359px){.header__content.works .header__title.page-works{font-size:max(1.8rem,min(7.14vw,2.25rem))}}.header__content.works .header__title.page-works span:first-child{justify-content:flex-start}@media (max-width:768px){.header__content.works .header__title.page-works span:first-child{padding-left:57px}}@media (max-width:576px){.header__content.works .header__title.page-works span:first-child{padding-left:0}}.header__content.works .header__title.page-works span:nth-child(2n){padding-left:calc(max(2.25rem, min(9.14vw, 10rem))*0.75);margin-top:30px}@media (max-width:768px){.header__content.works .header__title.page-works span:nth-child(2n){margin-top:10px;padding-left:calc(max(2.25rem, min(9.14vw, 10rem))*0.5 + 57px)}}@media (max-width:576px){.header__content.works .header__title.page-works span:nth-child(2n){padding-left:calc(max(2.25rem, min(9.14vw, 10rem))*0.7)}}.header__content.works .header__title span:first-child{justify-content:flex-start}@media (max-width:768px){.header__content.works .header__title span:first-child{padding-left:25px}}@media (max-width:576px){.header__content.works .header__title span:first-child{padding-left:0}}.header__content.works .header__title span:nth-child(2n){padding-left:calc(max(2.25rem, min(9.14vw, 10rem))*0.75);margin-top:30px}@media (max-width:768px){.header__content.works .header__title span:nth-child(2n){margin-top:10px;padding-left:calc(max(2rem, min(8.14vw, 6rem))*0.5 + 25px)}}@media (max-width:576px){.header__content.works .header__title span:nth-child(2n){padding-left:calc(max(2.25rem, min(9.14vw, 10rem))*0.7)}}@media (max-width:1199px){.header__content.works .header__text{margin-top:80px;max-width:75%;margin-left:62px}}@media (max-width:576px){.header__content.works .header__text{margin-top:63px;max-width:100%;margin-left:0}}.header__title{font-weight:800;font-size:max(2.75rem,min(11.14vw,12.5rem));line-height:90%;letter-spacing:-.01em;text-transform:uppercase;font-feature-settings:"ordn" on;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;min-height:0;text-align:left}.header__title.main{padding-left:20px;font-size:max(2.75rem,min(11.14vw,10rem))}.header__title.main span:nth-child(2n){left:-20px}@media (max-width:1199px){.header__title.main{font-size:max(2.75rem,min(8.14vw,7.5rem))}}@media (max-width:768px){.header__title.main{font-size:max(2.3rem,min(14.14vw,2.75rem))}}@media (max-width:450px){.header__title.main{font-size:max(1.8rem,min(9.14vw,2.75rem))}}@media (min-width:577px){.header__title.main span:nth-child(odd){text-align:left;justify-content:flex-start;padding-left:72px}.header__title.main span:nth-child(2n){text-align:left;padding-right:0;padding-left:0;left:0}}@media (min-width:1199px){.header__title.main span:nth-child(2n){padding-left:0}}.header__title.main .header__text{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;max-width:none;max-height:none}@media (max-width:576px){.header__title.main .header__text span{display:block;margin-top:0;left:0;text-align:left}}@media (min-width:577px){.header__title.main .header__text{max-width:100%;margin:32px auto 0;text-align:center;align-items:center}.header__title.main .header__text span{font-size:max(1.8rem,min(1.14vw,5rem));line-height:90%;margin-top:0}.header__title.main .header__text span:nth-child(odd){padding-left:0}.header__title.main .header__text span:nth-child(2n){padding-left:72px}}@media (min-width:1199px){.header__title.main .header__text span{font-size:max(1.8rem,min(8.14vw,5rem))}.header__title.main .header__text span:nth-child(2n){padding-left:150px}}@media (max-width:1199px){.header__title{font-size:max(2.75rem,min(8.14vw,12.5rem))}}@media (max-width:768px){.header__title{font-size:max(2.3rem,min(14.14vw,2.75rem))}}@media (max-width:359px){.header__title{font-size:max(2.3rem,min(11.14vw,2.75rem))}}.header__title span{width:100%;display:block;text-align:left}.header__title span:not(:first-child){margin-top:20px}@media (max-width:768px){.header__title span:not(:first-child){margin-top:5px}}@media (max-width:576px){.header__title span:not(:first-child){margin-top:10px}}.header__title span:nth-child(2n){padding-left:72px}@media (max-width:768px){.header__title span:nth-child(2n){padding-left:0;padding-right:108px}}@media (max-width:576px){.header__title span:nth-child(2n){padding-right:0;position:relative}}.header__title span:first-child{justify-content:center}@media (max-width:768px){.header__title span:last-child{position:relative;margin-top:10px}}@media (max-width:576px){.header__title .header__text{display:none}}.header__text{font-size:max(1rem,min(3.14vw,2.5rem));text-transform:none;font-weight:400;line-height:140%;letter-spacing:unset;font-feature-settings:"liga" off,"calt" off;margin-left:15px;max-width:468px;letter-spacing:.1px}@media (min-width:1300px){.header__text{font-size:max(1rem,min(2.14vw,2.5rem))}}@media (max-width:768px){.header__text{max-width:186px;min-width:186px;font-size:1.4rem;margin-left:69px}}@media (max-width:576px){.header__text{margin-left:0}}.header__info{font-size:max(1.25rem,min(4.14vw,3.5rem));line-height:130%;font-feature-settings:"liga" off,"calt" off;position:relative;z-index:1;font-weight:400;margin-top:max(1rem,min(13.14vw,10rem))}@media (max-width:768px){.header__info{font-size:1.25rem;margin-top:20px}}@media (max-width:576px){.header__info{padding:0;margin-top:68px}}@media (min-width:1920px){.header__info.container-sm{max-width:1530px}}.menu-burger{position:fixed;justify-content:flex-end;width:100%;height:100vh;top:0;right:0;display:none;z-index:10;background:rgba(0,0,0,.4)}@media (max-width:576px){.menu-burger{width:100%;z-index:9999999}}.menu-burger.burger-menu-close{display:-webkit-box;display:-ms-flexbox;display:flex}.menu-burger.burger-menu-close .menu-burger__content{-webkit-animation:scale-up-tr-back .8s ease-in-out both;animation:scale-up-tr-back .8s ease-in-out both}@media (max-width:1024px){.menu-burger.burger-menu-close .menu-burger__content{-webkit-animation:scale-up-tr-back-tab .8s ease-in-out both;animation:scale-up-tr-back-tab .8s ease-in-out both}}@media (max-width:767px){.menu-burger.burger-menu-close .menu-burger__content{-webkit-animation:scale-up-tr-back-mob .8s ease-in-out both;animation:scale-up-tr-back-mob .8s ease-in-out both}}.menu-burger.burger-menu-open{display:-webkit-box;display:-ms-flexbox;display:flex}.menu-burger.burger-menu-open .menu-burger__content{-webkit-animation:scale-up-tr .8s ease-in-out both;animation:scale-up-tr .8s ease-in-out both}@media (max-width:1024px){.menu-burger.burger-menu-open .menu-burger__content{-webkit-animation:scale-up-tr-tab .8s ease-in-out both;animation:scale-up-tr-tab .8s ease-in-out both}}@media (max-width:767px){.menu-burger.burger-menu-open .menu-burger__content{-webkit-animation:scale-up-tr-mob .8s ease-in-out both;animation:scale-up-tr-mob .8s ease-in-out both}}.menu-burger__content{width:50%;height:100%;padding:30px 60px 30px 120px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;position:relative}.menu-burger__content:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#5922ff;z-index:-1}@media (max-width:1840px){.menu-burger__content{padding-right:20px}}@media (max-width:1199px){.menu-burger__content{padding:22px 22px 37px 40px}}@media (max-width:576px){.menu-burger__content{width:100%}}.menu-burger__close{margin-left:auto;cursor:pointer;width:-webkit-max-content;width:-moz-max-content;width:max-content;position:relative}.menu-burger__close svg path{transition:.3s}@media (max-width:1199px){.menu-burger__close svg{width:28px;height:28px}}.menu-burger__close:hover svg path{fill:hsla(0,0%,100%,.6)}.menu-burger__wraper{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;height:84%;padding-top:30px}@media (max-width:1199px){.menu-burger__wraper{flex-direction:column;justify-content:space-between;align-items:flex-start;padding-top:58px;height:90%}}.menu-burger__item{font-size:56px;font-size:max(1.25rem,min(3.14vw,3.5rem));line-height:130%;font-feature-settings:"liga" off,"calt" off}@media (max-width:1199px){.menu-burger__item{font-size:1.25rem}}.menu-burger__item:not(:first-child){margin-top:24px}.menu-burger__item a{position:relative;display:inline-block}.menu-burger__item a:before{content:"";background:#fff;width:0;position:absolute;bottom:2px;left:0;display:block;transition:.3s;height:2px}.menu-burger__item a:hover:before{width:100%}.menu-burger__social{display:none}@media (max-width:1199px){.menu-burger__social{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}}.menu-burger__social-item{margin-left:24px}@media (max-width:576px){.menu-burger__social-item:first-child{margin-left:0}}body.burger-menu-open{overflow:hidden}@media (min-width:1200px){body.burger-menu-open .header__logo-menu{display:block}}@-webkit-keyframes scale-up-tr{0%{-webkit-clip-path:circle(0 at 1834.41px 70px);clip-path:circle(0 at 1834.41px 70px)}to{-webkit-clip-path:circle(200vw at 1834.41px 70px);clip-path:circle(200vw at 1834.41px 70px)}}@keyframes scale-up-tr{0%{-webkit-clip-path:circle(0 at 1834.41px 70px);clip-path:circle(0 at 1834.41px 70px)}to{-webkit-clip-path:circle(200vw at 1834.41px 70px);clip-path:circle(200vw at 1834.41px 70px)}}@-webkit-keyframes scale-up-tr-back{0%{-webkit-clip-path:circle(200vw at 1834.41px 70px);clip-path:circle(200vw at 1834.41px 70px)}to{-webkit-clip-path:circle(0 at 1834.41px 70px);clip-path:circle(0 at 1834.41px 70px)}}@keyframes scale-up-tr-back{0%{-webkit-clip-path:circle(200vw at 1834.41px 70px);clip-path:circle(200vw at 1834.41px 70px)}to{-webkit-clip-path:circle(0 at 1834.41px 70px);clip-path:circle(0 at 1834.41px 70px)}}@-webkit-keyframes scale-up-tr-mob{0%{-webkit-clip-path:circle(0 at 290.086px 35.7891px);clip-path:circle(0 at 290.086px 35.7891px)}to{-webkit-clip-path:circle(300vw at 290.086px 35.7891px);clip-path:circle(300vw at 290.086px 35.7891px)}}@keyframes scale-up-tr-mob{0%{-webkit-clip-path:circle(0 at 290.086px 35.7891px);clip-path:circle(0 at 290.086px 35.7891px)}to{-webkit-clip-path:circle(300vw at 290.086px 35.7891px);clip-path:circle(300vw at 290.086px 35.7891px)}}@-webkit-keyframes scale-up-tr-back-mob{0%{-webkit-clip-path:circle(300vw at 290.086px 35.7891px);clip-path:circle(300vw at 290.086px 35.7891px)}to{-webkit-clip-path:circle(0 at 290.086px 35.7891px);clip-path:circle(0 at 290.086px 35.7891px)}}@keyframes scale-up-tr-back-mob{0%{-webkit-clip-path:circle(300vw at 290.086px 35.7891px);clip-path:circle(300vw at 290.086px 35.7891px)}to{-webkit-clip-path:circle(0 at 290.086px 35.7891px);clip-path:circle(0 at 290.086px 35.7891px)}}@-webkit-keyframes scale-up-tr-tab{0%{-webkit-clip-path:circle(0 at 490.086px 35.7891px);clip-path:circle(0 at 490.086px 35.7891px)}to{-webkit-clip-path:circle(300vw at 490.086px 35.7891px);clip-path:circle(300vw at 490.086px 35.7891px)}}@keyframes scale-up-tr-tab{0%{-webkit-clip-path:circle(0 at 490.086px 35.7891px);clip-path:circle(0 at 490.086px 35.7891px)}to{-webkit-clip-path:circle(300vw at 490.086px 35.7891px);clip-path:circle(300vw at 490.086px 35.7891px)}}@-webkit-keyframes scale-up-tr-back-tab{0%{-webkit-clip-path:circle(300vw at 490.086px 35.7891px);clip-path:circle(300vw at 490.086px 35.7891px)}to{-webkit-clip-path:circle(0 at 490.086px 35.7891px);clip-path:circle(0 at 490.086px 35.7891px)}}@keyframes scale-up-tr-back-tab{0%{-webkit-clip-path:circle(300vw at 490.086px 35.7891px);clip-path:circle(300vw at 490.086px 35.7891px)}to{-webkit-clip-path:circle(0 at 490.086px 35.7891px);clip-path:circle(0 at 490.086px 35.7891px)}}.list-images{display:-ms-grid;display:grid;grid-gap:max(1.25rem,min(7.14vw,7.5rem));-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;width:100%;margin-top:115px;position:relative}@media (max-width:1024px) and (min-width:577px){.list-images{width:-webkit-max-content;width:-moz-max-content;width:max-content}}@media (max-width:768px){.list-images{margin-top:60px;grid-gap:40px}}@media (max-width:576px){.list-images{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;margin-top:20px;padding:0 20px;grid-gap:0}}@media (max-width:1024px) and (min-width:577px){.list-images__wraper{width:100vw;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}}.list-images__item{width:100%;position:relative;z-index:1;height:-webkit-max-content;height:-moz-max-content;height:max-content}@media (max-width:1024px) and (min-width:577px){.list-images__item{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:450px}}@media (max-width:650px) and (min-width:577px){.list-images__item{max-width:390px}}.list-images__item:first-child{margin-top:max(1.25rem,min(7.14vw,6.875rem))}@media (max-width:768px){.list-images__item:first-child{margin-top:40px}}@media (max-width:576px){.list-images__item:first-child{width:50%}}.list-images__item:nth-child(2){margin-top:max(1.25rem,min(13.14vw,25rem))}@media (max-width:768px){.list-images__item:nth-child(2){margin-top:80px}}@media (max-width:576px){.list-images__item:nth-child(2){width:73%;margin:-33px auto 0}}@media (max-width:576px){.list-images__item:nth-child(3){width:50%;margin-top:-36px;margin-left:auto}}.list-images__item img{width:100%;max-height:900px;-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top}@media (max-width:1440px){.list-images__item img{max-height:666px}}@media (max-width:576px){.list-images__item img{max-height:250px}}.list-images__background{position:absolute;bottom:-68%;z-index:0}@media (max-width:768px){.list-images__background{bottom:-56%;width:65%;left:50%;transform:translate(-50%)}}@media (max-width:576px){.list-images__background{bottom:-25%;width:100%}}.list-components{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;margin-top:max(2.25rem,min(17.14vw,15rem));position:relative;left:3px}@media (min-width:769px){.list-components{max-width:64%}}@media (max-width:768px){.list-components{left:unset;margin-top:76px}}@media (max-width:576px){.list-components{margin-top:90px}}.list-components__item{position:relative;width:50%}@media (max-width:768px){.list-components__item{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column}}.list-components__item:before{content:"";display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12h24' stroke='%235922FF' stroke-width='2'/%3E%3C/svg%3E");width:24px;height:24px;background-size:100% 100%;position:absolute;left:-63px;top:12px}@media (max-width:768px){.list-components__item:before{position:relative;left:unset;top:unset;margin-bottom:17px}}.list-components__item:nth-child(2n){margin-left:auto;margin-top:-22px;width:calc(50% - 30px);margin-bottom:clamp(.5rem,-.36rem + 5.14vw,4.9375rem)}@media (max-width:768px){.list-components__item:nth-child(2n){margin-top:7px;width:calc(50% - 10px);margin-bottom:8px}}@media (max-width:576px){.list-components__item:nth-child(2n){width:50%}}.list-components__item-title{font-size:max(2.25rem,min(6.14vw,6rem));line-height:100%}@media (max-width:768px){.list-components__item-title{font-size:2.25rem}}.list-components__item-group{margin-top:30px}@media (max-width:768px){.list-components__item-group{margin-top:16px}}.list-components__item-text{font-size:max(1rem,min(3.14vw,2.5rem));line-height:140%}@media (max-width:768px){.list-components__item-text{font-size:1rem}}.list-components__item-text.a-link{display:inline-block}.list-components__item-text.a-link span{text-decoration:none;background:no-repeat 0 100%;background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.2)));background-image:linear-gradient(hsla(0,0%,100%,.2),hsla(0,0%,100%,.2));transition:background-image .3s ease-in-out;background-size:100% 2px}.list-components__item-text.a-link:hover span{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.8)),to(hsla(0,0%,100%,.8)));background-image:linear-gradient(hsla(0,0%,100%,.8),hsla(0,0%,100%,.8))}.list-components__item-text:not(:first-child){margin-top:24px}@media (max-width:768px){.list-components__item-text:not(:first-child){margin-top:7px}}.list-useful{margin-top:max(2.25rem,min(17.14vw,15rem));max-width:1530px;position:relative;z-index:2}@media (max-width:1500px) and (min-width:769px){.list-useful__title-wrap{max-width:83%;margin:0 auto}.list-useful__title{margin:0 auto}}@media (max-width:1900px) and (min-width:769px){.list-useful__title{margin:0 auto}}@media (max-width:768px){.list-useful{margin-top:90px}}.list-useful__title{font-weight:800;font-size:max(2.25rem,min(9.14vw,10rem));line-height:90%;text-transform:uppercase;font-feature-settings:"liga" off,"calt" off;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;max-width:calc(75% + 3px);position:relative}@media (max-width:768px){.list-useful__title{font-size:2.25rem;max-width:249px;margin:0 auto}}.list-useful__title span{position:relative;z-index:1;display:inline-block}.list-useful__title span:nth-child(2){display:block;width:100%;text-align:center;margin-top:31px;position:relative;left:-16px}@media (max-width:768px){.list-useful__title span:nth-child(2){margin-top:11px;left:-5px}}.list-useful__title span:nth-child(3){display:block;width:100%;margin-left:calc(clamp(2.25rem, -.36rem + 9.14vw, 10rem)*1.8);margin-top:30px}@media (max-width:768px){.list-useful__title span:nth-child(3){margin-top:10px;text-align:right;margin-left:0}}.list-useful__background{position:absolute;z-index:0;bottom:-138%;right:-42%}@media (max-width:768px){.list-useful__background{bottom:-104%;right:-48%;width:150%;max-width:100vw}}.list-useful__items{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;max-width:90%;margin-top:max(2.25rem,min(19.14vw,10.875rem))}@media (max-width:768px){.list-useful__items{max-width:71%;margin-top:90px}}@media (max-width:576px){.list-useful__items{max-width:100%;padding:0}}.list-useful__item{display:-ms-grid;display:grid;-ms-grid-columns:22px 1fr;grid-template-columns:22px 1fr;grid-gap:0 40px;width:50%}@media (max-width:768px){.list-useful__item{-ms-grid-columns:1fr 96px;grid-template-columns:1fr 96px;grid-gap:0 22px;width:68%}}@media (max-width:576px){.list-useful__item{width:100%}}.list-useful__item:nth-child(2n){margin-left:auto;margin-top:-50px;position:relative;left:-34px}@media (max-width:768px){.list-useful__item:nth-child(2n){left:unset;margin-top:30px;margin-right:30px}}@media (max-width:576px){.list-useful__item:nth-child(2n){margin-right:0}}.list-useful__item:nth-child(odd):not(:first-child){margin-top:-100px}@media (max-width:768px){.list-useful__item:nth-child(odd):not(:first-child){margin-top:29px}}@media (min-width:1199px){.list-useful__item:hover .list-useful__item-title span{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.8)),to(hsla(0,0%,100%,.8)));background-image:linear-gradient(hsla(0,0%,100%,.8),hsla(0,0%,100%,.8))}.list-useful__item:hover .list-useful__item-btn span{opacity:1}}.list-useful__item-number{color:#5922ff;font-size:max(.75rem,min(7.14vw,1.25rem));line-height:140%;font-feature-settings:"liga" off,"calt" off;margin-top:206px;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/span 2}@media (max-width:768px){.list-useful__item-number{margin-top:30px;font-size:.75rem;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin-left:0}}.list-useful__item-info{-ms-grid-column:2;grid-column:2}@media (max-width:768px){.list-useful__item-info{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.list-useful__item-icon{width:160px;height:160px}@media (max-width:768px){.list-useful__item-icon{width:96px;height:96px;-ms-grid-column:2;grid-column:2;-ms-grid-row:2;grid-row:2}}@media (max-width:350px){.list-useful__item-icon{width:76px;height:76px}}.list-useful__item-icon img{width:100%;height:100%}.list-useful__item-title{font-size:max(2.25rem,min(7.14vw,6rem));line-height:100%;font-feature-settings:"liga" off,"calt" off;margin-top:38px;position:relative;display:inline-block}.list-useful__item-title span{text-decoration:none;background:no-repeat 0 100%;background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.2)));background-image:linear-gradient(hsla(0,0%,100%,.2),hsla(0,0%,100%,.2));transition:background-image .3s ease-in-out;background-size:100% 2px}@media (max-width:768px){.list-useful__item-title{font-size:2.25rem;margin-top:8px}}.list-useful__item-text{font-size:max(.75rem,min(7.14vw,1.25rem));line-height:140%;font-feature-settings:"liga" off,"calt" off;margin-top:30px}@media (max-width:768px){.list-useful__item-text{font-size:.75rem;margin-top:7px}}.list-useful__item-btn{margin-top:40px;margin-left:-2px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}@media (max-width:768px){.list-useful__item-btn{font-size:2.25rem;margin-top:8px}.list-useful__item-btn img{width:40px;height:40px}}.list-useful__item-btn span{opacity:0;font-size:max(.75rem,min(7.14vw,1.25rem));line-height:140%;font-feature-settings:"liga" off,"calt" off;transition:all .5s;margin-left:12px;margin-top:3px}@media (max-width:768px){.list-useful__item-btn span{opacity:1;font-size:1rem}}.list-project{margin-top:max(2.25rem,min(17.14vw,15rem));max-width:1530px;position:relative;z-index:1}@media (max-width:1500px) and (min-width:769px){.list-project__title-wrap{max-width:83%;margin:0 auto}.list-project__title{margin:0 auto}}@media (max-width:1900px) and (min-width:769px){.list-project__title{margin:0 auto}}@media (max-width:768px){.list-project{margin-top:90px}}.list-project.works{margin-top:140px}@media (max-width:768px){.list-project.works{margin-top:10px}}@media (max-width:576px){.list-project.works{margin-top:30px}}.list-project.works .list-project__items{margin-top:0}.list-project__title{font-weight:800;font-size:max(2.25rem,min(9.14vw,10rem));line-height:90%;text-transform:uppercase;font-feature-settings:"liga" off,"calt" off;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;max-width:calc(75% + 3px);position:relative}@media (max-width:768px){.list-project__title{font-size:2.25rem;max-width:236px;margin:0 auto}}.list-project__title span{position:relative;z-index:1}.list-project__title span:nth-child(2){display:block;width:100%;margin-left:calc(clamp(2.25rem, -.36rem + 9.14vw, 10rem)*1.55);margin-top:31px;position:relative;left:-16px}@media (max-width:768px){.list-project__title span:nth-child(2){margin-top:9px;margin-left:3.4875rem;left:unset}}.list-project__title span:nth-child(3){display:block;width:100%;text-align:center;margin-left:calc(clamp(2.25rem, -.36rem + 9.14vw, 10rem)*0.45);margin-top:30px}@media (max-width:768px){.list-project__title span:nth-child(3){margin-top:10px;margin-left:1.4625rem}}.list-project__background{position:absolute;z-index:0;top:-39vw;right:-72%;max-width:100vw}@media (max-width:768px){.list-project__background{top:unset;bottom:-104%;right:-48%;width:150%;max-width:100vw}}@media (max-width:576px){.list-project__background{right:-13%}}.list-project__items{max-width:100%;position:relative;z-index:1;margin:max(2.25rem,min(19.14vw,10.875rem)) auto 0}@media (max-width:1600px){.list-project__items{max-width:83%}}@media (max-width:768px){.list-project__items{margin-top:90px}}@media (max-width:576px){.list-project__items{max-width:100%}}.list-project__item{width:calc(50% - 70px);display:block}@media (max-width:768px){.list-project__item{width:calc(50% - 55px)}}@media (max-width:576px){.list-project__item{width:calc(100% - 72px)}}.list-project__item:hover .list-project__item-logo img{transform:scale(.9)}.list-project__item:hover .list-project__item-title span{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.8)),to(hsla(0,0%,100%,.8)));background-image:linear-gradient(hsla(0,0%,100%,.8),hsla(0,0%,100%,.8))}.list-project__item:hover .list-project__item-btn span{opacity:1}.list-project__item:not(:first-child){margin-top:calc(clamp(.75rem, -.36rem + 15.14vw, 17.375rem)*-1)}@media (max-width:768px){.list-project__item:not(:first-child){margin-top:-78px}}@media (max-width:576px){.list-project__item:not(:first-child){margin-top:58px}}.list-project__item:nth-child(2n){margin-left:auto}.list-project__item:first-child .list-project__item-title{margin-top:70px}@media (max-width:768px){.list-project__item:first-child .list-project__item-title{margin-top:10px}}.list-project__item-logowrap{position:relative;padding-top:calc(100% + 63px)}@media (max-width:1600px){.list-project__item-logowrap{padding-top:calc(100% + 10px)}}.list-project__item-logo{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.list-project__item-logo img{transition:.3s;width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.list-project__item-logo picture{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.list-project__item-title{font-size:max(1.25rem,min(5.14vw,3.5rem));line-height:130%;font-feature-settings:"liga" off,"calt" off;margin-top:40px;position:relative;display:inline-block}.list-project__item-title span{text-decoration:none;background:no-repeat 0 100%;background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.2)));background-image:linear-gradient(hsla(0,0%,100%,.2),hsla(0,0%,100%,.2));transition:background-image .3s ease-in-out;background-size:100% 2px}@media (max-width:1600px){.list-project__item-title{font-size:max(1.25em,min(3.14vw,3.5rem))}}@media (max-width:768px){.list-project__item-title{font-size:1.25rem;margin-top:10px}}.list-project__item-text{font-size:20px;line-height:140%;font-size:max(.75rem,min(2.14vw,1.25rem));font-feature-settings:"liga" off,"calt" off;margin-top:15px}@media (max-width:768px){.list-project__item-text{font-size:.75rem;margin-top:6px}}.list-project__item-btn{margin-top:40px;margin-left:-2px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}@media (max-width:768px){.list-project__item-btn{font-size:2.25rem;margin-top:8px}.list-project__item-btn img{width:40px;height:40px}}.list-project__item-btn span{opacity:0;font-size:max(.75rem,min(7.14vw,1.25rem));line-height:140%;font-feature-settings:"liga" off,"calt" off;transition:all .5s;margin-left:12px;margin-top:3px}@media (max-width:768px){.list-project__item-btn span{opacity:1;font-size:1rem}}.list-project__btn{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;font-size:56px;font-size:max(1.25rem,min(4.14vw,3.5rem));line-height:130%;font-feature-settings:"liga" off,"calt" off;border:1px solid hsla(0,0%,100%,.2);padding:23px;width:calc(80% - 10px);margin:120px auto 0;transition:.3s}.list-project__btn:hover{border:1px solid #fff}@media (max-width:768px){.list-project__btn{font-size:1.25rem;height:58px;width:240px;padding:0;margin-top:60px}}.list-project__btn:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2.5l10 10-10 10' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E");background-size:100% 100%;display:block;width:24px;height:24px;margin-left:42px;position:relative;top:4px}@media (max-width:768px){.list-project__btn:after{width:18px;height:18px;margin-left:21px;top:unset}}.list-brands{margin-top:max(2.25rem,min(17.14vw,15rem));max-width:1530px}@media (max-width:1500px) and (min-width:769px){.list-brands__title-wrap{max-width:83%;margin:0 auto}.list-brands__title{margin:0 auto}}@media (max-width:1900px) and (min-width:769px){.list-brands__title{margin:0 auto}}@media (max-width:768px){.list-brands{margin-top:90px}}.list-brands__title{font-weight:800;font-size:max(2.25rem,min(9.14vw,10rem));line-height:90%;text-transform:uppercase;font-feature-settings:"liga" off,"calt" off;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;max-width:calc(75% + 3px);position:relative}@media (max-width:768px){.list-brands__title{font-size:2.25rem;max-width:258px;margin:0 auto}}.list-brands__title span{position:relative;z-index:1}.list-brands__title span:nth-child(2){display:block;width:100%;margin-left:calc(clamp(2.25rem, -.36rem + 9.14vw, 10rem)*1.05);margin-top:29px;position:relative;left:-16px}@media (max-width:768px){.list-brands__title span:nth-child(2){margin-top:9px;margin-left:2.475rem;left:unset}}.list-brands__background{position:absolute;z-index:0;bottom:-181%;right:-75%;max-width:100vw}@media (max-width:768px){.list-brands__background{bottom:-193%;right:-48%;max-width:100vw}}@media (max-width:576px){.list-brands__background{left:50%;width:136vw;max-width:unset;right:unset;transform:translate(-50%,-50%);top:41%}}.list-brands__items{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:75px 60px;position:relative;z-index:1;margin-top:max(2.25rem,min(19.14vw,10.875rem))}@media (max-width:768px){.list-brands__items{grid-gap:35px 60px;padding-left:15px;margin-top:90px;max-width:90%;padding-right:3px}}@media (max-width:576px){.list-brands__items{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;max-width:96%}}.list-brands__item{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.list-brands__item img{max-width:100%}.list-feature{margin-top:max(2.25rem,min(17.14vw,15rem));max-width:1530px;position:relative;z-index:1}@media (max-width:1500px) and (min-width:769px){.list-feature__title-wrap{max-width:83%;margin:0 auto}.list-feature__title{margin:0 auto}}@media (max-width:1900px) and (min-width:769px){.list-feature__title{margin:0 auto}}@media (max-width:768px){.list-feature{margin-top:90px}}.list-feature__title{font-weight:800;font-size:max(2.25rem,min(9.14vw,10rem));line-height:90%;text-transform:uppercase;font-feature-settings:"liga" off,"calt" off;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;max-width:calc(75% + 3px);position:relative}@media (max-width:768px){.list-feature__title{font-size:2.25rem;max-width:248px;margin:0 auto}}.list-feature__title span{position:relative;z-index:1}.list-feature__title span:nth-child(2){display:block;width:100%;margin-left:calc(clamp(2.25rem, -.36rem + 9.14vw, 10rem)*1.75);margin-top:29px;position:relative;left:-16px}@media (max-width:768px){.list-feature__title span:nth-child(2){margin-top:11px;margin-left:1.8rem;left:unset}}.list-feature__title span:nth-child(3){display:block;width:100%;text-align:center;margin-left:calc(clamp(2.25rem, -.36rem + 9.14vw, 10rem)*0.52);margin-top:30px}@media (max-width:768px){.list-feature__title span:nth-child(3){margin-top:9px;margin-left:-17px;text-align:center}}.list-feature__info{max-width:80%;margin:max(2.25rem,min(19.14vw,10.875rem)) auto 0;padding-left:2px}@media (max-width:768px){.list-feature__info{max-width:66%;margin-top:90px}}@media (max-width:576px){.list-feature__info{max-width:100%}}@media (min-width:1920px){.list-feature__info{max-width:100%}}.list-feature__info-text{max-width:90%;font-size:56px;line-height:130%;font-size:max(1.25rem,min(4.14vw,3.5rem));font-feature-settings:"liga" off,"calt" off}@media (max-width:768px){.list-feature__info-text{font-size:1.25rem;max-width:100%}}@media (min-width:1920px){.list-feature__info-text{max-width:100%;font-size:max(1.25rem,min(4.14vw,3.1rem))}}.list-feature__info-list{grid-gap:60px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;margin-top:max(3.75rem,min(10.14vw,11.25rem));width:calc(100% + 150px)}@media (max-width:1600px){.list-feature__info-list{width:100%}}@media (max-width:768px){.list-feature__info-list{width:calc(100% + 20px);margin-top:60px}}@media (max-width:576px){.list-feature__info-list{width:100%;grid-gap:37px 18px;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.list-feature__info-title{line-height:140%;font-size:max(1rem,min(3.14vw,2.5rem));font-feature-settings:"liga" off,"calt" off}@media (max-width:768px){.list-feature__info-title{font-size:1rem}}.list-feature__info-resttext{line-height:100%;font-size:max(2.25rem,min(6.14vw,6rem));font-feature-settings:"liga" off,"calt" off;margin-top:15px;white-space:nowrap}@media (max-width:768px){.list-feature__info-resttext{font-size:2.25rem;margin-top:9px}}.list-feature__info-rest{display:inline-block;margin-left:29px}@media (max-width:768px){.list-feature__info-rest{margin-left:10px}}.list-services{margin-top:max(2.25rem,min(17.14vw,15rem));max-width:1920px;margin-left:auto;margin-right:auto;padding-top:30px;position:relative;z-index:2}@media (max-width:1500px) and (min-width:769px){.list-services__title-wrap{max-width:83%;margin:0 auto}.list-services__title{margin:0 auto}}@media (max-width:1900px) and (min-width:769px){.list-services__title{margin:0 auto}}@media (max-width:768px){.list-services{margin-top:90px}}.list-services__title{font-weight:800;font-size:max(2.25rem,min(9.14vw,10rem));line-height:90%;text-transform:uppercase;font-feature-settings:"liga" off,"calt" off;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;max-width:calc(75% + 3px);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}@media (max-width:768px){.list-services__title{font-size:2.25rem;max-width:249px;margin:0 auto}}.list-services__title span{position:relative;z-index:1;display:inline-block}.list-services__title span:nth-child(2){display:block;width:100%;text-align:center;margin-top:31px;position:relative;left:5rem}@media (max-width:768px){.list-services__title span:nth-child(2){margin-top:11px;left:1rem}}.list-services__title span:nth-child(3){display:block;width:100%;margin-left:calc(clamp(2.25rem, -.36rem + 9.14vw, 10rem)*1.8);margin-top:30px}@media (max-width:768px){.list-services__title span:nth-child(3){margin-top:10px;text-align:right;margin-left:0}}.list-services__background{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%}.list-services__items{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;margin-top:max(2.25rem,min(19.14vw,10.875rem))}@media (max-width:768px){.list-services__items{margin-top:90px}}@media (max-width:576px){.list-services__items{padding:0}}.list-services__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:200px;position:relative}@media (max-width:768px){.list-services__item{flex-direction:column;width:100%;margin-top:60px}.list-services__item:first-child{margin-top:0}}.list-services__item:nth-child(2n){flex-direction:row-reverse;position:relative}@media (max-width:768px){.list-services__item:nth-child(2n){flex-direction:column}}.list-services__item:first-child{margin-top:0}.list-services__item-number{color:#5922ff;font-size:max(.75rem,min(7.14vw,1.25rem));line-height:140%;font-feature-settings:"liga" off,"calt" off;position:absolute;top:0;left:0;transform:translateX(-100%)}@media (max-width:768px){.list-services__item-number{margin-left:20px;margin-top:30px;font-size:.75rem;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;top:auto;transform:none;bottom:100%}}.list-services__item-info{max-width:870px;margin:0 auto;padding:0 40px;position:relative}@media (max-width:768px){.list-services__item-info{width:100%;margin-left:auto;padding:0}}.list-services__item-image{width:33%}@media (max-width:768px){.list-services__item-image{display:none}}.list-services__item-image img{width:100%}.list-services__item-title{font-size:max(2.25rem,min(7.14vw,6rem));line-height:100%;font-feature-settings:"liga" off,"calt" off;position:relative;display:inline-block;font-weight:700}.list-services__item-title span{display:block}@media (max-width:768px){.list-services__item-title{font-size:2.25rem;margin-top:20px;display:block;padding:0 20px}}.list-services__item-text{font-size:max(2.5rem,min(7.14vw,1.25rem));line-height:140%;font-feature-settings:"liga" off,"calt" off;font-weight:400;margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:0 24px}@media (max-width:768px){.list-services__item-text{font-size:1rem;margin-top:20px;padding:0 20px;gap:0 8px}}.list-services__item-text a{text-decoration:none;background:no-repeat 0 100%;background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.2)));background-image:linear-gradient(hsla(0,0%,100%,.2),hsla(0,0%,100%,.2));transition:background-image .3s ease-in-out;background-size:100% 2px}.list-services__item-text span{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 24px}@media (max-width:768px){.list-services__item-text span{gap:0 8px}}.list-services__item-text a:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.8)),to(hsla(0,0%,100%,.8)));background-image:linear-gradient(hsla(0,0%,100%,.8),hsla(0,0%,100%,.8))}.list-services__item-text span:not(:last-child):after{content:"/";color:#5922ff}.list-services__item-btn{margin-top:40px;margin-left:-2px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}@media (max-width:768px){.list-services__item-btn{font-size:2.25rem;margin-top:8px}.list-services__item-btn img{width:40px;height:40px}}.list-services__item-btn span{opacity:0;font-size:max(.75rem,min(7.14vw,1.25rem));line-height:140%;font-feature-settings:"liga" off,"calt" off;transition:all .5s;margin-left:12px;margin-top:3px}@media (max-width:768px){.list-services__item-btn span{opacity:1;font-size:1rem}}footer{position:relative;margin-top:-250px}@media (max-width:768px){footer{margin-top:-150px}}@media (max-width:576px){footer{margin-top:-100px}}footer:before{content:"";width:100%;height:500px;position:relative;display:block;background:-webkit-gradient(linear,left bottom,left top,from(#5922ff),to(transparent));background:linear-gradient(1turn,#5922ff,transparent);background-blend-mode:difference,normal;margin-bottom:-2px;z-index:-1}@media (max-width:768px){footer:before{height:260px}}@media (max-width:576px){footer:before{height:209px}}footer .footer{max-width:1740px;padding-top:38px;position:relative;z-index:1;min-height:1040px;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-end}@media (max-width:1199px){footer .footer{min-height:unset;height:unset;display:block}}@media (max-width:768px){footer .footer{padding-top:40px}}@media (max-width:576px){footer .footer{padding-top:51px}}footer .footer__wrap{position:relative}footer .footer__wrap:after{content:"";width:100%;height:100%;position:absolute;background:#5922ff;background-blend-mode:difference,normal;left:0;top:0;z-index:-1}footer .footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex}footer .footer__logo-img{display:none}@media (max-width:1199px){footer .footer__logo-img{display:block}}@media (max-width:768px){footer .footer__logo-img{width:138px}}footer .footer__logo-text{font-style:normal;font-weight:900;font-size:22.7615px;line-height:17px;font-feature-settings:"ordn" on,"ss01" on;color:#fff;position:absolute;left:110px;top:38px;z-index:1;opacity:0}@media (max-width:1840px){footer .footer__logo-text{left:70px}}@media (max-width:1199px){footer .footer__logo-text{display:none}}footer .footer__wraper{max-width:88%;width:88%;margin:47px auto 0}@media (max-width:768px){footer .footer__wraper{max-width:100%;width:100%;margin-top:76px}}@media (max-width:576px){footer .footer__wraper{margin-top:134px}}@media (max-width:768px){footer .footer__title-wrap{max-width:66%;margin:0 auto}}@media (max-width:576px){footer .footer__title-wrap{max-width:100%}}footer .footer__title{font-weight:800;font-size:max(2.25rem,min(9.14vw,10rem));line-height:90%;text-transform:uppercase;font-feature-settings:"liga" off,"calt" off}@media (max-width:768px){footer .footer__title{font-size:2.25rem}}footer .footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-left:auto;margin-right:19%;margin-top:150px}@media (max-width:768px){footer .footer__info{margin-right:12%;margin-top:101px}}@media (max-width:576px){footer .footer__info{margin-top:22px;margin-left:0}}footer .footer__info-text{font-size:40px;font-size:max(1rem,min(3.14vw,2.5rem));line-height:140%;transition:.3s}footer .footer__info-text[href]:hover{text-decoration:underline}@media (max-width:768px){footer .footer__info-text{font-size:1rem}}footer .footer__info-text:not(:first-child){display:inline-block;margin-top:15px}@media (max-width:768px){footer .footer__info-text:not(:first-child){margin-top:9px}}footer .footer__bottom{padding-top:32px;padding-bottom:32px;border-top:1px solid hsla(0,0%,100%,.4);font-size:20px;line-height:140%;font-feature-settings:"liga" off,"calt" off;color:hsla(0,0%,100%,.4);margin-top:93px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){footer .footer__bottom{font-size:12px;padding-top:17px;padding-bottom:17px;margin-top:38px}}@media (max-width:576px){footer .footer__bottom{flex-direction:column}}footer .footer__link{display:inline-block;margin-left:42px;transition:.3s}footer .footer__link:hover{text-decoration:underline}@media (max-width:768px){footer .footer__link{margin-left:8px}}@media (max-width:576px){footer .footer__link{margin-left:0;margin-top:8px}}footer .footer__info-social-wraper{margin-top:56px}@media (max-width:576px){footer .footer__info-social-wraper{margin-top:44px}}footer .footer__info-social{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex}footer .footer__info-social-item{padding:20px 25px;border:1px solid hsla(0,0%,100%,.2);display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:400;font-size:20px;line-height:140%;font-feature-settings:"liga" off,"calt" off;transition:all .3s}footer .footer__info-social-item:hover{border:1px solid hsla(0,0%,100%,.5)}@media (max-width:768px){footer .footer__info-social-item{padding:10px 17px;font-size:12px;line-height:140%}}footer .footer__info-social-item svg{margin-right:10px;min-width:32px}footer .footer__info-social-item:not(:first-child){margin-left:10px}