/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=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{display:inline-block;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-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */@-webkit-keyframes scrolldown{0%{transform:translateY(0) translateX(-50%)}80%{transform:translateY(0) translateX(-50%)}90%{transform:translateY(-20%) translateX(-50%)}to{transform:translateY(0) translateX(-50%)}}@keyframes scrolldown{0%{transform:translateY(0) translateX(-50%)}80%{transform:translateY(0) translateX(-50%)}90%{transform:translateY(-20%) translateX(-50%)}to{transform:translateY(0) translateX(-50%)}}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,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:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-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)}}@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{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-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)}}@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{-webkit-animation-name:shake;animation-name:shake}@-webkit-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)}}@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{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-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: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)}}@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{-webkit-animation-name:tada;animation-name:tada}@-webkit-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}}@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{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-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)}}@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{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-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)}}@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{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@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{-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:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(30%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(30%,0,0)}to{opacity:1;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30%,0)}to{opacity:1;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.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}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}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;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}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;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);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)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@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;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);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;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);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;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes circle-path{0%{stroke-dashoffset:0}to{stroke-dashoffset:-370}}@keyframes circle-path{0%{stroke-dashoffset:0}to{stroke-dashoffset:-370}}/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */html.os-html,html.os-html>.os-host{display:block;overflow:hidden;box-sizing:border-box;height:100%!important;width:100%!important;min-width:100%!important;min-height:100%!important;margin:0!important;position:absolute!important}html.os-html>.os-host>.os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{position:relative;overflow:visible!important;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.os-host-flexbox{overflow:hidden!important;display:flex}.os-host-flexbox>.os-size-auto-observer{height:inherit!important}.os-host-flexbox>.os-content-glue{flex-grow:1;flex-shrink:0}.os-host-flexbox>.os-content-glue,.os-host-flexbox>.os-size-auto-observer{min-height:0;min-width:0;flex-grow:0;flex-shrink:1;flex-basis:auto}#os-dummy-scrollbar-size{position:fixed;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";visibility:hidden;overflow:scroll;height:500px;width:500px}#os-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}#os-dummy-scrollbar-size:after,#os-dummy-scrollbar-size:before,.os-content:after,.os-content:before{content:"";display:table;width:.01px;height:.01px;line-height:0;font-size:0;flex-grow:0;flex-shrink:0;visibility:hidden}#os-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,.os-viewport-native-scrollbars-invisible.os-viewport{scrollbar-width:none!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{display:none!important;width:0!important;height:0!important;visibility:hidden!important;background:transparent!important}.os-content-glue{box-sizing:inherit;max-height:100%;max-width:100%;width:100%;pointer-events:none}.os-padding{box-sizing:inherit;direction:inherit;position:absolute;overflow:visible;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.os-host-overflow>.os-padding,.os-viewport{overflow:hidden}.os-viewport{direction:inherit!important;box-sizing:inherit!important;resize:none!important;outline:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.os-content-arrange{position:absolute;z-index:-1;min-height:1px;min-width:1px;pointer-events:none}.os-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:100%;visibility:visible}.os-content>.os-textarea{box-sizing:border-box!important;direction:inherit!important;background:transparent!important;outline:0 none transparent!important;overflow:hidden!important;position:absolute!important;display:block!important;top:0!important;left:0!important;margin:0!important;border-radius:0!important;float:none!important;filter:none!important;border:none!important;resize:none!important;transform:none!important;max-width:none!important;max-height:none!important;box-shadow:none!important;perspective:none!important;opacity:1!important;z-index:1!important;clip:auto!important;vertical-align:baseline!important;padding:0}.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea{right:0!important}.os-content>.os-textarea-cover{z-index:-1;pointer-events:none}.os-content>.os-textarea[wrap=off]{white-space:pre!important;margin:0!important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;display:block;visibility:hidden;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.os-resize-observer-host{padding:inherit;border:inherit;border-color:transparent;border-style:solid;box-sizing:border-box}.os-resize-observer-host.observed{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.os-resize-observer-host.observed>.os-resize-observer,.os-resize-observer-host>.os-resize-observer{height:200%;width:200%;padding:inherit;border:inherit;margin:0;display:block;box-sizing:content-box}.os-resize-observer-host.observed>.os-resize-observer,.os-resize-observer-host.observed>.os-resize-observer:before{display:flex;position:relative;flex-grow:1;flex-shrink:0;flex-basis:auto;box-sizing:border-box}.os-resize-observer-host.observed>.os-resize-observer:before{content:"";box-sizing:content-box;padding:inherit;border:inherit;margin:0}.os-size-auto-observer{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.os-size-auto-observer>.os-resize-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-resize-observer-item{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:-1;opacity:0;direction:ltr!important;flex:none!important}.os-resize-observer-item-final{position:absolute;left:0;top:0;transition:none!important;flex:none!important}.os-resize-observer{-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-name:os-resize-observer-dummy-animation;animation-name:os-resize-observer-dummy-animation}object.os-resize-observer{box-sizing:border-box!important}@-webkit-keyframes os-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}@keyframes os-resize-observer-dummy-animation{0%{z-index:0}to{z-index:-1}}.os-host-transition>.os-scrollbar,.os-host-transition>.os-scrollbar-corner{transition:opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s}html.os-html>.os-host>.os-scrollbar{position:absolute;z-index:999999}.os-scrollbar,.os-scrollbar-corner{position:absolute;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";z-index:1}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{position:relative;padding:0!important;border:none!important}.os-scrollbar-handle,.os-scrollbar-track{pointer-events:auto;height:100%;width:100%}.os-scrollbar-handle{position:absolute}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none!important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl>.os-scrollbar-horizontal{right:0}.os-host-rtl>.os-scrollbar-corner,.os-host-rtl>.os-scrollbar-vertical{right:auto;left:0}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,.os-padding+.os-scrollbar-corner,.os-scrollbar-auto-hidden,.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl>.os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal{right:0;left:0}.os-scrollbar-corner.os-scrollbar-corner-resize,.os-scrollbar:hover{opacity:1!important;visibility:visible!important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTcuNDI0IDBhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdBMS4yOTggMS4yOTggMCAwMDcuNDI0IDB6bTAgMy4wODRhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdhMS4yOTggMS4yOTggMCAwMC0uNzkyLS4yNzN6bS0zLjA4NCAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMDkuMTQxLjQ2NS4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMSAxLjMxIDEuMzEgMCAwMC0uMjE5LS43MzcgMS4yOTggMS4yOTggMCAwMC0uNzkxLS4yNzN6bS0zLjAzIDMuMDNBMS4zMSAxLjMxIDAgMDAwIDcuNDI0YzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdhMS4yOTggMS4yOTggMCAwMC0uNzkyLS4yNzN6bTMuMDMgMGExLjMxIDEuMzEgMCAwMC0xLjMxIDEuMzFjMCAuMy4xMDQuNTcxLjI3My43OTIuMjA5LjE0MS40NjUuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzEgMS4zMSAxLjMxIDAgMDAtLjIxOS0uNzM3IDEuMjk4IDEuMjk4IDAgMDAtLjc5MS0uMjczem0zLjA4NCAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMS4xNDEuNDY2LjIxOC43MzcuMjE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjI3MS0uMDc3LS41MjgtLjIxOC0uNzM3YTEuMjk4IDEuMjk4IDAgMDAtLjc5Mi0uMjczeiIgZmlsbC1vcGFjaXR5PSIuNDk0IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNOC4yMTYuMjczYy4xNDEuMjEuMjE4LjQ2Ni4yMTguNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzEgMS4zMWMtLjI3MSAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMy41MTggMS4wMzcuNTE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjQyNC0uMjA1LS43OTgtLjUxOC0xLjAzN3ptMCAzLjA4NGMuMTQxLjIxLjIxOC40NjYuMjE4LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzEgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTMuNTE5IDEuMDM3LjUxOWExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjUtLjIwNS0uNzk4LS41MTgtMS4wMzh6bS0zLjA4NSAwYy4xNDIuMjEuMjE5LjQ2Ni4yMTkuNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzEgMS4zMWMtLjI3MiAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMi41MTkgMS4wMzcuNTE5YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjQyNS0uMjA1LS43OTgtLjUxOS0xLjAzOHptLTMuMDMgMy4wM2MuMTQyLjIxLjIyLjQ2Ni4yMi43MzdhMS4zMSAxLjMxIDAgMDEtMS4zMTEgMS4zMWMtLjI3MSAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMy41MTggMS4wMzcuNTE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjQyNC0uMjA1LS43OTgtLjUxOC0xLjAzN3ptMy4wMyAwYy4xNDIuMjEuMjE5LjQ2Ni4yMTkuNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzEgMS4zMWMtLjI3MiAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMi41MTggMS4wMzcuNTE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxIDEuMyAxLjMgMCAwMC0uNTE5LTEuMDM3em0zLjA4NSAwYy4xNDEuMjEuMjE4LjQ2Ni4yMTguNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzEgMS4zMWMtLjI3MSAwLS41MjgtLjA3Ny0uNzM3LS4yMTguMjQuMzEzLjYxMy41MTggMS4wMzcuNTE4YTEuMzEgMS4zMSAwIDAwMS4zMS0xLjMxYzAtLjQyNC0uMjA1LS43OTgtLjUxOC0xLjAzN3oiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:100% 100%;pointer-events:auto!important}.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize{transform:scaleX(-1)}.os-host-overflow{overflow:hidden!important}.os-theme-none>.os-scrollbar-corner,.os-theme-none>.os-scrollbar-horizontal,.os-theme-none>.os-scrollbar-vertical{display:none!important}.os-theme-none>.os-scrollbar-corner-resize{display:block!important;min-width:10px;min-height:10px}.os-theme-dark>.os-scrollbar-horizontal,.os-theme-light>.os-scrollbar-horizontal{right:10px;height:10px}.os-theme-dark>.os-scrollbar-vertical,.os-theme-light>.os-scrollbar-vertical{bottom:10px;width:10px}.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,.os-theme-light.os-host-rtl>.os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark>.os-scrollbar-corner,.os-theme-light>.os-scrollbar-corner{height:10px;width:10px;background-color:transparent}.os-theme-dark>.os-scrollbar,.os-theme-light>.os-scrollbar{padding:2px;box-sizing:border-box;background:transparent}.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar.os-scrollbar-unusable,.os-theme-light>.os-scrollbar>.os-scrollbar-track{background:transparent}.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle{min-width:30px}.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle{min-height:30px}.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{transition:background-color .3s}.os-theme-dark>.os-scrollbar>.os-scrollbar-track,.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,.os-theme-light>.os-scrollbar>.os-scrollbar-track,.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{border-radius:10px}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.4)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:hsla(0,0%,100%,.4)}.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(0,0,0,.55)}.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:hsla(0,0%,100%,.55)}.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:rgba(0,0,0,.7)}.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active{background:hsla(0,0%,100%,.7)}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before{right:-6px;left:-2px}@charset "UTF-8";@font-face{font-family:OpenSans-Regular;src:url(/fonts/OpenSans-Regular.ttf?3eb5459d91a5743e0deaf2c7d7896b08) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans-Bold;src:url(/fonts/OpenSans-Bold.ttf?5bc6b8360236a197d59e55f72b02d4bf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans-Semibold;src:url(/fonts/OpenSans-SemiBold.ttf?af0b2118d34dcaf6e671ee67cf4d5be2) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans-Light;src:url(/fonts/OpenSans-Light.ttf?3dd221ea976bc4c617c40d366580bfe8) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans-SemiBold;src:url(/fonts/OpenSans-SemiBold.ttf?af0b2118d34dcaf6e671ee67cf4d5be2) format("truetype");font-weight:400;font-style:normal}h1,h2,h3,h4{font-weight:400;margin:0}ul{margin:0;padding:0}ul li{list-style-type:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(var(--swiper-navigation-size)*-1/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-radius:100%;border:.25em solid transparent;background-color:transparent!important;color:transparent!important;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-radius:50%;border:3px solid #999;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{background:initial;background-color:#3085d6}.swal2-styled.swal2-cancel,.swal2-styled.swal2-confirm{border:0;border-radius:.25em;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{background:initial;background-color:#aaa}.swal2-styled:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:.3125em;border-bottom-left-radius:.3125em}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message:before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@-webkit-keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - 1.25em);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}button,input,textarea{outline:none}*,:after,:before{box-sizing:border-box}input[type=email],input[type=text],textarea{border-radius:0}img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wow{visibility:hidden}main{flex:1;overflow:hidden}main .main{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.contain{max-width:93.6842vw;width:100%;margin:0 auto}@media only screen and (max-width:1023px){.contain{max-width:100%;padding:0 25px}}.w-25{width:25%}.w-33{width:33.33%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.svg-collection{display:none}.icon>svg{width:100%;height:100%}:root{--header_height:5.5263vw;--container-padding:60px}@media only screen and (max-width:1279px){:root{--header_height:80px}}@media only screen and (max-width:1024px){:root{--container-padding:30px}}@media only screen and (max-width:640px){:root{--container-padding:25px}}.team_button{outline:none;background-color:transparent;border:none;cursor:pointer;text-decoration:none;color:#fff;display:inline-block;background:#d21113;font-size:.8421vw;padding:1em 3.5em;font-family:OpenSans-Regular}.team_button:link,.team_button:visited{color:#fff}@media only screen and (max-width:1024px){.team_button{font-size:15px}}@media only screen and (max-width:320px){.team_button{padding:1em 2.5em}}.team_button:hover:after{transform:translateX(5px)}.team_button span{pointer-events:none}.team_button:after{content:"";background:url(/images/arrow_next.png) no-repeat 50%;background-size:contain;display:inline-block;width:1.125em;height:.625em;margin-left:5px;transition:all .35s ease}@media only screen and (max-width:1023px){.team_button:after{width:15px;height:8px}}.team_header{font-family:OpenSans-Light;font-size:5.2632vw;text-align:center;margin:5.2632vw auto 3.1579vw;color:#464343;text-transform:uppercase}.swiper-navigation{width:5.7895vw;position:absolute;top:0;display:flex;justify-content:space-between;z-index:10}@media only screen and (max-width:900px){.swiper-navigation{width:85px}}.swiper-navigation .next,.swiper-navigation .prev{--nav-size:2.8947vw;width:var(--nav-size);height:var(--nav-size);display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;position:relative}@media only screen and (max-width:900px){.swiper-navigation .next,.swiper-navigation .prev{--nav-size:45px}}.swiper-navigation .next:after,.swiper-navigation .prev:after{--after-size:1.8421vw;content:"";width:var(--after-size);height:calc(var(--after-size)*0.57);background-repeat:no-repeat;background-position:50%;background-size:contain;z-index:1;position:relative;transition:all .5s cubic-bezier(.25,.74,.22,.99)}@media only screen and (max-width:900px){.swiper-navigation .next:after,.swiper-navigation .prev:after{--after-size:30px}}.swiper-navigation .next:before,.swiper-navigation .prev:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#d21113;border-radius:50%;transform:scale(0);transition:transform .5s cubic-bezier(.25,.74,.22,.99);transform-origin:center}.swiper-navigation .next:hover:before,.swiper-navigation .prev:hover:before{transform:scale(1)}.swiper-navigation .next:hover:after,.swiper-navigation .prev:hover:after{filter:invert(1)}.swiper-navigation .next:after{background-image:url(/images/arrow_next.png)}.swiper-navigation .prev:after{background-image:url(/images/arrow_prev.png)}.swiper-navigation .swiper-button-lock{display:none}.swiper-pagination{left:0;display:flex;padding-left:var(--container-padding)}@media only screen and (max-width:900px){.swiper-pagination{justify-content:center;padding-left:0;flex-wrap:wrap}}.swiper-pagination-bullet{background:#fff;opacity:1;width:.4211vw;height:.4211vw;transform-origin:center;margin:0 1.5789vw!important}@media only screen and (max-width:900px){.swiper-pagination-bullet{width:6px;height:6px;margin:10px 20px!important}}@media only screen and (max-width:375px){.swiper-pagination-bullet{margin:0 10px!important}}.swiper-pagination-bullet-active{background:#fff;transform:scale(2)}.page_title{font-size:4.2105vw;line-height:1.3;font-family:OpenSans-Light;color:#464343;text-align:center;text-transform:uppercase;padding:2.3684vw 0}@media only screen and (max-width:1023px){.page_title{font-size:44px;padding:25px 0}}@media only screen and (max-width:639px){.page_title{font-size:36px}}.page_title h1{font-size:inherit}.page_title .wowTrigger{transform:translateY(100%)}.news_block{position:relative;padding:10px;text-decoration:none;display:block}@media only screen and (max-width:1023px){.news_block{padding:5px}}.news_block_wrap{background:#fff}.news_block .image{position:relative;width:100%;display:block;cursor:pointer;overflow:hidden}.news_block .image:before{content:"";display:block;padding-top:70%}.news_block .image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.news_block .text_area{display:flex;flex-direction:column;justify-content:space-between;padding:.5263vw .7895vw}@media only screen and (max-width:640px){.news_block .text_area{padding:10px}}.news_block .text_area .title{font-size:1.0526vw;line-height:1.2;margin-bottom:1.2em;overflow:hidden;height:2.4em;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#464343;text-decoration:none}@media only screen and (max-width:1279px){.news_block .text_area .title{font-size:16px}}@media only screen and (max-width:1023px){.news_block .text_area .title{font-size:14px}}.news_block .text_area .options{display:flex;justify-content:space-between}@media only screen and (max-width:640px){.news_block .text_area .options{flex-direction:column}}.news_block .text_area .options .date{font-size:.7368vw;color:#464343;text-decoration:none}@media only screen and (max-width:1023px){.news_block .text_area .options .date{font-size:12px}}.news_block .text_area .options .link{text-decoration:none;color:#d21113;text-decoration:underline;font-size:.7368vw;display:flex;align-items:center}.news_block .text_area .options .link:link,.news_block .text_area .options .link:visited{color:#d21113}@media only screen and (max-width:1023px){.news_block .text_area .options .link{font-size:12px}}@media only screen and (max-width:640px){.news_block .text_area .options .link{margin-top:5px}}.news_block .text_area .options .link:after{--icon-width:0.9474vw;content:"";display:block;width:var(--icon-width);height:calc(var(--icon-width)*0.55);margin-left:10px;background-image:url(/images/link_arrow.png);background-size:contain;background-repeat:no-repeat;background-position:50%}@media only screen and (max-width:1023px){.news_block .text_area .options .link:after{--icon-width:15px;margin-left:5px}}.pagination{margin-top:3.6842vw;display:flex;justify-content:space-between;width:100%;--size:2.8947vw}@media only screen and (max-width:640px){.pagination{margin-top:25px;--size:30px}}.pagination .numbers{display:flex}.pagination .numbers a{display:flex;align-items:center;justify-content:center;font-size:1.3158vw;color:#464343;position:relative;width:var(--size);height:var(--size);text-decoration:none}@media only screen and (max-width:640px){.pagination .numbers a{font-size:20px}}.pagination .numbers a:before{content:"";position:absolute;width:100%;height:100%;z-index:-1;top:0;left:0;background:#fff;border-radius:50%;transform:scale(0);transition:transform .5s cubic-bezier(.25,.74,.22,.99);transform-origin:center}.pagination .numbers .active:before,.pagination .numbers a:hover:before{transform:scale(1)}.pagination .next,.pagination .prev{width:var(--size);height:var(--size);display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;position:relative}.pagination .next:after,.pagination .prev:after{--after-size:1.8421vw;content:"";width:var(--after-size);height:calc(var(--after-size)*0.57);background-repeat:no-repeat;background-position:50%;background-size:contain;z-index:1;position:relative;filter:invert(1)}@media only screen and (max-width:640px){.pagination .next:after,.pagination .prev:after{--after-size:20px}}.pagination .next:before,.pagination .prev:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;border-radius:50%;transform:scale(0);transition:transform .5s cubic-bezier(.25,.74,.22,.99);transform-origin:center}.pagination .next:hover:before,.pagination .prev:hover:before{transform:scale(1)}.pagination .next:after{background-image:url(/images/arrow_next.png)}.pagination .prev:after{background-image:url(/images/arrow_prev.png)}.modal_wrap{width:100vw;height:100vh;position:fixed;left:0;top:0;display:flex;justify-content:center;align-items:center;pointer-events:none;opacity:0;transition:all .35s ease;z-index:51}.modal_wrap.active{opacity:1;pointer-events:all}.modal_wrap .overlay{position:absolute;width:100%;height:100%;background:rgba(37,37,47,.7);cursor:pointer;visibility:visible;z-index:-1}.modal_wrap .modal{background:#fff;position:relative;padding:3.9474vw;margin:0 auto;max-width:80%;width:auto;height:auto}@media only screen and (max-width:640px){.modal_wrap .modal{max-width:calc(100% - 50px);padding:20px;height:auto}}.modal_wrap .modal .close{--icon-size:2.1053vw;position:absolute;cursor:pointer;right:calc(var(--icon-size)*0.5);top:calc(var(--icon-size)*0.5);width:var(--icon-size);height:var(--icon-size);background-image:url(/images/close.png);background-repeat:no-repeat;background-size:contain;background-position:50%}@media only screen and (max-width:640px){.modal_wrap .modal .close{--icon-size:15px}}.modal_wrap .modal .inner{width:100%;height:100%}.modal_wrap .modal .inner iframe{min-width:68.4211vw;min-height:36.8421vw}@media only screen and (max-width:640px){.modal_wrap .modal .inner iframe{width:75vw;min-height:50vw}}.modal_wrap .modal .inner .modal-title{margin-top:25px;font-family:OpenSans-SemiBold;font-size:1.2632vw;color:#25252f}@media only screen and (max-width:1023px){.modal_wrap .modal .inner .modal-title{font-size:20px}}@media only screen and (max-width:640px){.modal_wrap .modal .inner .modal-title{font-size:15px}}.presentation_wrap{position:relative;overflow:hidden}.presentation_wrap .presentation_block{min-height:100vh;position:relative;background:#25252f}@media only screen and (max-width:479px){.presentation_wrap .presentation_block{padding-top:80px}}.presentation_wrap .presentation_block .bg{position:absolute;width:100%;height:70%;background-size:cover;background-repeat:no-repeat;background-position:50%}.presentation_wrap .presentation_block .bg:before{content:"";width:40%;height:100%;position:absolute;left:0;top:0;z-index:1;background:linear-gradient(270deg,rgba(37,37,47,0),rgba(37,37,47,.5) 60%,rgba(37,37,47,.7))}@media only screen and (max-width:374px){.presentation_wrap .presentation_block .bg:before{width:100%}}.presentation_wrap .presentation_block .bg:after{content:"";width:100%;height:50%;background:linear-gradient(rgba(37,37,47,0),rgba(37,37,47,.69) 57.73%,#25252f);position:absolute;bottom:0;left:0}.presentation_wrap .presentation_block .contain{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative;z-index:1}.presentation_wrap .presentation_block .contain .text{padding-bottom:2.6316vw}@media only screen and (max-width:1023px){.presentation_wrap .presentation_block .contain .text{padding-bottom:25px}}@media only screen and (max-width:799px){.presentation_wrap .presentation_block .contain .text{padding-bottom:55px}}.presentation_wrap .presentation_block .contain .text .title{color:#fff;text-align:center;font-family:OpenSans-Light;font-size:4.7368vw;text-transform:uppercase}@media only screen and (max-width:1023px){.presentation_wrap .presentation_block .contain .text .title{font-size:45px}}.presentation_wrap .presentation_block .contain .text .title h1{font-size:4.7368vw}@media only screen and (max-width:1023px){.presentation_wrap .presentation_block .contain .text .title h1{font-size:45px}}.presentation_wrap .presentation_block .contain .text .title .wowTrigger{transform:translateY(100%)}.presentation_wrap .presentation_block .contain .text .mini{font-family:OpenSans-Light;font-size:2.1053vw;text-align:center;color:#fff;margin-top:.7895vw}@media only screen and (max-width:1023px){.presentation_wrap .presentation_block .contain .text .mini{font-size:20px;margin:5px 0 0}}.presentation_wrap .presentation_block .contain .text .contacts{max-width:52.8947vw;margin:2.3684vw auto 0;position:relative;border:1px solid #fff;color:#fff;padding:3.1579vw 3.6842vw 2.1053vw;display:flex;justify-content:space-between}@media only screen and (max-width:1023px){.presentation_wrap .presentation_block .contain .text .contacts{max-width:640px;padding:40px 35px 20px;margin:30px auto 0}}@media only screen and (max-width:799px){.presentation_wrap .presentation_block .contain .text .contacts{padding:40px 45px 20px}}@media only screen and (max-width:639px){.presentation_wrap .presentation_block .contain .text .contacts{flex-direction:column;padding:40px 25px 20px}}.presentation_wrap .presentation_block .contain .text .contacts address{font-style:normal}.presentation_wrap .presentation_block .contain .text .contacts .block{font-size:1.0526vw;line-height:1.5;width:45%;white-space:pre-line}@media only screen and (max-width:1023px){.presentation_wrap .presentation_block .contain .text .contacts .block{font-size:15px}}@media only screen and (max-width:639px){.presentation_wrap .presentation_block .contain .text .contacts .block{width:100%;margin-bottom:15px}}.presentation_wrap .presentation_block .contain .text .contacts .block:nth-child(2){white-space:normal}.presentation_wrap .presentation_block .contain .text .contacts .block p{margin:0}.presentation_wrap .presentation_block .contain .text .contacts .block a{text-decoration:none;color:#d21113;position:relative;display:inline-block}.presentation_wrap .presentation_block .contain .text .contacts .block a:link,.presentation_wrap .presentation_block .contain .text .contacts .block a:visited{color:#d21113}.presentation_wrap .presentation_block .contain .text .contacts .block a:hover:after{width:100%}.presentation_wrap .presentation_block .contain .text .contacts .block a:after{content:"";background:#d21113;width:0;height:1px;position:absolute;bottom:-2px;left:0;transition:all .25s ease}.presentation_wrap .presentation_block .contain .text .contacts .link{position:absolute;left:50%;top:-1em;display:block;background:#d21113;font-size:1.0526vw;font-family:OpenSans-Bold;padding:.5em 3.2em;color:#fff;transform:translateX(-50%);white-space:nowrap}@media only screen and (max-width:1023px){.presentation_wrap .presentation_block .contain .text .contacts .link{font-size:15px}}@media only screen and (max-width:799px){.presentation_wrap .presentation_block .contain .text .contacts .link{padding:.5em 1.6em}}@media only screen and (max-width:639px){.presentation_wrap .presentation_block .contain .text .contacts .link{width:70%;display:flex;justify-content:center}}@media only screen and (max-width:479px){.presentation_wrap .presentation_block .contain .text .contacts .link{width:80%}}.presentation_wrap .presentation_desc{background:#fff;height:100vh;display:flex;align-items:center;position:relative}.presentation_wrap .presentation_desc .text{max-width:61.8421vw;margin:0 auto;position:relative}@media only screen and (max-width:1023px){.presentation_wrap .presentation_desc .text{min-width:50vw}}.presentation_wrap .presentation_desc .text .desc{font-size:2.6316vw;font-family:OpenSans-Light;line-height:1.2}@media only screen and (max-width:1023px){.presentation_wrap .presentation_desc .text .desc{font-size:25px}}.animTrigger{white-space:unset}.animTrigger div,.animTrigger h1{display:block;position:relative;overflow:hidden}.animTrigger div span,.animTrigger h1 span{display:inline-block}.highcharts-credits{display:none}.highcharts-xaxis-labels span{text-overflow:unset!important}@media only screen and (max-width:480px){.highcharts-xaxis-labels span{width:45vw!important;left:0!important;text-align:right!important}}.stats_nums{font-family:OpenSans-Bold;font-size:.6316vw;margin-left:1.8421vw;display:inline-block}@media only screen and (max-width:1024px){.stats_nums{font-size:8px;margin-left:15px}}@media only screen and (max-width:479px){.stats_nums{text-align:right;margin-left:8px}}@media only screen and (max-width:374px){.stats_nums{font-size:7px}}.stats_brand{font-size:.6316vw;display:inline-block}@media only screen and (max-width:1024px){.stats_brand{font-size:6px}}@media only screen and (max-width:479px){.stats_brand{text-align:right;font-size:8px}}@media only screen and (max-width:320px){.stats_brand{font-size:7px}}.ymaps-2-1-79-balloon{border-radius:30px!important}.ymaps-2-1-79-balloon__content{background:#d21113!important;color:#fff!important;border-radius:30px!important}.ymaps-2-1-79-balloon__content>ymaps{height:auto!important}.ymaps-2-1-79-balloon__layout{border-radius:30px!important}.ymaps-2-1-79-balloon__tail:after{background:#d21113!important}.select{display:block;position:relative;min-width:13.1579vw}.select.active .dropdown{max-height:300px;box-shadow:0 5px 20px 0 rgba(0,0,0,.3)}.select.active .title:after{transform:rotate(180deg)}.select .title{display:flex;align-items:center;justify-content:space-between;background:#fff;font-size:1.1579vw;padding:.8em .6em .8em 1.2em;border:1px solid #cecece;border-radius:5px;cursor:pointer}@media only screen and (max-width:1023px){.select .title{font-size:14px}}.select .title:after{content:"";background-image:url(/images/select_down.png);background-size:contain;background-repeat:no-repeat;width:.9em;height:.4em;display:block;margin-left:1.35em;transition:all .35s ease}.select .dropdown{background:#fff;display:block;width:100%;max-height:0;transition:max-height .35s ease;position:absolute;overflow:hidden;z-index:2}.select .dropdown .item{display:block;font-size:1.1579vw;padding:.8em .6em .8em 1.2em;background:#fff;transition:background .1s ease;cursor:pointer}@media only screen and (max-width:1023px){.select .dropdown .item{font-size:14px}}.select .dropdown .item:hover{background:#ccc}.scrolldown_red{outline:none;background-color:transparent;border:none;cursor:pointer;width:2.9474vw;height:2.9474vw;background-color:#d21113;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;left:3vw;bottom:1.0526vw;z-index:1}@media only screen and (max-width:1023px){.scrolldown_red{width:30px;height:30px;left:30px;bottom:15px}}@media only screen and (max-width:640px){.scrolldown_red{display:none}}.scrolldown_red:after{content:"";width:1.1579vw;height:2vw;background-image:url(/images/arrow_down.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}@media only screen and (max-width:1023px){.scrolldown_red:after{width:11px;height:19px}}.adaptive_images{height:100%}.adaptive_images img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:none}.adaptive_images .active{display:block!important}.an_header{transition:.6s ease-out;transform:translateY(0)}.an_header_animate{transform:translateY(-100%)!important}@-webkit-keyframes image-clip{0%{clip:rect(100vh,auto,auto,auto)}to{clip:rect(auto,auto,auto,auto)}}@keyframes image-clip{0%{clip:rect(100vh,auto,auto,auto)}to{clip:rect(auto,auto,auto,auto)}}@-webkit-keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner{to{transform:rotate(1turn)}}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\F26E"}.fa-accessible-icon:before{content:"\F368"}.fa-accusoft:before{content:"\F369"}.fa-acquisitions-incorporated:before{content:"\F6AF"}.fa-ad:before{content:"\F641"}.fa-address-book:before{content:"\F2B9"}.fa-address-card:before{content:"\F2BB"}.fa-adjust:before{content:"\F042"}.fa-adn:before{content:"\F170"}.fa-adversal:before{content:"\F36A"}.fa-affiliatetheme:before{content:"\F36B"}.fa-air-freshener:before{content:"\F5D0"}.fa-airbnb:before{content:"\F834"}.fa-algolia:before{content:"\F36C"}.fa-align-center:before{content:"\F037"}.fa-align-justify:before{content:"\F039"}.fa-align-left:before{content:"\F036"}.fa-align-right:before{content:"\F038"}.fa-alipay:before{content:"\F642"}.fa-allergies:before{content:"\F461"}.fa-amazon:before{content:"\F270"}.fa-amazon-pay:before{content:"\F42C"}.fa-ambulance:before{content:"\F0F9"}.fa-american-sign-language-interpreting:before{content:"\F2A3"}.fa-amilia:before{content:"\F36D"}.fa-anchor:before{content:"\F13D"}.fa-android:before{content:"\F17B"}.fa-angellist:before{content:"\F209"}.fa-angle-double-down:before{content:"\F103"}.fa-angle-double-left:before{content:"\F100"}.fa-angle-double-right:before{content:"\F101"}.fa-angle-double-up:before{content:"\F102"}.fa-angle-down:before{content:"\F107"}.fa-angle-left:before{content:"\F104"}.fa-angle-right:before{content:"\F105"}.fa-angle-up:before{content:"\F106"}.fa-angry:before{content:"\F556"}.fa-angrycreative:before{content:"\F36E"}.fa-angular:before{content:"\F420"}.fa-ankh:before{content:"\F644"}.fa-app-store:before{content:"\F36F"}.fa-app-store-ios:before{content:"\F370"}.fa-apper:before{content:"\F371"}.fa-apple:before{content:"\F179"}.fa-apple-alt:before{content:"\F5D1"}.fa-apple-pay:before{content:"\F415"}.fa-archive:before{content:"\F187"}.fa-archway:before{content:"\F557"}.fa-arrow-alt-circle-down:before{content:"\F358"}.fa-arrow-alt-circle-left:before{content:"\F359"}.fa-arrow-alt-circle-right:before{content:"\F35A"}.fa-arrow-alt-circle-up:before{content:"\F35B"}.fa-arrow-circle-down:before{content:"\F0AB"}.fa-arrow-circle-left:before{content:"\F0A8"}.fa-arrow-circle-right:before{content:"\F0A9"}.fa-arrow-circle-up:before{content:"\F0AA"}.fa-arrow-down:before{content:"\F063"}.fa-arrow-left:before{content:"\F060"}.fa-arrow-right:before{content:"\F061"}.fa-arrow-up:before{content:"\F062"}.fa-arrows-alt:before{content:"\F0B2"}.fa-arrows-alt-h:before{content:"\F337"}.fa-arrows-alt-v:before{content:"\F338"}.fa-artstation:before{content:"\F77A"}.fa-assistive-listening-systems:before{content:"\F2A2"}.fa-asterisk:before{content:"\F069"}.fa-asymmetrik:before{content:"\F372"}.fa-at:before{content:"\F1FA"}.fa-atlas:before{content:"\F558"}.fa-atlassian:before{content:"\F77B"}.fa-atom:before{content:"\F5D2"}.fa-audible:before{content:"\F373"}.fa-audio-description:before{content:"\F29E"}.fa-autoprefixer:before{content:"\F41C"}.fa-avianex:before{content:"\F374"}.fa-aviato:before{content:"\F421"}.fa-award:before{content:"\F559"}.fa-aws:before{content:"\F375"}.fa-baby:before{content:"\F77C"}.fa-baby-carriage:before{content:"\F77D"}.fa-backspace:before{content:"\F55A"}.fa-backward:before{content:"\F04A"}.fa-bacon:before{content:"\F7E5"}.fa-bacteria:before{content:"\E059"}.fa-bacterium:before{content:"\E05A"}.fa-bahai:before{content:"\F666"}.fa-balance-scale:before{content:"\F24E"}.fa-balance-scale-left:before{content:"\F515"}.fa-balance-scale-right:before{content:"\F516"}.fa-ban:before{content:"\F05E"}.fa-band-aid:before{content:"\F462"}.fa-bandcamp:before{content:"\F2D5"}.fa-barcode:before{content:"\F02A"}.fa-bars:before{content:"\F0C9"}.fa-baseball-ball:before{content:"\F433"}.fa-basketball-ball:before{content:"\F434"}.fa-bath:before{content:"\F2CD"}.fa-battery-empty:before{content:"\F244"}.fa-battery-full:before{content:"\F240"}.fa-battery-half:before{content:"\F242"}.fa-battery-quarter:before{content:"\F243"}.fa-battery-three-quarters:before{content:"\F241"}.fa-battle-net:before{content:"\F835"}.fa-bed:before{content:"\F236"}.fa-beer:before{content:"\F0FC"}.fa-behance:before{content:"\F1B4"}.fa-behance-square:before{content:"\F1B5"}.fa-bell:before{content:"\F0F3"}.fa-bell-slash:before{content:"\F1F6"}.fa-bezier-curve:before{content:"\F55B"}.fa-bible:before{content:"\F647"}.fa-bicycle:before{content:"\F206"}.fa-biking:before{content:"\F84A"}.fa-bimobject:before{content:"\F378"}.fa-binoculars:before{content:"\F1E5"}.fa-biohazard:before{content:"\F780"}.fa-birthday-cake:before{content:"\F1FD"}.fa-bitbucket:before{content:"\F171"}.fa-bitcoin:before{content:"\F379"}.fa-bity:before{content:"\F37A"}.fa-black-tie:before{content:"\F27E"}.fa-blackberry:before{content:"\F37B"}.fa-blender:before{content:"\F517"}.fa-blender-phone:before{content:"\F6B6"}.fa-blind:before{content:"\F29D"}.fa-blog:before{content:"\F781"}.fa-blogger:before{content:"\F37C"}.fa-blogger-b:before{content:"\F37D"}.fa-bluetooth:before{content:"\F293"}.fa-bluetooth-b:before{content:"\F294"}.fa-bold:before{content:"\F032"}.fa-bolt:before{content:"\F0E7"}.fa-bomb:before{content:"\F1E2"}.fa-bone:before{content:"\F5D7"}.fa-bong:before{content:"\F55C"}.fa-book:before{content:"\F02D"}.fa-book-dead:before{content:"\F6B7"}.fa-book-medical:before{content:"\F7E6"}.fa-book-open:before{content:"\F518"}.fa-book-reader:before{content:"\F5DA"}.fa-bookmark:before{content:"\F02E"}.fa-bootstrap:before{content:"\F836"}.fa-border-all:before{content:"\F84C"}.fa-border-none:before{content:"\F850"}.fa-border-style:before{content:"\F853"}.fa-bowling-ball:before{content:"\F436"}.fa-box:before{content:"\F466"}.fa-box-open:before{content:"\F49E"}.fa-box-tissue:before{content:"\E05B"}.fa-boxes:before{content:"\F468"}.fa-braille:before{content:"\F2A1"}.fa-brain:before{content:"\F5DC"}.fa-bread-slice:before{content:"\F7EC"}.fa-briefcase:before{content:"\F0B1"}.fa-briefcase-medical:before{content:"\F469"}.fa-broadcast-tower:before{content:"\F519"}.fa-broom:before{content:"\F51A"}.fa-brush:before{content:"\F55D"}.fa-btc:before{content:"\F15A"}.fa-buffer:before{content:"\F837"}.fa-bug:before{content:"\F188"}.fa-building:before{content:"\F1AD"}.fa-bullhorn:before{content:"\F0A1"}.fa-bullseye:before{content:"\F140"}.fa-burn:before{content:"\F46A"}.fa-buromobelexperte:before{content:"\F37F"}.fa-bus:before{content:"\F207"}.fa-bus-alt:before{content:"\F55E"}.fa-business-time:before{content:"\F64A"}.fa-buy-n-large:before{content:"\F8A6"}.fa-buysellads:before{content:"\F20D"}.fa-calculator:before{content:"\F1EC"}.fa-calendar:before{content:"\F133"}.fa-calendar-alt:before{content:"\F073"}.fa-calendar-check:before{content:"\F274"}.fa-calendar-day:before{content:"\F783"}.fa-calendar-minus:before{content:"\F272"}.fa-calendar-plus:before{content:"\F271"}.fa-calendar-times:before{content:"\F273"}.fa-calendar-week:before{content:"\F784"}.fa-camera:before{content:"\F030"}.fa-camera-retro:before{content:"\F083"}.fa-campground:before{content:"\F6BB"}.fa-canadian-maple-leaf:before{content:"\F785"}.fa-candy-cane:before{content:"\F786"}.fa-cannabis:before{content:"\F55F"}.fa-capsules:before{content:"\F46B"}.fa-car:before{content:"\F1B9"}.fa-car-alt:before{content:"\F5DE"}.fa-car-battery:before{content:"\F5DF"}.fa-car-crash:before{content:"\F5E1"}.fa-car-side:before{content:"\F5E4"}.fa-caravan:before{content:"\F8FF"}.fa-caret-down:before{content:"\F0D7"}.fa-caret-left:before{content:"\F0D9"}.fa-caret-right:before{content:"\F0DA"}.fa-caret-square-down:before{content:"\F150"}.fa-caret-square-left:before{content:"\F191"}.fa-caret-square-right:before{content:"\F152"}.fa-caret-square-up:before{content:"\F151"}.fa-caret-up:before{content:"\F0D8"}.fa-carrot:before{content:"\F787"}.fa-cart-arrow-down:before{content:"\F218"}.fa-cart-plus:before{content:"\F217"}.fa-cash-register:before{content:"\F788"}.fa-cat:before{content:"\F6BE"}.fa-cc-amazon-pay:before{content:"\F42D"}.fa-cc-amex:before{content:"\F1F3"}.fa-cc-apple-pay:before{content:"\F416"}.fa-cc-diners-club:before{content:"\F24C"}.fa-cc-discover:before{content:"\F1F2"}.fa-cc-jcb:before{content:"\F24B"}.fa-cc-mastercard:before{content:"\F1F1"}.fa-cc-paypal:before{content:"\F1F4"}.fa-cc-stripe:before{content:"\F1F5"}.fa-cc-visa:before{content:"\F1F0"}.fa-centercode:before{content:"\F380"}.fa-centos:before{content:"\F789"}.fa-certificate:before{content:"\F0A3"}.fa-chair:before{content:"\F6C0"}.fa-chalkboard:before{content:"\F51B"}.fa-chalkboard-teacher:before{content:"\F51C"}.fa-charging-station:before{content:"\F5E7"}.fa-chart-area:before{content:"\F1FE"}.fa-chart-bar:before{content:"\F080"}.fa-chart-line:before{content:"\F201"}.fa-chart-pie:before{content:"\F200"}.fa-check:before{content:"\F00C"}.fa-check-circle:before{content:"\F058"}.fa-check-double:before{content:"\F560"}.fa-check-square:before{content:"\F14A"}.fa-cheese:before{content:"\F7EF"}.fa-chess:before{content:"\F439"}.fa-chess-bishop:before{content:"\F43A"}.fa-chess-board:before{content:"\F43C"}.fa-chess-king:before{content:"\F43F"}.fa-chess-knight:before{content:"\F441"}.fa-chess-pawn:before{content:"\F443"}.fa-chess-queen:before{content:"\F445"}.fa-chess-rook:before{content:"\F447"}.fa-chevron-circle-down:before{content:"\F13A"}.fa-chevron-circle-left:before{content:"\F137"}.fa-chevron-circle-right:before{content:"\F138"}.fa-chevron-circle-up:before{content:"\F139"}.fa-chevron-down:before{content:"\F078"}.fa-chevron-left:before{content:"\F053"}.fa-chevron-right:before{content:"\F054"}.fa-chevron-up:before{content:"\F077"}.fa-child:before{content:"\F1AE"}.fa-chrome:before{content:"\F268"}.fa-chromecast:before{content:"\F838"}.fa-church:before{content:"\F51D"}.fa-circle:before{content:"\F111"}.fa-circle-notch:before{content:"\F1CE"}.fa-city:before{content:"\F64F"}.fa-clinic-medical:before{content:"\F7F2"}.fa-clipboard:before{content:"\F328"}.fa-clipboard-check:before{content:"\F46C"}.fa-clipboard-list:before{content:"\F46D"}.fa-clock:before{content:"\F017"}.fa-clone:before{content:"\F24D"}.fa-closed-captioning:before{content:"\F20A"}.fa-cloud:before{content:"\F0C2"}.fa-cloud-download-alt:before{content:"\F381"}.fa-cloud-meatball:before{content:"\F73B"}.fa-cloud-moon:before{content:"\F6C3"}.fa-cloud-moon-rain:before{content:"\F73C"}.fa-cloud-rain:before{content:"\F73D"}.fa-cloud-showers-heavy:before{content:"\F740"}.fa-cloud-sun:before{content:"\F6C4"}.fa-cloud-sun-rain:before{content:"\F743"}.fa-cloud-upload-alt:before{content:"\F382"}.fa-cloudflare:before{content:"\E07D"}.fa-cloudscale:before{content:"\F383"}.fa-cloudsmith:before{content:"\F384"}.fa-cloudversify:before{content:"\F385"}.fa-cocktail:before{content:"\F561"}.fa-code:before{content:"\F121"}.fa-code-branch:before{content:"\F126"}.fa-codepen:before{content:"\F1CB"}.fa-codiepie:before{content:"\F284"}.fa-coffee:before{content:"\F0F4"}.fa-cog:before{content:"\F013"}.fa-cogs:before{content:"\F085"}.fa-coins:before{content:"\F51E"}.fa-columns:before{content:"\F0DB"}.fa-comment:before{content:"\F075"}.fa-comment-alt:before{content:"\F27A"}.fa-comment-dollar:before{content:"\F651"}.fa-comment-dots:before{content:"\F4AD"}.fa-comment-medical:before{content:"\F7F5"}.fa-comment-slash:before{content:"\F4B3"}.fa-comments:before{content:"\F086"}.fa-comments-dollar:before{content:"\F653"}.fa-compact-disc:before{content:"\F51F"}.fa-compass:before{content:"\F14E"}.fa-compress:before{content:"\F066"}.fa-compress-alt:before{content:"\F422"}.fa-compress-arrows-alt:before{content:"\F78C"}.fa-concierge-bell:before{content:"\F562"}.fa-confluence:before{content:"\F78D"}.fa-connectdevelop:before{content:"\F20E"}.fa-contao:before{content:"\F26D"}.fa-cookie:before{content:"\F563"}.fa-cookie-bite:before{content:"\F564"}.fa-copy:before{content:"\F0C5"}.fa-copyright:before{content:"\F1F9"}.fa-cotton-bureau:before{content:"\F89E"}.fa-couch:before{content:"\F4B8"}.fa-cpanel:before{content:"\F388"}.fa-creative-commons:before{content:"\F25E"}.fa-creative-commons-by:before{content:"\F4E7"}.fa-creative-commons-nc:before{content:"\F4E8"}.fa-creative-commons-nc-eu:before{content:"\F4E9"}.fa-creative-commons-nc-jp:before{content:"\F4EA"}.fa-creative-commons-nd:before{content:"\F4EB"}.fa-creative-commons-pd:before{content:"\F4EC"}.fa-creative-commons-pd-alt:before{content:"\F4ED"}.fa-creative-commons-remix:before{content:"\F4EE"}.fa-creative-commons-sa:before{content:"\F4EF"}.fa-creative-commons-sampling:before{content:"\F4F0"}.fa-creative-commons-sampling-plus:before{content:"\F4F1"}.fa-creative-commons-share:before{content:"\F4F2"}.fa-creative-commons-zero:before{content:"\F4F3"}.fa-credit-card:before{content:"\F09D"}.fa-critical-role:before{content:"\F6C9"}.fa-crop:before{content:"\F125"}.fa-crop-alt:before{content:"\F565"}.fa-cross:before{content:"\F654"}.fa-crosshairs:before{content:"\F05B"}.fa-crow:before{content:"\F520"}.fa-crown:before{content:"\F521"}.fa-crutch:before{content:"\F7F7"}.fa-css3:before{content:"\F13C"}.fa-css3-alt:before{content:"\F38B"}.fa-cube:before{content:"\F1B2"}.fa-cubes:before{content:"\F1B3"}.fa-cut:before{content:"\F0C4"}.fa-cuttlefish:before{content:"\F38C"}.fa-d-and-d:before{content:"\F38D"}.fa-d-and-d-beyond:before{content:"\F6CA"}.fa-dailymotion:before{content:"\E052"}.fa-dashcube:before{content:"\F210"}.fa-database:before{content:"\F1C0"}.fa-deaf:before{content:"\F2A4"}.fa-deezer:before{content:"\E077"}.fa-delicious:before{content:"\F1A5"}.fa-democrat:before{content:"\F747"}.fa-deploydog:before{content:"\F38E"}.fa-deskpro:before{content:"\F38F"}.fa-desktop:before{content:"\F108"}.fa-dev:before{content:"\F6CC"}.fa-deviantart:before{content:"\F1BD"}.fa-dharmachakra:before{content:"\F655"}.fa-dhl:before{content:"\F790"}.fa-diagnoses:before{content:"\F470"}.fa-diaspora:before{content:"\F791"}.fa-dice:before{content:"\F522"}.fa-dice-d20:before{content:"\F6CF"}.fa-dice-d6:before{content:"\F6D1"}.fa-dice-five:before{content:"\F523"}.fa-dice-four:before{content:"\F524"}.fa-dice-one:before{content:"\F525"}.fa-dice-six:before{content:"\F526"}.fa-dice-three:before{content:"\F527"}.fa-dice-two:before{content:"\F528"}.fa-digg:before{content:"\F1A6"}.fa-digital-ocean:before{content:"\F391"}.fa-digital-tachograph:before{content:"\F566"}.fa-directions:before{content:"\F5EB"}.fa-discord:before{content:"\F392"}.fa-discourse:before{content:"\F393"}.fa-disease:before{content:"\F7FA"}.fa-divide:before{content:"\F529"}.fa-dizzy:before{content:"\F567"}.fa-dna:before{content:"\F471"}.fa-dochub:before{content:"\F394"}.fa-docker:before{content:"\F395"}.fa-dog:before{content:"\F6D3"}.fa-dollar-sign:before{content:"\F155"}.fa-dolly:before{content:"\F472"}.fa-dolly-flatbed:before{content:"\F474"}.fa-donate:before{content:"\F4B9"}.fa-door-closed:before{content:"\F52A"}.fa-door-open:before{content:"\F52B"}.fa-dot-circle:before{content:"\F192"}.fa-dove:before{content:"\F4BA"}.fa-download:before{content:"\F019"}.fa-draft2digital:before{content:"\F396"}.fa-drafting-compass:before{content:"\F568"}.fa-dragon:before{content:"\F6D5"}.fa-draw-polygon:before{content:"\F5EE"}.fa-dribbble:before{content:"\F17D"}.fa-dribbble-square:before{content:"\F397"}.fa-dropbox:before{content:"\F16B"}.fa-drum:before{content:"\F569"}.fa-drum-steelpan:before{content:"\F56A"}.fa-drumstick-bite:before{content:"\F6D7"}.fa-drupal:before{content:"\F1A9"}.fa-dumbbell:before{content:"\F44B"}.fa-dumpster:before{content:"\F793"}.fa-dumpster-fire:before{content:"\F794"}.fa-dungeon:before{content:"\F6D9"}.fa-dyalog:before{content:"\F399"}.fa-earlybirds:before{content:"\F39A"}.fa-ebay:before{content:"\F4F4"}.fa-edge:before{content:"\F282"}.fa-edge-legacy:before{content:"\E078"}.fa-edit:before{content:"\F044"}.fa-egg:before{content:"\F7FB"}.fa-eject:before{content:"\F052"}.fa-elementor:before{content:"\F430"}.fa-ellipsis-h:before{content:"\F141"}.fa-ellipsis-v:before{content:"\F142"}.fa-ello:before{content:"\F5F1"}.fa-ember:before{content:"\F423"}.fa-empire:before{content:"\F1D1"}.fa-envelope:before{content:"\F0E0"}.fa-envelope-open:before{content:"\F2B6"}.fa-envelope-open-text:before{content:"\F658"}.fa-envelope-square:before{content:"\F199"}.fa-envira:before{content:"\F299"}.fa-equals:before{content:"\F52C"}.fa-eraser:before{content:"\F12D"}.fa-erlang:before{content:"\F39D"}.fa-ethereum:before{content:"\F42E"}.fa-ethernet:before{content:"\F796"}.fa-etsy:before{content:"\F2D7"}.fa-euro-sign:before{content:"\F153"}.fa-evernote:before{content:"\F839"}.fa-exchange-alt:before{content:"\F362"}.fa-exclamation:before{content:"\F12A"}.fa-exclamation-circle:before{content:"\F06A"}.fa-exclamation-triangle:before{content:"\F071"}.fa-expand:before{content:"\F065"}.fa-expand-alt:before{content:"\F424"}.fa-expand-arrows-alt:before{content:"\F31E"}.fa-expeditedssl:before{content:"\F23E"}.fa-external-link-alt:before{content:"\F35D"}.fa-external-link-square-alt:before{content:"\F360"}.fa-eye:before{content:"\F06E"}.fa-eye-dropper:before{content:"\F1FB"}.fa-eye-slash:before{content:"\F070"}.fa-facebook:before{content:"\F09A"}.fa-facebook-f:before{content:"\F39E"}.fa-facebook-messenger:before{content:"\F39F"}.fa-facebook-square:before{content:"\F082"}.fa-fan:before{content:"\F863"}.fa-fantasy-flight-games:before{content:"\F6DC"}.fa-fast-backward:before{content:"\F049"}.fa-fast-forward:before{content:"\F050"}.fa-faucet:before{content:"\E005"}.fa-fax:before{content:"\F1AC"}.fa-feather:before{content:"\F52D"}.fa-feather-alt:before{content:"\F56B"}.fa-fedex:before{content:"\F797"}.fa-fedora:before{content:"\F798"}.fa-female:before{content:"\F182"}.fa-fighter-jet:before{content:"\F0FB"}.fa-figma:before{content:"\F799"}.fa-file:before{content:"\F15B"}.fa-file-alt:before{content:"\F15C"}.fa-file-archive:before{content:"\F1C6"}.fa-file-audio:before{content:"\F1C7"}.fa-file-code:before{content:"\F1C9"}.fa-file-contract:before{content:"\F56C"}.fa-file-csv:before{content:"\F6DD"}.fa-file-download:before{content:"\F56D"}.fa-file-excel:before{content:"\F1C3"}.fa-file-export:before{content:"\F56E"}.fa-file-image:before{content:"\F1C5"}.fa-file-import:before{content:"\F56F"}.fa-file-invoice:before{content:"\F570"}.fa-file-invoice-dollar:before{content:"\F571"}.fa-file-medical:before{content:"\F477"}.fa-file-medical-alt:before{content:"\F478"}.fa-file-pdf:before{content:"\F1C1"}.fa-file-powerpoint:before{content:"\F1C4"}.fa-file-prescription:before{content:"\F572"}.fa-file-signature:before{content:"\F573"}.fa-file-upload:before{content:"\F574"}.fa-file-video:before{content:"\F1C8"}.fa-file-word:before{content:"\F1C2"}.fa-fill:before{content:"\F575"}.fa-fill-drip:before{content:"\F576"}.fa-film:before{content:"\F008"}.fa-filter:before{content:"\F0B0"}.fa-fingerprint:before{content:"\F577"}.fa-fire:before{content:"\F06D"}.fa-fire-alt:before{content:"\F7E4"}.fa-fire-extinguisher:before{content:"\F134"}.fa-firefox:before{content:"\F269"}.fa-firefox-browser:before{content:"\E007"}.fa-first-aid:before{content:"\F479"}.fa-first-order:before{content:"\F2B0"}.fa-first-order-alt:before{content:"\F50A"}.fa-firstdraft:before{content:"\F3A1"}.fa-fish:before{content:"\F578"}.fa-fist-raised:before{content:"\F6DE"}.fa-flag:before{content:"\F024"}.fa-flag-checkered:before{content:"\F11E"}.fa-flag-usa:before{content:"\F74D"}.fa-flask:before{content:"\F0C3"}.fa-flickr:before{content:"\F16E"}.fa-flipboard:before{content:"\F44D"}.fa-flushed:before{content:"\F579"}.fa-fly:before{content:"\F417"}.fa-folder:before{content:"\F07B"}.fa-folder-minus:before{content:"\F65D"}.fa-folder-open:before{content:"\F07C"}.fa-folder-plus:before{content:"\F65E"}.fa-font:before{content:"\F031"}.fa-font-awesome:before{content:"\F2B4"}.fa-font-awesome-alt:before{content:"\F35C"}.fa-font-awesome-flag:before{content:"\F425"}.fa-font-awesome-logo-full:before{content:"\F4E6"}.fa-fonticons:before{content:"\F280"}.fa-fonticons-fi:before{content:"\F3A2"}.fa-football-ball:before{content:"\F44E"}.fa-fort-awesome:before{content:"\F286"}.fa-fort-awesome-alt:before{content:"\F3A3"}.fa-forumbee:before{content:"\F211"}.fa-forward:before{content:"\F04E"}.fa-foursquare:before{content:"\F180"}.fa-free-code-camp:before{content:"\F2C5"}.fa-freebsd:before{content:"\F3A4"}.fa-frog:before{content:"\F52E"}.fa-frown:before{content:"\F119"}.fa-frown-open:before{content:"\F57A"}.fa-fulcrum:before{content:"\F50B"}.fa-funnel-dollar:before{content:"\F662"}.fa-futbol:before{content:"\F1E3"}.fa-galactic-republic:before{content:"\F50C"}.fa-galactic-senate:before{content:"\F50D"}.fa-gamepad:before{content:"\F11B"}.fa-gas-pump:before{content:"\F52F"}.fa-gavel:before{content:"\F0E3"}.fa-gem:before{content:"\F3A5"}.fa-genderless:before{content:"\F22D"}.fa-get-pocket:before{content:"\F265"}.fa-gg:before{content:"\F260"}.fa-gg-circle:before{content:"\F261"}.fa-ghost:before{content:"\F6E2"}.fa-gift:before{content:"\F06B"}.fa-gifts:before{content:"\F79C"}.fa-git:before{content:"\F1D3"}.fa-git-alt:before{content:"\F841"}.fa-git-square:before{content:"\F1D2"}.fa-github:before{content:"\F09B"}.fa-github-alt:before{content:"\F113"}.fa-github-square:before{content:"\F092"}.fa-gitkraken:before{content:"\F3A6"}.fa-gitlab:before{content:"\F296"}.fa-gitter:before{content:"\F426"}.fa-glass-cheers:before{content:"\F79F"}.fa-glass-martini:before{content:"\F000"}.fa-glass-martini-alt:before{content:"\F57B"}.fa-glass-whiskey:before{content:"\F7A0"}.fa-glasses:before{content:"\F530"}.fa-glide:before{content:"\F2A5"}.fa-glide-g:before{content:"\F2A6"}.fa-globe:before{content:"\F0AC"}.fa-globe-africa:before{content:"\F57C"}.fa-globe-americas:before{content:"\F57D"}.fa-globe-asia:before{content:"\F57E"}.fa-globe-europe:before{content:"\F7A2"}.fa-gofore:before{content:"\F3A7"}.fa-golf-ball:before{content:"\F450"}.fa-goodreads:before{content:"\F3A8"}.fa-goodreads-g:before{content:"\F3A9"}.fa-google:before{content:"\F1A0"}.fa-google-drive:before{content:"\F3AA"}.fa-google-pay:before{content:"\E079"}.fa-google-play:before{content:"\F3AB"}.fa-google-plus:before{content:"\F2B3"}.fa-google-plus-g:before{content:"\F0D5"}.fa-google-plus-square:before{content:"\F0D4"}.fa-google-wallet:before{content:"\F1EE"}.fa-gopuram:before{content:"\F664"}.fa-graduation-cap:before{content:"\F19D"}.fa-gratipay:before{content:"\F184"}.fa-grav:before{content:"\F2D6"}.fa-greater-than:before{content:"\F531"}.fa-greater-than-equal:before{content:"\F532"}.fa-grimace:before{content:"\F57F"}.fa-grin:before{content:"\F580"}.fa-grin-alt:before{content:"\F581"}.fa-grin-beam:before{content:"\F582"}.fa-grin-beam-sweat:before{content:"\F583"}.fa-grin-hearts:before{content:"\F584"}.fa-grin-squint:before{content:"\F585"}.fa-grin-squint-tears:before{content:"\F586"}.fa-grin-stars:before{content:"\F587"}.fa-grin-tears:before{content:"\F588"}.fa-grin-tongue:before{content:"\F589"}.fa-grin-tongue-squint:before{content:"\F58A"}.fa-grin-tongue-wink:before{content:"\F58B"}.fa-grin-wink:before{content:"\F58C"}.fa-grip-horizontal:before{content:"\F58D"}.fa-grip-lines:before{content:"\F7A4"}.fa-grip-lines-vertical:before{content:"\F7A5"}.fa-grip-vertical:before{content:"\F58E"}.fa-gripfire:before{content:"\F3AC"}.fa-grunt:before{content:"\F3AD"}.fa-guilded:before{content:"\E07E"}.fa-guitar:before{content:"\F7A6"}.fa-gulp:before{content:"\F3AE"}.fa-h-square:before{content:"\F0FD"}.fa-hacker-news:before{content:"\F1D4"}.fa-hacker-news-square:before{content:"\F3AF"}.fa-hackerrank:before{content:"\F5F7"}.fa-hamburger:before{content:"\F805"}.fa-hammer:before{content:"\F6E3"}.fa-hamsa:before{content:"\F665"}.fa-hand-holding:before{content:"\F4BD"}.fa-hand-holding-heart:before{content:"\F4BE"}.fa-hand-holding-medical:before{content:"\E05C"}.fa-hand-holding-usd:before{content:"\F4C0"}.fa-hand-holding-water:before{content:"\F4C1"}.fa-hand-lizard:before{content:"\F258"}.fa-hand-middle-finger:before{content:"\F806"}.fa-hand-paper:before{content:"\F256"}.fa-hand-peace:before{content:"\F25B"}.fa-hand-point-down:before{content:"\F0A7"}.fa-hand-point-left:before{content:"\F0A5"}.fa-hand-point-right:before{content:"\F0A4"}.fa-hand-point-up:before{content:"\F0A6"}.fa-hand-pointer:before{content:"\F25A"}.fa-hand-rock:before{content:"\F255"}.fa-hand-scissors:before{content:"\F257"}.fa-hand-sparkles:before{content:"\E05D"}.fa-hand-spock:before{content:"\F259"}.fa-hands:before{content:"\F4C2"}.fa-hands-helping:before{content:"\F4C4"}.fa-hands-wash:before{content:"\E05E"}.fa-handshake:before{content:"\F2B5"}.fa-handshake-alt-slash:before{content:"\E05F"}.fa-handshake-slash:before{content:"\E060"}.fa-hanukiah:before{content:"\F6E6"}.fa-hard-hat:before{content:"\F807"}.fa-hashtag:before{content:"\F292"}.fa-hat-cowboy:before{content:"\F8C0"}.fa-hat-cowboy-side:before{content:"\F8C1"}.fa-hat-wizard:before{content:"\F6E8"}.fa-hdd:before{content:"\F0A0"}.fa-head-side-cough:before{content:"\E061"}.fa-head-side-cough-slash:before{content:"\E062"}.fa-head-side-mask:before{content:"\E063"}.fa-head-side-virus:before{content:"\E064"}.fa-heading:before{content:"\F1DC"}.fa-headphones:before{content:"\F025"}.fa-headphones-alt:before{content:"\F58F"}.fa-headset:before{content:"\F590"}.fa-heart:before{content:"\F004"}.fa-heart-broken:before{content:"\F7A9"}.fa-heartbeat:before{content:"\F21E"}.fa-helicopter:before{content:"\F533"}.fa-highlighter:before{content:"\F591"}.fa-hiking:before{content:"\F6EC"}.fa-hippo:before{content:"\F6ED"}.fa-hips:before{content:"\F452"}.fa-hire-a-helper:before{content:"\F3B0"}.fa-history:before{content:"\F1DA"}.fa-hive:before{content:"\E07F"}.fa-hockey-puck:before{content:"\F453"}.fa-holly-berry:before{content:"\F7AA"}.fa-home:before{content:"\F015"}.fa-hooli:before{content:"\F427"}.fa-hornbill:before{content:"\F592"}.fa-horse:before{content:"\F6F0"}.fa-horse-head:before{content:"\F7AB"}.fa-hospital:before{content:"\F0F8"}.fa-hospital-alt:before{content:"\F47D"}.fa-hospital-symbol:before{content:"\F47E"}.fa-hospital-user:before{content:"\F80D"}.fa-hot-tub:before{content:"\F593"}.fa-hotdog:before{content:"\F80F"}.fa-hotel:before{content:"\F594"}.fa-hotjar:before{content:"\F3B1"}.fa-hourglass:before{content:"\F254"}.fa-hourglass-end:before{content:"\F253"}.fa-hourglass-half:before{content:"\F252"}.fa-hourglass-start:before{content:"\F251"}.fa-house-damage:before{content:"\F6F1"}.fa-house-user:before{content:"\E065"}.fa-houzz:before{content:"\F27C"}.fa-hryvnia:before{content:"\F6F2"}.fa-html5:before{content:"\F13B"}.fa-hubspot:before{content:"\F3B2"}.fa-i-cursor:before{content:"\F246"}.fa-ice-cream:before{content:"\F810"}.fa-icicles:before{content:"\F7AD"}.fa-icons:before{content:"\F86D"}.fa-id-badge:before{content:"\F2C1"}.fa-id-card:before{content:"\F2C2"}.fa-id-card-alt:before{content:"\F47F"}.fa-ideal:before{content:"\E013"}.fa-igloo:before{content:"\F7AE"}.fa-image:before{content:"\F03E"}.fa-images:before{content:"\F302"}.fa-imdb:before{content:"\F2D8"}.fa-inbox:before{content:"\F01C"}.fa-indent:before{content:"\F03C"}.fa-industry:before{content:"\F275"}.fa-infinity:before{content:"\F534"}.fa-info:before{content:"\F129"}.fa-info-circle:before{content:"\F05A"}.fa-innosoft:before{content:"\E080"}.fa-instagram:before{content:"\F16D"}.fa-instagram-square:before{content:"\E055"}.fa-instalod:before{content:"\E081"}.fa-intercom:before{content:"\F7AF"}.fa-internet-explorer:before{content:"\F26B"}.fa-invision:before{content:"\F7B0"}.fa-ioxhost:before{content:"\F208"}.fa-italic:before{content:"\F033"}.fa-itch-io:before{content:"\F83A"}.fa-itunes:before{content:"\F3B4"}.fa-itunes-note:before{content:"\F3B5"}.fa-java:before{content:"\F4E4"}.fa-jedi:before{content:"\F669"}.fa-jedi-order:before{content:"\F50E"}.fa-jenkins:before{content:"\F3B6"}.fa-jira:before{content:"\F7B1"}.fa-joget:before{content:"\F3B7"}.fa-joint:before{content:"\F595"}.fa-joomla:before{content:"\F1AA"}.fa-journal-whills:before{content:"\F66A"}.fa-js:before{content:"\F3B8"}.fa-js-square:before{content:"\F3B9"}.fa-jsfiddle:before{content:"\F1CC"}.fa-kaaba:before{content:"\F66B"}.fa-kaggle:before{content:"\F5FA"}.fa-key:before{content:"\F084"}.fa-keybase:before{content:"\F4F5"}.fa-keyboard:before{content:"\F11C"}.fa-keycdn:before{content:"\F3BA"}.fa-khanda:before{content:"\F66D"}.fa-kickstarter:before{content:"\F3BB"}.fa-kickstarter-k:before{content:"\F3BC"}.fa-kiss:before{content:"\F596"}.fa-kiss-beam:before{content:"\F597"}.fa-kiss-wink-heart:before{content:"\F598"}.fa-kiwi-bird:before{content:"\F535"}.fa-korvue:before{content:"\F42F"}.fa-landmark:before{content:"\F66F"}.fa-language:before{content:"\F1AB"}.fa-laptop:before{content:"\F109"}.fa-laptop-code:before{content:"\F5FC"}.fa-laptop-house:before{content:"\E066"}.fa-laptop-medical:before{content:"\F812"}.fa-laravel:before{content:"\F3BD"}.fa-lastfm:before{content:"\F202"}.fa-lastfm-square:before{content:"\F203"}.fa-laugh:before{content:"\F599"}.fa-laugh-beam:before{content:"\F59A"}.fa-laugh-squint:before{content:"\F59B"}.fa-laugh-wink:before{content:"\F59C"}.fa-layer-group:before{content:"\F5FD"}.fa-leaf:before{content:"\F06C"}.fa-leanpub:before{content:"\F212"}.fa-lemon:before{content:"\F094"}.fa-less:before{content:"\F41D"}.fa-less-than:before{content:"\F536"}.fa-less-than-equal:before{content:"\F537"}.fa-level-down-alt:before{content:"\F3BE"}.fa-level-up-alt:before{content:"\F3BF"}.fa-life-ring:before{content:"\F1CD"}.fa-lightbulb:before{content:"\F0EB"}.fa-line:before{content:"\F3C0"}.fa-link:before{content:"\F0C1"}.fa-linkedin:before{content:"\F08C"}.fa-linkedin-in:before{content:"\F0E1"}.fa-linode:before{content:"\F2B8"}.fa-linux:before{content:"\F17C"}.fa-lira-sign:before{content:"\F195"}.fa-list:before{content:"\F03A"}.fa-list-alt:before{content:"\F022"}.fa-list-ol:before{content:"\F0CB"}.fa-list-ul:before{content:"\F0CA"}.fa-location-arrow:before{content:"\F124"}.fa-lock:before{content:"\F023"}.fa-lock-open:before{content:"\F3C1"}.fa-long-arrow-alt-down:before{content:"\F309"}.fa-long-arrow-alt-left:before{content:"\F30A"}.fa-long-arrow-alt-right:before{content:"\F30B"}.fa-long-arrow-alt-up:before{content:"\F30C"}.fa-low-vision:before{content:"\F2A8"}.fa-luggage-cart:before{content:"\F59D"}.fa-lungs:before{content:"\F604"}.fa-lungs-virus:before{content:"\E067"}.fa-lyft:before{content:"\F3C3"}.fa-magento:before{content:"\F3C4"}.fa-magic:before{content:"\F0D0"}.fa-magnet:before{content:"\F076"}.fa-mail-bulk:before{content:"\F674"}.fa-mailchimp:before{content:"\F59E"}.fa-male:before{content:"\F183"}.fa-mandalorian:before{content:"\F50F"}.fa-map:before{content:"\F279"}.fa-map-marked:before{content:"\F59F"}.fa-map-marked-alt:before{content:"\F5A0"}.fa-map-marker:before{content:"\F041"}.fa-map-marker-alt:before{content:"\F3C5"}.fa-map-pin:before{content:"\F276"}.fa-map-signs:before{content:"\F277"}.fa-markdown:before{content:"\F60F"}.fa-marker:before{content:"\F5A1"}.fa-mars:before{content:"\F222"}.fa-mars-double:before{content:"\F227"}.fa-mars-stroke:before{content:"\F229"}.fa-mars-stroke-h:before{content:"\F22B"}.fa-mars-stroke-v:before{content:"\F22A"}.fa-mask:before{content:"\F6FA"}.fa-mastodon:before{content:"\F4F6"}.fa-maxcdn:before{content:"\F136"}.fa-mdb:before{content:"\F8CA"}.fa-medal:before{content:"\F5A2"}.fa-medapps:before{content:"\F3C6"}.fa-medium:before{content:"\F23A"}.fa-medium-m:before{content:"\F3C7"}.fa-medkit:before{content:"\F0FA"}.fa-medrt:before{content:"\F3C8"}.fa-meetup:before{content:"\F2E0"}.fa-megaport:before{content:"\F5A3"}.fa-meh:before{content:"\F11A"}.fa-meh-blank:before{content:"\F5A4"}.fa-meh-rolling-eyes:before{content:"\F5A5"}.fa-memory:before{content:"\F538"}.fa-mendeley:before{content:"\F7B3"}.fa-menorah:before{content:"\F676"}.fa-mercury:before{content:"\F223"}.fa-meteor:before{content:"\F753"}.fa-microblog:before{content:"\E01A"}.fa-microchip:before{content:"\F2DB"}.fa-microphone:before{content:"\F130"}.fa-microphone-alt:before{content:"\F3C9"}.fa-microphone-alt-slash:before{content:"\F539"}.fa-microphone-slash:before{content:"\F131"}.fa-microscope:before{content:"\F610"}.fa-microsoft:before{content:"\F3CA"}.fa-minus:before{content:"\F068"}.fa-minus-circle:before{content:"\F056"}.fa-minus-square:before{content:"\F146"}.fa-mitten:before{content:"\F7B5"}.fa-mix:before{content:"\F3CB"}.fa-mixcloud:before{content:"\F289"}.fa-mixer:before{content:"\E056"}.fa-mizuni:before{content:"\F3CC"}.fa-mobile:before{content:"\F10B"}.fa-mobile-alt:before{content:"\F3CD"}.fa-modx:before{content:"\F285"}.fa-monero:before{content:"\F3D0"}.fa-money-bill:before{content:"\F0D6"}.fa-money-bill-alt:before{content:"\F3D1"}.fa-money-bill-wave:before{content:"\F53A"}.fa-money-bill-wave-alt:before{content:"\F53B"}.fa-money-check:before{content:"\F53C"}.fa-money-check-alt:before{content:"\F53D"}.fa-monument:before{content:"\F5A6"}.fa-moon:before{content:"\F186"}.fa-mortar-pestle:before{content:"\F5A7"}.fa-mosque:before{content:"\F678"}.fa-motorcycle:before{content:"\F21C"}.fa-mountain:before{content:"\F6FC"}.fa-mouse:before{content:"\F8CC"}.fa-mouse-pointer:before{content:"\F245"}.fa-mug-hot:before{content:"\F7B6"}.fa-music:before{content:"\F001"}.fa-napster:before{content:"\F3D2"}.fa-neos:before{content:"\F612"}.fa-network-wired:before{content:"\F6FF"}.fa-neuter:before{content:"\F22C"}.fa-newspaper:before{content:"\F1EA"}.fa-nimblr:before{content:"\F5A8"}.fa-node:before{content:"\F419"}.fa-node-js:before{content:"\F3D3"}.fa-not-equal:before{content:"\F53E"}.fa-notes-medical:before{content:"\F481"}.fa-npm:before{content:"\F3D4"}.fa-ns8:before{content:"\F3D5"}.fa-nutritionix:before{content:"\F3D6"}.fa-object-group:before{content:"\F247"}.fa-object-ungroup:before{content:"\F248"}.fa-octopus-deploy:before{content:"\E082"}.fa-odnoklassniki:before{content:"\F263"}.fa-odnoklassniki-square:before{content:"\F264"}.fa-oil-can:before{content:"\F613"}.fa-old-republic:before{content:"\F510"}.fa-om:before{content:"\F679"}.fa-opencart:before{content:"\F23D"}.fa-openid:before{content:"\F19B"}.fa-opera:before{content:"\F26A"}.fa-optin-monster:before{content:"\F23C"}.fa-orcid:before{content:"\F8D2"}.fa-osi:before{content:"\F41A"}.fa-otter:before{content:"\F700"}.fa-outdent:before{content:"\F03B"}.fa-page4:before{content:"\F3D7"}.fa-pagelines:before{content:"\F18C"}.fa-pager:before{content:"\F815"}.fa-paint-brush:before{content:"\F1FC"}.fa-paint-roller:before{content:"\F5AA"}.fa-palette:before{content:"\F53F"}.fa-palfed:before{content:"\F3D8"}.fa-pallet:before{content:"\F482"}.fa-paper-plane:before{content:"\F1D8"}.fa-paperclip:before{content:"\F0C6"}.fa-parachute-box:before{content:"\F4CD"}.fa-paragraph:before{content:"\F1DD"}.fa-parking:before{content:"\F540"}.fa-passport:before{content:"\F5AB"}.fa-pastafarianism:before{content:"\F67B"}.fa-paste:before{content:"\F0EA"}.fa-patreon:before{content:"\F3D9"}.fa-pause:before{content:"\F04C"}.fa-pause-circle:before{content:"\F28B"}.fa-paw:before{content:"\F1B0"}.fa-paypal:before{content:"\F1ED"}.fa-peace:before{content:"\F67C"}.fa-pen:before{content:"\F304"}.fa-pen-alt:before{content:"\F305"}.fa-pen-fancy:before{content:"\F5AC"}.fa-pen-nib:before{content:"\F5AD"}.fa-pen-square:before{content:"\F14B"}.fa-pencil-alt:before{content:"\F303"}.fa-pencil-ruler:before{content:"\F5AE"}.fa-penny-arcade:before{content:"\F704"}.fa-people-arrows:before{content:"\E068"}.fa-people-carry:before{content:"\F4CE"}.fa-pepper-hot:before{content:"\F816"}.fa-perbyte:before{content:"\E083"}.fa-percent:before{content:"\F295"}.fa-percentage:before{content:"\F541"}.fa-periscope:before{content:"\F3DA"}.fa-person-booth:before{content:"\F756"}.fa-phabricator:before{content:"\F3DB"}.fa-phoenix-framework:before{content:"\F3DC"}.fa-phoenix-squadron:before{content:"\F511"}.fa-phone:before{content:"\F095"}.fa-phone-alt:before{content:"\F879"}.fa-phone-slash:before{content:"\F3DD"}.fa-phone-square:before{content:"\F098"}.fa-phone-square-alt:before{content:"\F87B"}.fa-phone-volume:before{content:"\F2A0"}.fa-photo-video:before{content:"\F87C"}.fa-php:before{content:"\F457"}.fa-pied-piper:before{content:"\F2AE"}.fa-pied-piper-alt:before{content:"\F1A8"}.fa-pied-piper-hat:before{content:"\F4E5"}.fa-pied-piper-pp:before{content:"\F1A7"}.fa-pied-piper-square:before{content:"\E01E"}.fa-piggy-bank:before{content:"\F4D3"}.fa-pills:before{content:"\F484"}.fa-pinterest:before{content:"\F0D2"}.fa-pinterest-p:before{content:"\F231"}.fa-pinterest-square:before{content:"\F0D3"}.fa-pizza-slice:before{content:"\F818"}.fa-place-of-worship:before{content:"\F67F"}.fa-plane:before{content:"\F072"}.fa-plane-arrival:before{content:"\F5AF"}.fa-plane-departure:before{content:"\F5B0"}.fa-plane-slash:before{content:"\E069"}.fa-play:before{content:"\F04B"}.fa-play-circle:before{content:"\F144"}.fa-playstation:before{content:"\F3DF"}.fa-plug:before{content:"\F1E6"}.fa-plus:before{content:"\F067"}.fa-plus-circle:before{content:"\F055"}.fa-plus-square:before{content:"\F0FE"}.fa-podcast:before{content:"\F2CE"}.fa-poll:before{content:"\F681"}.fa-poll-h:before{content:"\F682"}.fa-poo:before{content:"\F2FE"}.fa-poo-storm:before{content:"\F75A"}.fa-poop:before{content:"\F619"}.fa-portrait:before{content:"\F3E0"}.fa-pound-sign:before{content:"\F154"}.fa-power-off:before{content:"\F011"}.fa-pray:before{content:"\F683"}.fa-praying-hands:before{content:"\F684"}.fa-prescription:before{content:"\F5B1"}.fa-prescription-bottle:before{content:"\F485"}.fa-prescription-bottle-alt:before{content:"\F486"}.fa-print:before{content:"\F02F"}.fa-procedures:before{content:"\F487"}.fa-product-hunt:before{content:"\F288"}.fa-project-diagram:before{content:"\F542"}.fa-pump-medical:before{content:"\E06A"}.fa-pump-soap:before{content:"\E06B"}.fa-pushed:before{content:"\F3E1"}.fa-puzzle-piece:before{content:"\F12E"}.fa-python:before{content:"\F3E2"}.fa-qq:before{content:"\F1D6"}.fa-qrcode:before{content:"\F029"}.fa-question:before{content:"\F128"}.fa-question-circle:before{content:"\F059"}.fa-quidditch:before{content:"\F458"}.fa-quinscape:before{content:"\F459"}.fa-quora:before{content:"\F2C4"}.fa-quote-left:before{content:"\F10D"}.fa-quote-right:before{content:"\F10E"}.fa-quran:before{content:"\F687"}.fa-r-project:before{content:"\F4F7"}.fa-radiation:before{content:"\F7B9"}.fa-radiation-alt:before{content:"\F7BA"}.fa-rainbow:before{content:"\F75B"}.fa-random:before{content:"\F074"}.fa-raspberry-pi:before{content:"\F7BB"}.fa-ravelry:before{content:"\F2D9"}.fa-react:before{content:"\F41B"}.fa-reacteurope:before{content:"\F75D"}.fa-readme:before{content:"\F4D5"}.fa-rebel:before{content:"\F1D0"}.fa-receipt:before{content:"\F543"}.fa-record-vinyl:before{content:"\F8D9"}.fa-recycle:before{content:"\F1B8"}.fa-red-river:before{content:"\F3E3"}.fa-reddit:before{content:"\F1A1"}.fa-reddit-alien:before{content:"\F281"}.fa-reddit-square:before{content:"\F1A2"}.fa-redhat:before{content:"\F7BC"}.fa-redo:before{content:"\F01E"}.fa-redo-alt:before{content:"\F2F9"}.fa-registered:before{content:"\F25D"}.fa-remove-format:before{content:"\F87D"}.fa-renren:before{content:"\F18B"}.fa-reply:before{content:"\F3E5"}.fa-reply-all:before{content:"\F122"}.fa-replyd:before{content:"\F3E6"}.fa-republican:before{content:"\F75E"}.fa-researchgate:before{content:"\F4F8"}.fa-resolving:before{content:"\F3E7"}.fa-restroom:before{content:"\F7BD"}.fa-retweet:before{content:"\F079"}.fa-rev:before{content:"\F5B2"}.fa-ribbon:before{content:"\F4D6"}.fa-ring:before{content:"\F70B"}.fa-road:before{content:"\F018"}.fa-robot:before{content:"\F544"}.fa-rocket:before{content:"\F135"}.fa-rocketchat:before{content:"\F3E8"}.fa-rockrms:before{content:"\F3E9"}.fa-route:before{content:"\F4D7"}.fa-rss:before{content:"\F09E"}.fa-rss-square:before{content:"\F143"}.fa-ruble-sign:before{content:"\F158"}.fa-ruler:before{content:"\F545"}.fa-ruler-combined:before{content:"\F546"}.fa-ruler-horizontal:before{content:"\F547"}.fa-ruler-vertical:before{content:"\F548"}.fa-running:before{content:"\F70C"}.fa-rupee-sign:before{content:"\F156"}.fa-rust:before{content:"\E07A"}.fa-sad-cry:before{content:"\F5B3"}.fa-sad-tear:before{content:"\F5B4"}.fa-safari:before{content:"\F267"}.fa-salesforce:before{content:"\F83B"}.fa-sass:before{content:"\F41E"}.fa-satellite:before{content:"\F7BF"}.fa-satellite-dish:before{content:"\F7C0"}.fa-save:before{content:"\F0C7"}.fa-schlix:before{content:"\F3EA"}.fa-school:before{content:"\F549"}.fa-screwdriver:before{content:"\F54A"}.fa-scribd:before{content:"\F28A"}.fa-scroll:before{content:"\F70E"}.fa-sd-card:before{content:"\F7C2"}.fa-search:before{content:"\F002"}.fa-search-dollar:before{content:"\F688"}.fa-search-location:before{content:"\F689"}.fa-search-minus:before{content:"\F010"}.fa-search-plus:before{content:"\F00E"}.fa-searchengin:before{content:"\F3EB"}.fa-seedling:before{content:"\F4D8"}.fa-sellcast:before{content:"\F2DA"}.fa-sellsy:before{content:"\F213"}.fa-server:before{content:"\F233"}.fa-servicestack:before{content:"\F3EC"}.fa-shapes:before{content:"\F61F"}.fa-share:before{content:"\F064"}.fa-share-alt:before{content:"\F1E0"}.fa-share-alt-square:before{content:"\F1E1"}.fa-share-square:before{content:"\F14D"}.fa-shekel-sign:before{content:"\F20B"}.fa-shield-alt:before{content:"\F3ED"}.fa-shield-virus:before{content:"\E06C"}.fa-ship:before{content:"\F21A"}.fa-shipping-fast:before{content:"\F48B"}.fa-shirtsinbulk:before{content:"\F214"}.fa-shoe-prints:before{content:"\F54B"}.fa-shopify:before{content:"\E057"}.fa-shopping-bag:before{content:"\F290"}.fa-shopping-basket:before{content:"\F291"}.fa-shopping-cart:before{content:"\F07A"}.fa-shopware:before{content:"\F5B5"}.fa-shower:before{content:"\F2CC"}.fa-shuttle-van:before{content:"\F5B6"}.fa-sign:before{content:"\F4D9"}.fa-sign-in-alt:before{content:"\F2F6"}.fa-sign-language:before{content:"\F2A7"}.fa-sign-out-alt:before{content:"\F2F5"}.fa-signal:before{content:"\F012"}.fa-signature:before{content:"\F5B7"}.fa-sim-card:before{content:"\F7C4"}.fa-simplybuilt:before{content:"\F215"}.fa-sink:before{content:"\E06D"}.fa-sistrix:before{content:"\F3EE"}.fa-sitemap:before{content:"\F0E8"}.fa-sith:before{content:"\F512"}.fa-skating:before{content:"\F7C5"}.fa-sketch:before{content:"\F7C6"}.fa-skiing:before{content:"\F7C9"}.fa-skiing-nordic:before{content:"\F7CA"}.fa-skull:before{content:"\F54C"}.fa-skull-crossbones:before{content:"\F714"}.fa-skyatlas:before{content:"\F216"}.fa-skype:before{content:"\F17E"}.fa-slack:before{content:"\F198"}.fa-slack-hash:before{content:"\F3EF"}.fa-slash:before{content:"\F715"}.fa-sleigh:before{content:"\F7CC"}.fa-sliders-h:before{content:"\F1DE"}.fa-slideshare:before{content:"\F1E7"}.fa-smile:before{content:"\F118"}.fa-smile-beam:before{content:"\F5B8"}.fa-smile-wink:before{content:"\F4DA"}.fa-smog:before{content:"\F75F"}.fa-smoking:before{content:"\F48D"}.fa-smoking-ban:before{content:"\F54D"}.fa-sms:before{content:"\F7CD"}.fa-snapchat:before{content:"\F2AB"}.fa-snapchat-ghost:before{content:"\F2AC"}.fa-snapchat-square:before{content:"\F2AD"}.fa-snowboarding:before{content:"\F7CE"}.fa-snowflake:before{content:"\F2DC"}.fa-snowman:before{content:"\F7D0"}.fa-snowplow:before{content:"\F7D2"}.fa-soap:before{content:"\E06E"}.fa-socks:before{content:"\F696"}.fa-solar-panel:before{content:"\F5BA"}.fa-sort:before{content:"\F0DC"}.fa-sort-alpha-down:before{content:"\F15D"}.fa-sort-alpha-down-alt:before{content:"\F881"}.fa-sort-alpha-up:before{content:"\F15E"}.fa-sort-alpha-up-alt:before{content:"\F882"}.fa-sort-amount-down:before{content:"\F160"}.fa-sort-amount-down-alt:before{content:"\F884"}.fa-sort-amount-up:before{content:"\F161"}.fa-sort-amount-up-alt:before{content:"\F885"}.fa-sort-down:before{content:"\F0DD"}.fa-sort-numeric-down:before{content:"\F162"}.fa-sort-numeric-down-alt:before{content:"\F886"}.fa-sort-numeric-up:before{content:"\F163"}.fa-sort-numeric-up-alt:before{content:"\F887"}.fa-sort-up:before{content:"\F0DE"}.fa-soundcloud:before{content:"\F1BE"}.fa-sourcetree:before{content:"\F7D3"}.fa-spa:before{content:"\F5BB"}.fa-space-shuttle:before{content:"\F197"}.fa-speakap:before{content:"\F3F3"}.fa-speaker-deck:before{content:"\F83C"}.fa-spell-check:before{content:"\F891"}.fa-spider:before{content:"\F717"}.fa-spinner:before{content:"\F110"}.fa-splotch:before{content:"\F5BC"}.fa-spotify:before{content:"\F1BC"}.fa-spray-can:before{content:"\F5BD"}.fa-square:before{content:"\F0C8"}.fa-square-full:before{content:"\F45C"}.fa-square-root-alt:before{content:"\F698"}.fa-squarespace:before{content:"\F5BE"}.fa-stack-exchange:before{content:"\F18D"}.fa-stack-overflow:before{content:"\F16C"}.fa-stackpath:before{content:"\F842"}.fa-stamp:before{content:"\F5BF"}.fa-star:before{content:"\F005"}.fa-star-and-crescent:before{content:"\F699"}.fa-star-half:before{content:"\F089"}.fa-star-half-alt:before{content:"\F5C0"}.fa-star-of-david:before{content:"\F69A"}.fa-star-of-life:before{content:"\F621"}.fa-staylinked:before{content:"\F3F5"}.fa-steam:before{content:"\F1B6"}.fa-steam-square:before{content:"\F1B7"}.fa-steam-symbol:before{content:"\F3F6"}.fa-step-backward:before{content:"\F048"}.fa-step-forward:before{content:"\F051"}.fa-stethoscope:before{content:"\F0F1"}.fa-sticker-mule:before{content:"\F3F7"}.fa-sticky-note:before{content:"\F249"}.fa-stop:before{content:"\F04D"}.fa-stop-circle:before{content:"\F28D"}.fa-stopwatch:before{content:"\F2F2"}.fa-stopwatch-20:before{content:"\E06F"}.fa-store:before{content:"\F54E"}.fa-store-alt:before{content:"\F54F"}.fa-store-alt-slash:before{content:"\E070"}.fa-store-slash:before{content:"\E071"}.fa-strava:before{content:"\F428"}.fa-stream:before{content:"\F550"}.fa-street-view:before{content:"\F21D"}.fa-strikethrough:before{content:"\F0CC"}.fa-stripe:before{content:"\F429"}.fa-stripe-s:before{content:"\F42A"}.fa-stroopwafel:before{content:"\F551"}.fa-studiovinari:before{content:"\F3F8"}.fa-stumbleupon:before{content:"\F1A4"}.fa-stumbleupon-circle:before{content:"\F1A3"}.fa-subscript:before{content:"\F12C"}.fa-subway:before{content:"\F239"}.fa-suitcase:before{content:"\F0F2"}.fa-suitcase-rolling:before{content:"\F5C1"}.fa-sun:before{content:"\F185"}.fa-superpowers:before{content:"\F2DD"}.fa-superscript:before{content:"\F12B"}.fa-supple:before{content:"\F3F9"}.fa-surprise:before{content:"\F5C2"}.fa-suse:before{content:"\F7D6"}.fa-swatchbook:before{content:"\F5C3"}.fa-swift:before{content:"\F8E1"}.fa-swimmer:before{content:"\F5C4"}.fa-swimming-pool:before{content:"\F5C5"}.fa-symfony:before{content:"\F83D"}.fa-synagogue:before{content:"\F69B"}.fa-sync:before{content:"\F021"}.fa-sync-alt:before{content:"\F2F1"}.fa-syringe:before{content:"\F48E"}.fa-table:before{content:"\F0CE"}.fa-table-tennis:before{content:"\F45D"}.fa-tablet:before{content:"\F10A"}.fa-tablet-alt:before{content:"\F3FA"}.fa-tablets:before{content:"\F490"}.fa-tachometer-alt:before{content:"\F3FD"}.fa-tag:before{content:"\F02B"}.fa-tags:before{content:"\F02C"}.fa-tape:before{content:"\F4DB"}.fa-tasks:before{content:"\F0AE"}.fa-taxi:before{content:"\F1BA"}.fa-teamspeak:before{content:"\F4F9"}.fa-teeth:before{content:"\F62E"}.fa-teeth-open:before{content:"\F62F"}.fa-telegram:before{content:"\F2C6"}.fa-telegram-plane:before{content:"\F3FE"}.fa-temperature-high:before{content:"\F769"}.fa-temperature-low:before{content:"\F76B"}.fa-tencent-weibo:before{content:"\F1D5"}.fa-tenge:before{content:"\F7D7"}.fa-terminal:before{content:"\F120"}.fa-text-height:before{content:"\F034"}.fa-text-width:before{content:"\F035"}.fa-th:before{content:"\F00A"}.fa-th-large:before{content:"\F009"}.fa-th-list:before{content:"\F00B"}.fa-the-red-yeti:before{content:"\F69D"}.fa-theater-masks:before{content:"\F630"}.fa-themeco:before{content:"\F5C6"}.fa-themeisle:before{content:"\F2B2"}.fa-thermometer:before{content:"\F491"}.fa-thermometer-empty:before{content:"\F2CB"}.fa-thermometer-full:before{content:"\F2C7"}.fa-thermometer-half:before{content:"\F2C9"}.fa-thermometer-quarter:before{content:"\F2CA"}.fa-thermometer-three-quarters:before{content:"\F2C8"}.fa-think-peaks:before{content:"\F731"}.fa-thumbs-down:before{content:"\F165"}.fa-thumbs-up:before{content:"\F164"}.fa-thumbtack:before{content:"\F08D"}.fa-ticket-alt:before{content:"\F3FF"}.fa-tiktok:before{content:"\E07B"}.fa-times:before{content:"\F00D"}.fa-times-circle:before{content:"\F057"}.fa-tint:before{content:"\F043"}.fa-tint-slash:before{content:"\F5C7"}.fa-tired:before{content:"\F5C8"}.fa-toggle-off:before{content:"\F204"}.fa-toggle-on:before{content:"\F205"}.fa-toilet:before{content:"\F7D8"}.fa-toilet-paper:before{content:"\F71E"}.fa-toilet-paper-slash:before{content:"\E072"}.fa-toolbox:before{content:"\F552"}.fa-tools:before{content:"\F7D9"}.fa-tooth:before{content:"\F5C9"}.fa-torah:before{content:"\F6A0"}.fa-torii-gate:before{content:"\F6A1"}.fa-tractor:before{content:"\F722"}.fa-trade-federation:before{content:"\F513"}.fa-trademark:before{content:"\F25C"}.fa-traffic-light:before{content:"\F637"}.fa-trailer:before{content:"\E041"}.fa-train:before{content:"\F238"}.fa-tram:before{content:"\F7DA"}.fa-transgender:before{content:"\F224"}.fa-transgender-alt:before{content:"\F225"}.fa-trash:before{content:"\F1F8"}.fa-trash-alt:before{content:"\F2ED"}.fa-trash-restore:before{content:"\F829"}.fa-trash-restore-alt:before{content:"\F82A"}.fa-tree:before{content:"\F1BB"}.fa-trello:before{content:"\F181"}.fa-trophy:before{content:"\F091"}.fa-truck:before{content:"\F0D1"}.fa-truck-loading:before{content:"\F4DE"}.fa-truck-monster:before{content:"\F63B"}.fa-truck-moving:before{content:"\F4DF"}.fa-truck-pickup:before{content:"\F63C"}.fa-tshirt:before{content:"\F553"}.fa-tty:before{content:"\F1E4"}.fa-tumblr:before{content:"\F173"}.fa-tumblr-square:before{content:"\F174"}.fa-tv:before{content:"\F26C"}.fa-twitch:before{content:"\F1E8"}.fa-twitter:before{content:"\F099"}.fa-twitter-square:before{content:"\F081"}.fa-typo3:before{content:"\F42B"}.fa-uber:before{content:"\F402"}.fa-ubuntu:before{content:"\F7DF"}.fa-uikit:before{content:"\F403"}.fa-umbraco:before{content:"\F8E8"}.fa-umbrella:before{content:"\F0E9"}.fa-umbrella-beach:before{content:"\F5CA"}.fa-uncharted:before{content:"\E084"}.fa-underline:before{content:"\F0CD"}.fa-undo:before{content:"\F0E2"}.fa-undo-alt:before{content:"\F2EA"}.fa-uniregistry:before{content:"\F404"}.fa-unity:before{content:"\E049"}.fa-universal-access:before{content:"\F29A"}.fa-university:before{content:"\F19C"}.fa-unlink:before{content:"\F127"}.fa-unlock:before{content:"\F09C"}.fa-unlock-alt:before{content:"\F13E"}.fa-unsplash:before{content:"\E07C"}.fa-untappd:before{content:"\F405"}.fa-upload:before{content:"\F093"}.fa-ups:before{content:"\F7E0"}.fa-usb:before{content:"\F287"}.fa-user:before{content:"\F007"}.fa-user-alt:before{content:"\F406"}.fa-user-alt-slash:before{content:"\F4FA"}.fa-user-astronaut:before{content:"\F4FB"}.fa-user-check:before{content:"\F4FC"}.fa-user-circle:before{content:"\F2BD"}.fa-user-clock:before{content:"\F4FD"}.fa-user-cog:before{content:"\F4FE"}.fa-user-edit:before{content:"\F4FF"}.fa-user-friends:before{content:"\F500"}.fa-user-graduate:before{content:"\F501"}.fa-user-injured:before{content:"\F728"}.fa-user-lock:before{content:"\F502"}.fa-user-md:before{content:"\F0F0"}.fa-user-minus:before{content:"\F503"}.fa-user-ninja:before{content:"\F504"}.fa-user-nurse:before{content:"\F82F"}.fa-user-plus:before{content:"\F234"}.fa-user-secret:before{content:"\F21B"}.fa-user-shield:before{content:"\F505"}.fa-user-slash:before{content:"\F506"}.fa-user-tag:before{content:"\F507"}.fa-user-tie:before{content:"\F508"}.fa-user-times:before{content:"\F235"}.fa-users:before{content:"\F0C0"}.fa-users-cog:before{content:"\F509"}.fa-users-slash:before{content:"\E073"}.fa-usps:before{content:"\F7E1"}.fa-ussunnah:before{content:"\F407"}.fa-utensil-spoon:before{content:"\F2E5"}.fa-utensils:before{content:"\F2E7"}.fa-vaadin:before{content:"\F408"}.fa-vector-square:before{content:"\F5CB"}.fa-venus:before{content:"\F221"}.fa-venus-double:before{content:"\F226"}.fa-venus-mars:before{content:"\F228"}.fa-vest:before{content:"\E085"}.fa-vest-patches:before{content:"\E086"}.fa-viacoin:before{content:"\F237"}.fa-viadeo:before{content:"\F2A9"}.fa-viadeo-square:before{content:"\F2AA"}.fa-vial:before{content:"\F492"}.fa-vials:before{content:"\F493"}.fa-viber:before{content:"\F409"}.fa-video:before{content:"\F03D"}.fa-video-slash:before{content:"\F4E2"}.fa-vihara:before{content:"\F6A7"}.fa-vimeo:before{content:"\F40A"}.fa-vimeo-square:before{content:"\F194"}.fa-vimeo-v:before{content:"\F27D"}.fa-vine:before{content:"\F1CA"}.fa-virus:before{content:"\E074"}.fa-virus-slash:before{content:"\E075"}.fa-viruses:before{content:"\E076"}.fa-vk:before{content:"\F189"}.fa-vnv:before{content:"\F40B"}.fa-voicemail:before{content:"\F897"}.fa-volleyball-ball:before{content:"\F45F"}.fa-volume-down:before{content:"\F027"}.fa-volume-mute:before{content:"\F6A9"}.fa-volume-off:before{content:"\F026"}.fa-volume-up:before{content:"\F028"}.fa-vote-yea:before{content:"\F772"}.fa-vr-cardboard:before{content:"\F729"}.fa-vuejs:before{content:"\F41F"}.fa-walking:before{content:"\F554"}.fa-wallet:before{content:"\F555"}.fa-warehouse:before{content:"\F494"}.fa-watchman-monitoring:before{content:"\E087"}.fa-water:before{content:"\F773"}.fa-wave-square:before{content:"\F83E"}.fa-waze:before{content:"\F83F"}.fa-weebly:before{content:"\F5CC"}.fa-weibo:before{content:"\F18A"}.fa-weight:before{content:"\F496"}.fa-weight-hanging:before{content:"\F5CD"}.fa-weixin:before{content:"\F1D7"}.fa-whatsapp:before{content:"\F232"}.fa-whatsapp-square:before{content:"\F40C"}.fa-wheelchair:before{content:"\F193"}.fa-whmcs:before{content:"\F40D"}.fa-wifi:before{content:"\F1EB"}.fa-wikipedia-w:before{content:"\F266"}.fa-wind:before{content:"\F72E"}.fa-window-close:before{content:"\F410"}.fa-window-maximize:before{content:"\F2D0"}.fa-window-minimize:before{content:"\F2D1"}.fa-window-restore:before{content:"\F2D2"}.fa-windows:before{content:"\F17A"}.fa-wine-bottle:before{content:"\F72F"}.fa-wine-glass:before{content:"\F4E3"}.fa-wine-glass-alt:before{content:"\F5CE"}.fa-wix:before{content:"\F5CF"}.fa-wizards-of-the-coast:before{content:"\F730"}.fa-wodu:before{content:"\E088"}.fa-wolf-pack-battalion:before{content:"\F514"}.fa-won-sign:before{content:"\F159"}.fa-wordpress:before{content:"\F19A"}.fa-wordpress-simple:before{content:"\F411"}.fa-wpbeginner:before{content:"\F297"}.fa-wpexplorer:before{content:"\F2DE"}.fa-wpforms:before{content:"\F298"}.fa-wpressr:before{content:"\F3E4"}.fa-wrench:before{content:"\F0AD"}.fa-x-ray:before{content:"\F497"}.fa-xbox:before{content:"\F412"}.fa-xing:before{content:"\F168"}.fa-xing-square:before{content:"\F169"}.fa-y-combinator:before{content:"\F23B"}.fa-yahoo:before{content:"\F19E"}.fa-yammer:before{content:"\F840"}.fa-yandex:before{content:"\F413"}.fa-yandex-international:before{content:"\F414"}.fa-yarn:before{content:"\F7E3"}.fa-yelp:before{content:"\F1E9"}.fa-yen-sign:before{content:"\F157"}.fa-yin-yang:before{content:"\F6AD"}.fa-yoast:before{content:"\F2B1"}.fa-youtube:before{content:"\F167"}.fa-youtube-square:before{content:"\F431"}.fa-zhihu:before{content:"\F63F"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display:block;src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?592643a83b8541edc52063d84c468700);src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?592643a83b8541edc52063d84c468700) format("embedded-opentype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?ed311c7a0ade9a75bb3ebf5a7670f31d) format("woff2"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?1a575a4138e5f366474f0e7c5bd614a5) format("woff"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?513aa607d398efaccc559916c3431403) format("truetype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?1d5619cd804367cefe6da2d79289218a) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;font-display:block;src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?b0e2db3b634d1bc3928e127458d993d8);src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?b0e2db3b634d1bc3928e127458d993d8) format("embedded-opentype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?b91d376b8d7646d671cd820950d5f7f1) format("woff2"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff?d1d7e3b4c219fde0f7376c6facfd7149) format("woff"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?766913e6c0088ab8c9f73e18b4127bc4) format("truetype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg?c5d109be8edd3de0f60eb472bd9ef691) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;font-display:block;src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?0c6bfc668a72935760178f91327aed3a);src:url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?0c6bfc668a72935760178f91327aed3a) format("embedded-opentype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?d824df7eb2e268626a2dd9a6a741ac4e) format("woff2"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?d745348d289b149026921f197929a893) format("woff"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?b9625119ce4300f0ef890a8f3234c773) format("truetype"),url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?37bc7099f6f1ba80236164f22e905837) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}body{font-family:OpenSans-Regular;background:#f4f4f4;overflow-x:hidden;transition:all 1s ease}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20;cursor:pointer;visibility:hidden}#smooth_scroll{overflow:hidden!important}#smooth_scroll .pin-spacer{height:0!important}#smooth_scroll main .pin-spacer{height:auto!important}.loading{width:100%;height:20px;background:url(/images/loading.gif) no-repeat 50%;background-size:contain;display:block}.breadcrumb_block{width:100%;position:absolute;top:7.3684vw;left:0;z-index:4}@media only screen and (max-width:1279px){.breadcrumb_block{top:95px}}@media only screen and (max-width:1023px){.breadcrumb_block{display:none}}.breadcrumb_block .breadcrumbs{color:#cecece;font-family:OpenSans-Regular;display:flex;font-size:12px}.breadcrumb_block .breadcrumbs li{list-style-type:none}.breadcrumb_block .breadcrumbs li:after{content:"";width:12px;height:8px;background-image:url(/images/mini_arrow.png);background-size:contain;background-repeat:no-repeat;margin:0 5px;display:inline-block}.breadcrumb_block .breadcrumbs li:last-child:after{content:none}.breadcrumb_block .breadcrumbs li a{text-decoration:none;color:#cecece}.breadcrumb_block .breadcrumbs li a:link,.breadcrumb_block .breadcrumbs li a:visited{color:#cecece}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.7);z-index:200;display:flex;align-items:center;justify-content:center}#preloader .spinner{-webkit-animation:spinner 1s linear infinite;animation:spinner 1s linear infinite;border-radius:50%;border:3px solid #000;border-top-color:#d21113;height:9em;margin:0 auto 3.5em;width:9em}header{width:100%;position:fixed;z-index:20;font-family:OpenSans-Bold;text-transform:uppercase;background:transparent!important}@media only screen and (max-width:1023px){header{background:#fff!important}}header:after{content:"";position:absolute;top:0;left:0;width:100%;height:15vw;background:linear-gradient(0deg,rgba(37,37,47,0),rgba(37,37,47,.29) 62.33%,rgba(37,37,47,.59));z-index:-1;pointer-events:none}header .mobile_block{background-color:#fff;padding:20px 15px;display:none;justify-content:space-between}@media only screen and (max-width:1023px){header .mobile_block{display:flex}}header .mobile_block .js_mobile_menu{outline:none;background-color:transparent;border:none;cursor:pointer;width:42px;height:42px;background:url(/images/menu_m.svg) no-repeat 50%;background-size:contain}header .mobile_block .logo{width:125px;height:40px}header .mobile_block .logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}header .desktop_block{position:relative;z-index:1}header .desktop_block .top{display:none;padding:2.1053vw 0;background-color:#fff}header .desktop_block .top .contain{display:flex;justify-content:center;align-items:center;position:relative}header .desktop_block .top .contain .js_menu_close{outline:none;background-color:transparent;border:none;cursor:pointer;width:17px;height:30px;background:url(/images/h_arrow_down.svg) no-repeat 50%;background-size:contain;position:absolute;left:0}header .desktop_block .top .contain ul{display:flex}header .desktop_block .top .contain ul li{margin:0 2.3684vw}header .desktop_block .top .contain ul li a{text-decoration:none;color:#25252f;font-size:1vw;position:relative}header .desktop_block .top .contain ul li a:link,header .desktop_block .top .contain ul li a:visited{color:#25252f}header .desktop_block .top .contain ul li a:hover:after{width:100%}@media only screen and (max-width:1023px){header .desktop_block .top .contain ul li a:hover:after{content:none}}header .desktop_block .top .contain ul li a:after{content:"";background:#000;width:0;height:1px;position:absolute;bottom:0;left:0;transition:all .35s ease}header .desktop_block .bottom{position:relative}@media only screen and (max-width:1023px){header .desktop_block .bottom{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:55;background:#25252f;transform:translateX(-100%);transition:transform .7s cubic-bezier(.25,.74,.22,.99);overflow:scroll}}header .desktop_block .bottom.active{transform:translateX(0)}@media only screen and (max-width:1023px){header .desktop_block .bottom:after{content:"";position:absolute;top:0;left:0;width:100%;height:80%;background:linear-gradient(0deg,#25252f,rgba(41,41,50,.9) 33%,#6d6d74);z-index:-1}}header .desktop_block .bottom .contain{display:flex;justify-content:space-between;align-items:center}header .desktop_block .bottom .contain .link{position:relative}header .desktop_block .bottom .contain .link:hover:after{width:100%}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .link:hover:after{content:none}}header .desktop_block .bottom .contain .link:after{content:"";width:0;height:1px;background:#fff;position:absolute;bottom:0;left:0;transition:all .35s ease}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain{padding-top:100px}}header .desktop_block .bottom .contain .close{display:none}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .close{display:block;width:30px;height:30px;position:absolute;top:15px;outline:none;background-color:transparent;border:none;cursor:pointer;background:url(/images/close.png) no-repeat 50%;background-size:contain;filter:brightness(0) invert(1)}}header .desktop_block .bottom .contain .js_menu{outline:none;background-color:transparent;border:none;cursor:pointer;width:50px;height:18px;background:url(/images/menu.svg) no-repeat 50%;background-size:contain}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .js_menu{display:none}}header .desktop_block .bottom .contain .panel{display:flex}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel{width:100%}}header .desktop_block .bottom .contain .panel ul{display:flex;align-items:center}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul{flex-direction:column;width:100%}}header .desktop_block .bottom .contain .panel ul li{margin:0 .7895vw}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul li{margin:10px 0;position:relative;display:flex;flex-direction:column;align-items:center}}header .desktop_block .bottom .contain .panel ul li .link{text-decoration:none;color:#fff;display:flex;align-items:center;font-size:1vw;cursor:pointer}header .desktop_block .bottom .contain .panel ul li .link:link,header .desktop_block .bottom .contain .panel ul li .link:visited{color:#fff}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul li .link{font-size:18px}}header .desktop_block .bottom .contain .panel ul li .link span{pointer-events:none}header .desktop_block .bottom .contain .panel ul li .link i{font-size:.6316vw;margin:0 0 0 7px;pointer-events:none;transition:all .35s ease-in-out;transform-origin:center}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul li .link i{font-size:12px}}header .desktop_block .bottom .contain .panel ul li .link i.active{transform:rotate(180deg)}header .desktop_block .bottom .contain .panel ul li ul{position:absolute;top:0;left:0;width:100%;background-color:#fff;display:none;padding:2.3684vw 0}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul li ul{top:0!important;position:relative;background:transparent;padding:10px 0}}header .desktop_block .bottom .contain .panel ul li ul li{margin:0}header .desktop_block .bottom .contain .panel ul li ul li ul{width:100%;position:static;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;background-color:transparent;padding-right:25%}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul li ul li ul{padding-right:0}}header .desktop_block .bottom .contain .panel ul li ul li ul li{width:33.3%;margin-bottom:1.1vw}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul li ul li ul li{width:100%}}header .desktop_block .bottom .contain .panel ul li ul li ul li .link{text-decoration:none;color:#464343;display:inline-block;position:relative}header .desktop_block .bottom .contain .panel ul li ul li ul li .link:link,header .desktop_block .bottom .contain .panel ul li ul li ul li .link:visited{color:#464343}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul li ul li ul li .link{color:#fff!important;font-family:OpenSans-Regular;margin:5px 0;line-height:1.2;text-align:center}}header .desktop_block .bottom .contain .panel ul li ul li ul li .link:after{background:#000}header .desktop_block .bottom .contain .panel ul li ul li ul li ul{display:block;padding:0}header .desktop_block .bottom .contain .panel ul li ul li ul li ul li{width:100%}header .desktop_block .bottom .contain .panel ul li ul li ul li ul li .red{text-decoration:none;color:#d21113}header .desktop_block .bottom .contain .panel ul li ul li ul li ul li .red:link,header .desktop_block .bottom .contain .panel ul li ul li ul li ul li .red:visited{color:#d21113}header .desktop_block .bottom .contain .panel ul .mob_top{display:none}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul .mob_top{display:block;width:100%;padding:15px 0;border-top:1px solid #fff;margin-top:15px}}header .desktop_block .bottom .contain .panel ul .mob_top ul{position:relative;background:transparent;display:flex;flex-direction:column;align-items:center}header .desktop_block .bottom .contain .panel ul .mob_top ul li{font-family:OpenSans-Regular;text-align:center;margin:10px 0}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul .call{display:flex;flex-direction:row}}header .desktop_block .bottom .contain .panel ul .call .mob_buttons{display:none}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul .call .mob_buttons{display:flex;margin-right:55px}}header .desktop_block .bottom .contain .panel ul .call .mob_buttons .js_search,header .desktop_block .bottom .contain .panel ul .call .mob_buttons .lang .link{width:45px;height:45px;background:#535360;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 10px;border:none;font-size:12px}header .desktop_block .bottom .contain .panel ul .call .mob_buttons .lang{position:relative;height:50px}header .desktop_block .bottom .contain .panel ul .call .mob_buttons .lang ul{display:block;top:auto!important;max-height:0;transition:all .35s ease;background:transparent;overflow:hidden;padding:0;z-index:2}header .desktop_block .bottom .contain .panel ul .call .mob_buttons .lang ul li{margin:5px 0}header .desktop_block .bottom .contain .panel ul .call .mob_buttons .lang ul.active{max-height:300px}header .desktop_block .bottom .contain .panel ul .call .mob_buttons .js_search:after{content:"";width:18px;height:24px;background:url(/images/ico_search.svg) no-repeat 50%;background-size:contain}header .desktop_block .bottom .contain .panel ul .call .link i{margin:0 7px 0 0}header .desktop_block .bottom .contain .panel ul .social{display:none}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel ul .social{display:block;width:100%}}header .desktop_block .bottom .contain .panel ul .social ul{display:flex;flex-direction:row;justify-content:center;position:relative;background:transparent}header .desktop_block .bottom .contain .panel ul .social ul li{margin:0 15px}header .desktop_block .bottom .contain .panel ul .social ul li i{color:#cecece;font-size:24px}header .desktop_block .bottom .contain .panel .logo{width:13.1579vw;height:5.7895vw;display:flex;justify-content:center;align-items:center;background-color:#fff;margin-left:.7895vw}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel .logo{position:absolute;top:15px;right:var(--container-padding);margin-right:0;width:125px;height:40px;background:transparent}}header .desktop_block .bottom .contain .panel .logo_mob{display:none;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel .logo_mob{display:block}}header .desktop_block .bottom .contain .panel .logo img{width:70%;height:70%;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel .logo img{width:100%;height:100%}}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .panel .logo img:first-child{display:none}}header .desktop_block .bottom .contain .position_items{position:absolute;top:.6316vw;right:0;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:1023px){header .desktop_block .bottom .contain .position_items{display:none}}header .desktop_block .bottom .contain .position_items .js_search{outline:none;background-color:transparent;border:none;cursor:pointer;width:.9474vw;height:1.2632vw;background:url(/images/ico_search.svg) no-repeat 50%;background-size:contain}header .desktop_block .bottom .contain .position_items .lang{padding:.5263vw 0;position:relative}@media only screen and (max-width:1100px){header .desktop_block .bottom .contain .position_items .lang{padding:5px 0}}header .desktop_block .bottom .contain .position_items .lang li{font-size:12px}@media only screen and (max-width:1100px){header .desktop_block .bottom .contain .position_items .lang li{font-size:10px}}header .desktop_block .bottom .contain .position_items .lang li .link{text-decoration:none;color:#fff;cursor:pointer}header .desktop_block .bottom .contain .position_items .lang li .link:link,header .desktop_block .bottom .contain .position_items .lang li .link:visited{color:#fff}header .desktop_block .bottom .contain .position_items .lang li .js_nav_lang{padding:0 8px;border:1px solid transparent}header .desktop_block .bottom .contain .position_items .lang li ul{display:block;position:absolute;overflow:hidden;top:28px;left:0;background:transparent;border:1px solid transparent;padding:0 8px;max-height:0;transition:all .35s ease}header .desktop_block .bottom .contain .position_items .lang li ul.active{max-height:100px;padding:3px 8px;border:1px solid #707070;background:#fff}header .desktop_block .bottom .contain .position_items .lang li ul li:first-child{border-top:1px solid #fff}header .desktop_block .bottom .contain .position_items .lang li ul li .link{text-decoration:none;color:#d21113}header .desktop_block .bottom .contain .position_items .lang li ul li .link:link,header .desktop_block .bottom .contain .position_items .lang li ul li .link:visited{color:#d21113}header .desktop_block .bottom .contain .position_items .js_video{outline:none;background-color:transparent;border:none;cursor:pointer;width:1.5789vw;height:1.1053vw;background:url(/images/ico_play.svg) no-repeat 50%;background-size:contain}.search_block{position:absolute;left:0;width:100%;padding:5vw 2.8947vw 3.9474vw;background-color:#fff;display:none}.search_block .contain{display:flex;align-items:flex-end}@media only screen and (max-width:639px){.search_block .contain{flex-direction:column}}.search_block .contain label{width:calc(100% - 10.5263vw);margin-right:2.6316vw;position:relative}@media only screen and (max-width:799px){.search_block .contain label{margin-right:25px;width:calc(100% - 175px)}}@media only screen and (max-width:639px){.search_block .contain label{width:100%;margin-bottom:25px;margin-right:0}}.search_block .contain label input{width:100%;background-color:transparent;border:none;border-bottom:1px solid #707070;font-size:2.3684vw;padding-bottom:1.1579vw;color:#464343;padding-right:36px}@media only screen and (max-width:1023px){.search_block .contain label input{font-size:25px;padding-right:30px}}.search_block .contain label .icon{width:36px;height:48px;background:url(/images/ico_search_black.svg) no-repeat 50%;background-size:contain;position:absolute;right:0;bottom:10px}@media only screen and (max-width:1023px){.search_block .contain label .icon{width:30px;height:44px;bottom:5px}}.search_block .contain button{width:13.1579vw;height:4.0526vw;font-size:.9474vw}@media only screen and (max-width:1023px){.search_block .contain button{font-size:12px;padding:0 1em}}@media only screen and (max-width:799px){.search_block .contain button{height:45px;width:150px;font-size:14px}}.header_white{background-color:#fff!important}.header_white:after{opacity:0}.header_white .link{color:#464343!important}@media only screen and (max-width:1023px){.header_white .link{color:#fff!important}}.header_white .link:link{color:#464343!important}@media only screen and (max-width:1023px){.header_white .link:link{color:#fff!important}}.header_white .link:visited{color:#464343!important}@media only screen and (max-width:1023px){.header_white .link:visited{color:#fff!important}}.header_white .link:after{background:#000!important}.header_white .red{color:#d21113!important}.header_white .js_menu{background-image:url(/images/menu_black.svg)!important}.header_white .js_search{background-image:url(/images/ico_search_black_menu.svg)!important}@media only screen and (max-width:1023px){.header_white .js_search{background-image:none!important}}.header_white .js_video{background-image:url(/images/ico_video_black.svg)!important}.header_white nav{background-color:#fff;opacity:.9}@media only screen and (max-width:1023px){.header_white nav{opacity:1}}footer{font-family:OpenSans-Regular;font-size:12px;background:linear-gradient(180deg,rgba(64,64,68,.9),rgba(25,25,31,.9) 72%,#16161d);color:#fff}footer a{display:inline-block;position:relative}footer a:hover:after{width:100%}footer a:after{content:"";width:0;background:#fff;height:1px;position:absolute;bottom:0;left:0;transition:all .35s ease}@media only screen and (max-width:800px){footer{font-size:10px}}@media only screen and (max-width:640px){footer{font-size:18px}}footer .top{position:relative;padding:1.3158vw 0}@media only screen and (max-width:1023px){footer .top{padding:25px 0 0}}footer .top:before{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;border-bottom:1px solid #58585f}@media only screen and (max-width:1023px){footer .top:before{display:none}}footer .top .contain{display:flex;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:1279px){footer .top .contain{flex-wrap:wrap}}@media only screen and (max-width:1024px){footer .top .contain{max-width:95%}}@media only screen and (max-width:1023px){footer .top .contain{margin:0;max-width:100%}}@media only screen and (max-width:640px){footer .top .contain{flex-direction:column}}@media only screen and (max-width:640px){footer .top .nav{order:2;width:100%}}footer .top .nav .l_top{display:flex}@media only screen and (max-width:640px){footer .top .nav .l_top{flex-direction:column;padding:10px 0;position:relative}footer .top .nav .l_top:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #fff}}footer .top .nav .l_top li{margin-right:3.1579vw}@media only screen and (max-width:640px){footer .top .nav .l_top li{margin:10px 0;text-align:center}}footer .top .nav .l_top li a{text-decoration:none;color:#fff;text-transform:uppercase;font-family:OpenSans-Bold}footer .top .nav .l_top li a:link,footer .top .nav .l_top li a:visited{color:#fff}footer .top .nav .l_bottom{display:flex;padding:10px 0 0}@media only screen and (max-width:640px){footer .top .nav .l_bottom{flex-direction:column;position:relative;padding:10px 0}footer .top .nav .l_bottom:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #fff}}footer .top .nav .l_bottom li{margin-right:2.6316vw}@media only screen and (max-width:640px){footer .top .nav .l_bottom li{margin:10px 0;text-align:center}}footer .top .nav .l_bottom li a{text-decoration:none;color:#fff}footer .top .nav .l_bottom li a:link,footer .top .nav .l_bottom li a:visited{color:#fff}footer .top .contacts{display:flex}@media only screen and (max-width:1279px){footer .top .contacts{margin-top:10px}}@media only screen and (max-width:640px){footer .top .contacts{order:1;flex-direction:column;width:100%;margin-bottom:10px}}footer .top .contacts .socs{width:12.1053vw;display:flex;justify-content:space-between;padding:0;margin:0;list-style-type:none}@media only screen and (max-width:640px){footer .top .contacts .socs{width:100%;justify-content:center}}footer .top .contacts .socs li{margin:0 10px}footer .top .contacts .socs a{text-decoration:none;color:#cecece;font-size:1.5789vw}@media only screen and (max-width:640px){footer .top .contacts .socs a{font-size:25px}}footer .top .contacts .phone{text-decoration:none;color:#fff;display:flex;align-items:center;margin-left:5.2632vw}footer .top .contacts .phone:link,footer .top .contacts .phone:visited{color:#fff}@media only screen and (max-width:640px){footer .top .contacts .phone{margin:20px auto 0}}footer .top .contacts .phone i{font-size:.9474vw}@media only screen and (max-width:640px){footer .top .contacts .phone i{font-size:25px}}footer .top .contacts .phone span{font-size:1.2632vw;margin-left:7px;font-family:OpenSans-Bold}@media only screen and (max-width:640px){footer .top .contacts .phone span{font-size:25px}}footer .bottom{position:relative}footer .bottom:before{content:"";width:100%;height:100%;display:block;background:url(/images/footer_fon.svg) no-repeat 0;background-size:cover;position:absolute;top:0;right:0;opacity:.5}footer .bottom .nav{padding-top:2.1053vw;margin:0 -18px;display:flex}@media only screen and (max-width:640px){footer .bottom .nav{display:none}}footer .bottom .nav .item{width:20%;padding:0 18px}footer .bottom .nav .item .box a{text-decoration:none;color:#fff}footer .bottom .nav .item .box a:link,footer .bottom .nav .item .box a:visited{color:#fff}footer .bottom .nav .item .box .title_line{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #cecece;font-weight:400;font-family:OpenSans-Bold;text-transform:uppercase;display:block}footer .bottom .nav .item .box ul li{margin-bottom:.7895vw}footer .bottom .nav .item .box ul li .title{font-family:OpenSans-Bold}footer .bottom .nav .item .box .flex{display:flex;justify-content:space-between}footer .bottom .nav .big{width:60%}@media only screen and (max-width:1024px){footer .bottom .nav .big{width:50%}}@media only screen and (max-width:800px){footer .bottom .nav .big{width:45%}}footer .bottom .down{margin-top:3.6842vw;display:flex;justify-content:space-between;padding:10px 0}@media only screen and (max-width:640px){footer .bottom .down{flex-direction:column;padding:15px 0;margin-top:0}}@media only screen and (max-width:640px){footer .bottom .down .copy{font-size:14px;text-align:center;padding:10px 0}}@media only screen and (max-width:480px){footer .bottom .down .copy{font-size:12px}}footer .bottom .down .developer{width:200px;display:flex;align-items:center}@media only screen and (max-width:640px){footer .bottom .down .developer{width:100%;padding:10px 0}}footer .bottom .down .developer p{width:50%;margin:0 10px 0 0;text-align:right;line-height:1.4}@media only screen and (max-width:640px){footer .bottom .down .developer p{font-size:12px}}footer .bottom .down .developer a{width:50%;position:relative}footer .bottom .down .developer a:before{content:"";width:1px;height:100%;border-radius:1px;transition:.6s ease-out;background-color:#fff;position:absolute;top:0;left:0}footer .bottom .down .developer a img{height:1.5789vw;margin-left:12px;display:block}@media only screen and (max-width:640px){footer .bottom .down .developer a img{height:28px}}.videos .wrap{margin-bottom:3.1579vw}@media only screen and (max-width:640px){.videos .wrap{margin-bottom:30px}}.videos .wrap .page_content .items{display:flex;flex-wrap:wrap;margin:0 -10px}@media only screen and (max-width:640px){.videos .wrap .page_content .items{margin:0 -5px}}.videos .wrap .page_content .items .item{width:25%}@media only screen and (max-width:1023px){.videos .wrap .page_content .items .item{width:33.3%}}@media only screen and (max-width:640px){.videos .wrap .page_content .items .item{width:50%}}.page_custom,.page_info{position:relative;padding-bottom:2.6316vw}@media only screen and (max-width:1024px){.page_custom,.page_info{padding-bottom:25px}}.page_custom .bg,.page_custom .bg2,.page_info .bg,.page_info .bg2{position:absolute;z-index:-1;width:83.4211vw}.page_custom .bg2 svg,.page_custom .bg svg,.page_info .bg2 svg,.page_info .bg svg{width:100%}.page_custom .bg,.page_info .bg{top:27.1053vw;left:-52.6316vw}.page_custom .bg2,.page_info .bg2{width:83.4211vw;top:50%;transform:translateY(-50%);right:-32.1053vw}.page_custom .wrap .page_title,.page_info .wrap .page_title{width:85%;margin:0 auto 3.6842vw;padding-bottom:0}@media only screen and (max-width:1023px){.page_custom .wrap .page_title,.page_info .wrap .page_title{width:100%;padding:0 var(--container-padding);font-size:55px;margin:0 auto 35px}}@media only screen and (max-width:639px){.page_custom .wrap .page_title,.page_info .wrap .page_title{font-size:35px;padding:35px 0 0}}.page_custom .wrap .text_wrap,.page_info .wrap .text_wrap{display:flex}@media only screen and (max-width:639px){.page_custom .wrap .text_wrap,.page_info .wrap .text_wrap{display:block}}.page_custom .wrap .text_wrap .parent_scroll_aside,.page_info .wrap .text_wrap .parent_scroll_aside{width:30%}@media only screen and (max-width:639px){.page_custom .wrap .text_wrap .parent_scroll_aside,.page_info .wrap .text_wrap .parent_scroll_aside{width:auto;margin:0 calc(var(--container-padding)*-1)}}.page_custom .wrap .text_wrap .parent_scroll_aside .aside,.page_info .wrap .text_wrap .parent_scroll_aside .aside{background:#fff;padding:1.0526vw}@media only screen and (max-width:639px){.page_custom .wrap .text_wrap .parent_scroll_aside .aside,.page_info .wrap .text_wrap .parent_scroll_aside .aside{padding:20px}}.page_custom .wrap .text_wrap .parent_scroll_aside .aside h3,.page_info .wrap .text_wrap .parent_scroll_aside .aside h3{font-family:OpenSans-Bold}.page_custom .wrap .text_wrap .parent_scroll_aside .aside blockquote,.page_info .wrap .text_wrap .parent_scroll_aside .aside blockquote{font-style:italic}.page_custom .wrap .text_wrap .parent_scroll_aside .aside strong,.page_info .wrap .text_wrap .parent_scroll_aside .aside strong{font-style:normal}.page_custom .wrap .text_wrap .text,.page_info .wrap .text_wrap .text{padding-right:2.6316vw;width:70%;font-family:OpenSans-Regular;font-size:1.2632vw;line-height:1.6}.page_custom .wrap .text_wrap .text blockquote,.page_info .wrap .text_wrap .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text blockquote,.page_info .wrap .text_wrap .text blockquote{margin:15px 0}}.page_custom .wrap .text_wrap .text blockquote:before,.page_info .wrap .text_wrap .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text blockquote:before,.page_info .wrap .text_wrap .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_custom .wrap .text_wrap .text img,.page_info .wrap .text_wrap .text img{max-width:100%!important;height:auto!important}.page_custom .wrap .text_wrap .text b,.page_custom .wrap .text_wrap .text em,.page_custom .wrap .text_wrap .text i,.page_custom .wrap .text_wrap .text strong,.page_info .wrap .text_wrap .text b,.page_info .wrap .text_wrap .text em,.page_info .wrap .text_wrap .text i,.page_info .wrap .text_wrap .text strong{font-family:OpenSans-Regular}.page_custom .wrap .text_wrap .text p,.page_info .wrap .text_wrap .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_custom .wrap .text_wrap .text ul,.page_info .wrap .text_wrap .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_custom .wrap .text_wrap .text ul li,.page_info .wrap .text_wrap .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_custom .wrap .text_wrap .text ul li:before,.page_info .wrap .text_wrap .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_custom .wrap .text_wrap .text ol li,.page_info .wrap .text_wrap .text ol li{margin-bottom:1.5em}.page_custom .wrap .text_wrap .text a,.page_info .wrap .text_wrap .text a{color:#d21113;text-decoration:underline}.page_custom .wrap .text_wrap .text a:link,.page_custom .wrap .text_wrap .text a:visited,.page_info .wrap .text_wrap .text a:link,.page_info .wrap .text_wrap .text a:visited{color:#d21113}.page_custom .wrap .text_wrap .text .youtube-embed-wrapper,.page_info .wrap .text_wrap .text .youtube-embed-wrapper{width:100%!important}.page_custom .wrap .text_wrap .text span,.page_info .wrap .text_wrap .text span{font-family:OpenSans-Regular;text-decoration:none}.page_custom .wrap .text_wrap .text big,.page_info .wrap .text_wrap .text big{font-size:1.4em;font-family:OpenSans-Regular}.page_custom .wrap .text_wrap .text small,.page_info .wrap .text_wrap .text small{font-size:1.2em;font-family:OpenSans-Regular}.page_custom .wrap .text_wrap .text h1,.page_custom .wrap .text_wrap .text h2,.page_custom .wrap .text_wrap .text h3,.page_custom .wrap .text_wrap .text h4,.page_custom .wrap .text_wrap .text h5,.page_custom .wrap .text_wrap .text h6,.page_info .wrap .text_wrap .text h1,.page_info .wrap .text_wrap .text h2,.page_info .wrap .text_wrap .text h3,.page_info .wrap .text_wrap .text h4,.page_info .wrap .text_wrap .text h5,.page_info .wrap .text_wrap .text h6{font-family:OpenSans-Bold;font-size:1.4em}.page_custom .wrap .text_wrap .text iframe,.page_info .wrap .text_wrap .text iframe{width:100%}.page_custom .wrap .text_wrap .text .editor_swiper,.page_info .wrap .text_wrap .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper,.page_info .wrap .text_wrap .text .editor_swiper{margin:25px auto 35px}}.page_custom .wrap .text_wrap .text .editor_swiper .swiper-slide,.page_info .wrap .text_wrap .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_custom .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner,.page_info .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_custom .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner img,.page_info .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_custom .wrap .text_wrap .text .editor_swiper .swiper-pagination,.page_info .wrap .text_wrap .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper .swiper-pagination,.page_info .wrap .text_wrap .text .editor_swiper .swiper-pagination{padding:15px 0}}.page_custom .wrap .text_wrap .text .editor_swiper .swiper-pagination-bullet,.page_info .wrap .text_wrap .text .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:639px){.page_custom .wrap .text_wrap .text,.page_info .wrap .text_wrap .text{width:100%;padding-right:0}}.page_custom .wrap .text_wrap .text h2,.page_info .wrap .text_wrap .text h2{font-size:1.8421vw}@media only screen and (max-width:1024px){.page_custom .wrap .text_wrap .text h2,.page_info .wrap .text_wrap .text h2{font-size:30px}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text,.page_info .wrap .text_wrap .text{font-family:OpenSans-Regular;font-size:18px;line-height:1.6}.page_custom .wrap .text_wrap .text blockquote,.page_info .wrap .text_wrap .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_custom .wrap .text_wrap .text blockquote,.page_info .wrap .text_wrap .text blockquote{margin:15px 0}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text blockquote:before,.page_info .wrap .text_wrap .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1023px) and (max-width:640px){.page_custom .wrap .text_wrap .text blockquote:before,.page_info .wrap .text_wrap .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text img,.page_info .wrap .text_wrap .text img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text b,.page_custom .wrap .text_wrap .text em,.page_custom .wrap .text_wrap .text i,.page_custom .wrap .text_wrap .text strong,.page_info .wrap .text_wrap .text b,.page_info .wrap .text_wrap .text em,.page_info .wrap .text_wrap .text i,.page_info .wrap .text_wrap .text strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text p,.page_info .wrap .text_wrap .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text ul,.page_info .wrap .text_wrap .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_custom .wrap .text_wrap .text ul li,.page_info .wrap .text_wrap .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_custom .wrap .text_wrap .text ul li:before,.page_info .wrap .text_wrap .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text ol li,.page_info .wrap .text_wrap .text ol li{margin-bottom:1.5em}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text a,.page_info .wrap .text_wrap .text a{color:#d21113;text-decoration:underline}.page_custom .wrap .text_wrap .text a:link,.page_custom .wrap .text_wrap .text a:visited,.page_info .wrap .text_wrap .text a:link,.page_info .wrap .text_wrap .text a:visited{color:#d21113}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text .youtube-embed-wrapper,.page_info .wrap .text_wrap .text .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text span,.page_info .wrap .text_wrap .text span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text big,.page_info .wrap .text_wrap .text big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text small,.page_info .wrap .text_wrap .text small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text h1,.page_custom .wrap .text_wrap .text h2,.page_custom .wrap .text_wrap .text h3,.page_custom .wrap .text_wrap .text h4,.page_custom .wrap .text_wrap .text h5,.page_custom .wrap .text_wrap .text h6,.page_info .wrap .text_wrap .text h1,.page_info .wrap .text_wrap .text h2,.page_info .wrap .text_wrap .text h3,.page_info .wrap .text_wrap .text h4,.page_info .wrap .text_wrap .text h5,.page_info .wrap .text_wrap .text h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text iframe,.page_info .wrap .text_wrap .text iframe{width:100%}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text .editor_swiper,.page_info .wrap .text_wrap .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1023px) and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper,.page_info .wrap .text_wrap .text .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text .editor_swiper .swiper-slide,.page_info .wrap .text_wrap .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_custom .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner,.page_info .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_custom .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner img,.page_info .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text .editor_swiper .swiper-pagination,.page_info .wrap .text_wrap .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper .swiper-pagination,.page_info .wrap .text_wrap .text .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text .editor_swiper .swiper-pagination-bullet,.page_info .wrap .text_wrap .text .editor_swiper .swiper-pagination-bullet{background:#000}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text big,.page_info .wrap .text_wrap .text big{font-size:1.2em}}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text small,.page_info .wrap .text_wrap .text small{font-size:1.1em}}.page_custom .wrap .text_wrap .text ol li,.page_custom .wrap .text_wrap .text ul li,.page_info .wrap .text_wrap .text ol li,.page_info .wrap .text_wrap .text ul li{margin-bottom:1em}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text,.page_info .wrap .text_wrap .text{font-family:OpenSans-Regular;font-size:15px;line-height:1.6}.page_custom .wrap .text_wrap .text blockquote,.page_info .wrap .text_wrap .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:640px) and (max-width:640px){.page_custom .wrap .text_wrap .text blockquote,.page_info .wrap .text_wrap .text blockquote{margin:15px 0}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text blockquote:before,.page_info .wrap .text_wrap .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:640px) and (max-width:640px){.page_custom .wrap .text_wrap .text blockquote:before,.page_info .wrap .text_wrap .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text img,.page_info .wrap .text_wrap .text img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text b,.page_custom .wrap .text_wrap .text em,.page_custom .wrap .text_wrap .text i,.page_custom .wrap .text_wrap .text strong,.page_info .wrap .text_wrap .text b,.page_info .wrap .text_wrap .text em,.page_info .wrap .text_wrap .text i,.page_info .wrap .text_wrap .text strong{font-family:OpenSans-Regular}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text p,.page_info .wrap .text_wrap .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text ul,.page_info .wrap .text_wrap .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_custom .wrap .text_wrap .text ul li,.page_info .wrap .text_wrap .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_custom .wrap .text_wrap .text ul li:before,.page_info .wrap .text_wrap .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text ol li,.page_info .wrap .text_wrap .text ol li{margin-bottom:1.5em}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text a,.page_info .wrap .text_wrap .text a{color:#d21113;text-decoration:underline}.page_custom .wrap .text_wrap .text a:link,.page_custom .wrap .text_wrap .text a:visited,.page_info .wrap .text_wrap .text a:link,.page_info .wrap .text_wrap .text a:visited{color:#d21113}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text .youtube-embed-wrapper,.page_info .wrap .text_wrap .text .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text span,.page_info .wrap .text_wrap .text span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text big,.page_info .wrap .text_wrap .text big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text small,.page_info .wrap .text_wrap .text small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text h1,.page_custom .wrap .text_wrap .text h2,.page_custom .wrap .text_wrap .text h3,.page_custom .wrap .text_wrap .text h4,.page_custom .wrap .text_wrap .text h5,.page_custom .wrap .text_wrap .text h6,.page_info .wrap .text_wrap .text h1,.page_info .wrap .text_wrap .text h2,.page_info .wrap .text_wrap .text h3,.page_info .wrap .text_wrap .text h4,.page_info .wrap .text_wrap .text h5,.page_info .wrap .text_wrap .text h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text iframe,.page_info .wrap .text_wrap .text iframe{width:100%}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper,.page_info .wrap .text_wrap .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:640px) and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper,.page_info .wrap .text_wrap .text .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper .swiper-slide,.page_info .wrap .text_wrap .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_custom .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner,.page_info .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_custom .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner img,.page_info .wrap .text_wrap .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper .swiper-pagination,.page_info .wrap .text_wrap .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:640px) and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper .swiper-pagination,.page_info .wrap .text_wrap .text .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:640px){.page_custom .wrap .text_wrap .text .editor_swiper .swiper-pagination-bullet,.page_info .wrap .text_wrap .text .editor_swiper .swiper-pagination-bullet{background:#000}}.page_custom .banner,.page_custom .banner img{width:100%}.page_custom .wrap .text_wrap .text{padding:0;width:70%;margin:0 auto}@media only screen and (max-width:1023px){.page_custom .wrap .text_wrap .text{width:100%}}.page_career .wrap .quote_section{min-height:100vh}@media only screen and (max-width:1024px){.page_career .wrap .quote_section{min-height:auto}}.page_career .wrap .quote_section .inner{display:flex;position:relative}@media only screen and (max-width:640px){.page_career .wrap .quote_section .inner{display:block}}.page_career .wrap .quote_section .inner .scrolldown{left:auto;right:3vw}.page_career .wrap .quote_section .inner .image{position:relative;width:25%;height:100%;z-index:1}@media only screen and (max-width:1279px){.page_career .wrap .quote_section .inner .image{width:30%}}@media only screen and (max-width:640px){.page_career .wrap .quote_section .inner .image{width:100%;height:auto}.page_career .wrap .quote_section .inner .image:before{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:100%;background:linear-gradient(0deg,#f4f4f4,hsla(0,0%,95.7%,0))}}.page_career .wrap .quote_section .inner .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media only screen and (max-width:640px){.page_career .wrap .quote_section .inner .image img{height:auto}}.page_career .wrap .quote_section .inner .text{width:75%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 3.1579vw 4.7368vw}@media only screen and (max-width:1279px){.page_career .wrap .quote_section .inner .text{width:70%}}@media only screen and (max-width:640px){.page_career .wrap .quote_section .inner .text{width:100%;padding:25px var(--container-padding)}}.page_career .wrap .quote_section .inner .text .desc{font-size:2.6316vw;line-height:1.4;margin-bottom:3.1579vw;font-family:OpenSans-Light}@media only screen and (max-width:640px){.page_career .wrap .quote_section .inner .text .desc{font-family:OpenSans-SemiBold;font-size:16px;margin-bottom:20px}}.page_career .wrap .quote_section .inner .text .person{font-size:1.3684vw}@media only screen and (max-width:640px){.page_career .wrap .quote_section .inner .text .person{font-size:14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto}}.page_career .wrap .quote_section .inner .text .person div{margin-bottom:.5263vw}@media only screen and (max-width:640px){.page_career .wrap .quote_section .inner .text .person div{margin-bottom:5px}}.page_career .wrap .quote_section .inner .text .person div:first-child{font-family:OpenSans-Semibold}.page_career .wrap .quote_section .inner .text .person div:last-child{margin-bottom:0}.page_career .wrap .collective{background:#25252f;padding:0 var(--container-padding);min-height:100vh;display:flex;flex-direction:column;align-items:center;color:#fff;position:relative;overflow:hidden}@media only screen and (max-width:640px){.page_career .wrap .collective{min-height:auto;padding:0}}.page_career .wrap .collective .top{background:#d21113;padding:1.8421vw 2.1053vw 2.6316vw;font-size:1.3684vw;text-align:center;width:60%;margin-bottom:5.7895vw}@media only screen and (max-width:1023px){.page_career .wrap .collective .top{font-size:16px;width:75%}}@media only screen and (max-width:640px){.page_career .wrap .collective .top{padding:var(--container-padding);width:100%;margin-bottom:0}}.page_career .wrap .collective .bottom{display:flex;justify-content:space-between}@media only screen and (max-width:640px){.page_career .wrap .collective .bottom{display:block;padding:50px var(--container-padding)}}.page_career .wrap .collective .bottom .block{width:45%;line-height:1.5;font-family:OpenSans-Regular;font-size:1.3684vw;line-height:1.6}.page_career .wrap .collective .bottom .block blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_career .wrap .collective .bottom .block blockquote{margin:15px 0}}.page_career .wrap .collective .bottom .block blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_career .wrap .collective .bottom .block blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_career .wrap .collective .bottom .block img{max-width:100%!important;height:auto!important}.page_career .wrap .collective .bottom .block b,.page_career .wrap .collective .bottom .block em,.page_career .wrap .collective .bottom .block i,.page_career .wrap .collective .bottom .block strong{font-family:OpenSans-Regular}.page_career .wrap .collective .bottom .block p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_career .wrap .collective .bottom .block ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_career .wrap .collective .bottom .block ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_career .wrap .collective .bottom .block ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_career .wrap .collective .bottom .block ol li{margin-bottom:1.5em}.page_career .wrap .collective .bottom .block a{color:#d21113;text-decoration:underline}.page_career .wrap .collective .bottom .block a:link,.page_career .wrap .collective .bottom .block a:visited{color:#d21113}.page_career .wrap .collective .bottom .block .youtube-embed-wrapper{width:100%!important}.page_career .wrap .collective .bottom .block span{font-family:OpenSans-Regular;text-decoration:none}.page_career .wrap .collective .bottom .block big{font-size:1.4em;font-family:OpenSans-Regular}.page_career .wrap .collective .bottom .block small{font-size:1.2em;font-family:OpenSans-Regular}.page_career .wrap .collective .bottom .block h1,.page_career .wrap .collective .bottom .block h2,.page_career .wrap .collective .bottom .block h3,.page_career .wrap .collective .bottom .block h4,.page_career .wrap .collective .bottom .block h5,.page_career .wrap .collective .bottom .block h6{font-family:OpenSans-Bold;font-size:1.4em}.page_career .wrap .collective .bottom .block iframe{width:100%}.page_career .wrap .collective .bottom .block .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_career .wrap .collective .bottom .block .editor_swiper{margin:25px auto 35px}}.page_career .wrap .collective .bottom .block .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_career .wrap .collective .bottom .block .editor_swiper .swiper-slide .slide_inner{width:100%}.page_career .wrap .collective .bottom .block .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_career .wrap .collective .bottom .block .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_career .wrap .collective .bottom .block .editor_swiper .swiper-pagination{padding:15px 0}}.page_career .wrap .collective .bottom .block .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_career .wrap .collective .bottom .block{font-size:16px}}@media only screen and (max-width:640px){.page_career .wrap .collective .bottom .block{width:100%}}.page_career .wrap .collective .bottom .block ul li{margin-bottom:0}.page_career .wrap .collective .bottom .block ul li:before{background-color:#fff;width:7px;height:7px}.page_career .wrap .vacs{position:relative;padding-top:5vw;min-height:100vh;background:#f4f4f4;z-index:1}.page_career .wrap .vacs .bg{z-index:-1;position:absolute;top:2.6316vw;right:-15.5263vw;width:69.7368vw}.page_career .wrap .vacs .bg svg{width:100%}.page_career .wrap .vacs .page_title{padding:0}.page_career .wrap .vacs .list{max-width:63.9474vw;margin:4.2105vw auto 9.7368vw}@media only screen and (max-width:1024px){.page_career .wrap .vacs .list{max-width:80%}}@media only screen and (max-width:640px){.page_career .wrap .vacs .list{max-width:none;margin:50px auto;padding:0 var(--container-padding)}}.page_career .wrap .vacs .list .item{display:flex;justify-content:space-between;border-bottom:1px solid #464343;padding:1.8421vw 0}@media only screen and (max-width:1023px){.page_career .wrap .vacs .list .item{padding:20px 0;flex-direction:column}}.page_career .wrap .vacs .list .item .text .title{font-size:1.5789vw;font-family:OpenSans-Bold}@media only screen and (max-width:1023px){.page_career .wrap .vacs .list .item .text .title{font-size:20px;padding-bottom:20px}}.page_career .wrap .vacs .list .item .text .date{font-size:1.0526vw}@media only screen and (max-width:1023px){.page_career .wrap .vacs .list .item .text .date{font-size:16px}}.page_career .wrap .vacs .list .item .team_button{font-size:1.0526vw;padding:.8em 4em}@media only screen and (max-width:1023px){.page_career .wrap .vacs .list .item .team_button{font-size:16px;margin-top:20px;display:flex;justify-content:center;align-items:center}}.page_career_show{position:relative;padding-bottom:25px}.page_career_show .bg,.page_career_show .bg2{position:absolute;z-index:-1}.page_career_show .bg2 svg,.page_career_show .bg svg{width:100%}@media only screen and (max-width:1024px){.page_career_show .page_title{font-size:50px}}@media only screen and (max-width:639px){.page_career_show .page_title{font-size:35px}}.page_career_show .bg{width:63.6842vw;left:-44.2105vw;top:-13.4211vw}.page_career_show .bg2{width:75.7895vw;top:32.1053vw;right:-21.5789vw}.page_career_show .wrap{max-width:65.5263vw;margin:0 auto;padding-bottom:1.3158vw}@media only screen and (max-width:1024px){.page_career_show .wrap{padding-bottom:25px;max-width:80%}}@media only screen and (max-width:639px){.page_career_show .wrap{max-width:100%;width:100%;padding:0 var(--container-padding)}}.page_career_show .wrap .date{font-size:1.3158vw;margin-bottom:3.9474vw;text-align:center}@media only screen and (max-width:1024px){.page_career_show .wrap .date{font-size:20px;margin-bottom:25px}}.page_career_show .wrap .desc{font-size:1.0526vw;text-align:center;white-space:pre-line;line-height:1.2}@media only screen and (max-width:1024px){.page_career_show .wrap .desc{font-size:16px}}.page_career_show .wrap .text{padding-top:2.1053vw;font-family:OpenSans-Regular;font-size:1.0526vw;line-height:1.6}.page_career_show .wrap .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_career_show .wrap .text blockquote{margin:15px 0}}.page_career_show .wrap .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_career_show .wrap .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_career_show .wrap .text img{max-width:100%!important;height:auto!important}.page_career_show .wrap .text b,.page_career_show .wrap .text em,.page_career_show .wrap .text i,.page_career_show .wrap .text strong{font-family:OpenSans-Regular}.page_career_show .wrap .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_career_show .wrap .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_career_show .wrap .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_career_show .wrap .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_career_show .wrap .text ol li{margin-bottom:1.5em}.page_career_show .wrap .text a{color:#d21113;text-decoration:underline}.page_career_show .wrap .text a:link,.page_career_show .wrap .text a:visited{color:#d21113}.page_career_show .wrap .text .youtube-embed-wrapper{width:100%!important}.page_career_show .wrap .text span{font-family:OpenSans-Regular;text-decoration:none}.page_career_show .wrap .text big{font-size:1.4em;font-family:OpenSans-Regular}.page_career_show .wrap .text small{font-size:1.2em;font-family:OpenSans-Regular}.page_career_show .wrap .text h1,.page_career_show .wrap .text h2,.page_career_show .wrap .text h3,.page_career_show .wrap .text h4,.page_career_show .wrap .text h5,.page_career_show .wrap .text h6{font-family:OpenSans-Bold;font-size:1.4em}.page_career_show .wrap .text iframe{width:100%}.page_career_show .wrap .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_career_show .wrap .text .editor_swiper{margin:25px auto 35px}}.page_career_show .wrap .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_career_show .wrap .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_career_show .wrap .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_career_show .wrap .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_career_show .wrap .text .editor_swiper .swiper-pagination{padding:15px 0}}.page_career_show .wrap .text .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1024px){.page_career_show .wrap .text{font-family:OpenSans-Regular;font-size:16px;line-height:1.6}.page_career_show .wrap .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1024px) and (max-width:640px){.page_career_show .wrap .text blockquote{margin:15px 0}}@media only screen and (max-width:1024px){.page_career_show .wrap .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1024px) and (max-width:640px){.page_career_show .wrap .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1024px){.page_career_show .wrap .text img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1024px){.page_career_show .wrap .text b,.page_career_show .wrap .text em,.page_career_show .wrap .text i,.page_career_show .wrap .text strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1024px){.page_career_show .wrap .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1024px){.page_career_show .wrap .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_career_show .wrap .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_career_show .wrap .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1024px){.page_career_show .wrap .text ol li{margin-bottom:1.5em}}@media only screen and (max-width:1024px){.page_career_show .wrap .text a{color:#d21113;text-decoration:underline}.page_career_show .wrap .text a:link,.page_career_show .wrap .text a:visited{color:#d21113}}@media only screen and (max-width:1024px){.page_career_show .wrap .text .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1024px){.page_career_show .wrap .text span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1024px){.page_career_show .wrap .text big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1024px){.page_career_show .wrap .text small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1024px){.page_career_show .wrap .text h1,.page_career_show .wrap .text h2,.page_career_show .wrap .text h3,.page_career_show .wrap .text h4,.page_career_show .wrap .text h5,.page_career_show .wrap .text h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1024px){.page_career_show .wrap .text iframe{width:100%}}@media only screen and (max-width:1024px){.page_career_show .wrap .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1024px) and (max-width:640px){.page_career_show .wrap .text .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1024px){.page_career_show .wrap .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_career_show .wrap .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_career_show .wrap .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1024px){.page_career_show .wrap .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1024px) and (max-width:640px){.page_career_show .wrap .text .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1024px){.page_career_show .wrap .text .editor_swiper .swiper-pagination-bullet{background:#000}}.page_career_show .wrap .text h2{font-size:1.5789vw}@media only screen and (max-width:1024px){.page_career_show .wrap .text h2{font-size:25px}}.page_career_show .wrap .text ul li{line-height:1.7;margin-bottom:0}@media only screen and (max-width:1279px){.page_career_show .wrap .text ul li:before{top:8px}}.page_social{min-height:100vh}.page_social .wrap{position:relative}.page_social .bg{position:absolute;width:62.6316vw;left:-12.8947vw;z-index:-1}.page_social .bg svg{width:100%}.page_social .page_content{display:flex;align-items:flex-start;margin-bottom:4.4737vw}@media only screen and (max-width:640px){.page_social .page_content{display:block}}.page_social .page_content .text{padding-right:5.7895vw;font-size:1.2632vw;width:50%}@media only screen and (max-width:640px){.page_social .page_content .text{padding-right:0;width:100%}}.page_social .page_content .text .desc{line-height:1.4;font-family:OpenSans-Regular;font-size:1.2632vw;line-height:1.6}.page_social .page_content .text .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_social .page_content .text .desc blockquote{margin:15px 0}}.page_social .page_content .text .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_social .page_content .text .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_social .page_content .text .desc img{max-width:100%!important;height:auto!important}.page_social .page_content .text .desc b,.page_social .page_content .text .desc em,.page_social .page_content .text .desc i,.page_social .page_content .text .desc strong{font-family:OpenSans-Regular}.page_social .page_content .text .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_social .page_content .text .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_social .page_content .text .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_social .page_content .text .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_social .page_content .text .desc ol li{margin-bottom:1.5em}.page_social .page_content .text .desc a{color:#d21113;text-decoration:underline}.page_social .page_content .text .desc a:link,.page_social .page_content .text .desc a:visited{color:#d21113}.page_social .page_content .text .desc .youtube-embed-wrapper{width:100%!important}.page_social .page_content .text .desc span{font-family:OpenSans-Regular;text-decoration:none}.page_social .page_content .text .desc big{font-size:1.4em;font-family:OpenSans-Regular}.page_social .page_content .text .desc small{font-size:1.2em;font-family:OpenSans-Regular}.page_social .page_content .text .desc h1,.page_social .page_content .text .desc h2,.page_social .page_content .text .desc h3,.page_social .page_content .text .desc h4,.page_social .page_content .text .desc h5,.page_social .page_content .text .desc h6{font-family:OpenSans-Bold;font-size:1.4em}.page_social .page_content .text .desc iframe{width:100%}.page_social .page_content .text .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_social .page_content .text .desc .editor_swiper{margin:25px auto 35px}}.page_social .page_content .text .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_social .page_content .text .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_social .page_content .text .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_social .page_content .text .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_social .page_content .text .desc .editor_swiper .swiper-pagination{padding:15px 0}}.page_social .page_content .text .desc .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_social .page_content .text .desc{font-family:OpenSans-Regular;font-size:14px;line-height:1.6}.page_social .page_content .text .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_social .page_content .text .desc blockquote{margin:15px 0}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1023px) and (max-width:640px){.page_social .page_content .text .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc b,.page_social .page_content .text .desc em,.page_social .page_content .text .desc i,.page_social .page_content .text .desc strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_social .page_content .text .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_social .page_content .text .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc ol li{margin-bottom:1.5em}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc a{color:#d21113;text-decoration:underline}.page_social .page_content .text .desc a:link,.page_social .page_content .text .desc a:visited{color:#d21113}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc h1,.page_social .page_content .text .desc h2,.page_social .page_content .text .desc h3,.page_social .page_content .text .desc h4,.page_social .page_content .text .desc h5,.page_social .page_content .text .desc h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc iframe{width:100%}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1023px) and (max-width:640px){.page_social .page_content .text .desc .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_social .page_content .text .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_social .page_content .text .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_social .page_content .text .desc .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1023px){.page_social .page_content .text .desc .editor_swiper .swiper-pagination-bullet{background:#000}}@media only screen and (max-width:640px){.page_social .page_content .text .desc{font-family:OpenSans-Regular;font-size:18px;line-height:1.6}.page_social .page_content .text .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:640px) and (max-width:640px){.page_social .page_content .text .desc blockquote{margin:15px 0}}@media only screen and (max-width:640px){.page_social .page_content .text .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:640px) and (max-width:640px){.page_social .page_content .text .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:640px){.page_social .page_content .text .desc img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:640px){.page_social .page_content .text .desc b,.page_social .page_content .text .desc em,.page_social .page_content .text .desc i,.page_social .page_content .text .desc strong{font-family:OpenSans-Regular}}@media only screen and (max-width:640px){.page_social .page_content .text .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:640px){.page_social .page_content .text .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_social .page_content .text .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_social .page_content .text .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:640px){.page_social .page_content .text .desc ol li{margin-bottom:1.5em}}@media only screen and (max-width:640px){.page_social .page_content .text .desc a{color:#d21113;text-decoration:underline}.page_social .page_content .text .desc a:link,.page_social .page_content .text .desc a:visited{color:#d21113}}@media only screen and (max-width:640px){.page_social .page_content .text .desc .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:640px){.page_social .page_content .text .desc span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:640px){.page_social .page_content .text .desc big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:640px){.page_social .page_content .text .desc small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:640px){.page_social .page_content .text .desc h1,.page_social .page_content .text .desc h2,.page_social .page_content .text .desc h3,.page_social .page_content .text .desc h4,.page_social .page_content .text .desc h5,.page_social .page_content .text .desc h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:640px){.page_social .page_content .text .desc iframe{width:100%}}@media only screen and (max-width:640px){.page_social .page_content .text .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:640px) and (max-width:640px){.page_social .page_content .text .desc .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:640px){.page_social .page_content .text .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_social .page_content .text .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_social .page_content .text .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:640px){.page_social .page_content .text .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:640px) and (max-width:640px){.page_social .page_content .text .desc .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:640px){.page_social .page_content .text .desc .editor_swiper .swiper-pagination-bullet{background:#000}}.page_social .page_content .text .desc p{margin:1em 0}.page_social .page_content .text .desc ul li{margin-bottom:0}.page_social .page_content .social_swiper{width:50%;position:relative;overflow:hidden}@media only screen and (max-width:640px){.page_social .page_content .social_swiper{width:100%;margin-top:10px}}.page_social .page_content .social_swiper .social-nav{display:flex;justify-content:flex-end;align-items:center;margin-bottom:10px}.page_social .page_content .social_swiper .social-nav .show_all{color:#d21113;font-size:.9474vw;margin-right:15px}@media only screen and (max-width:1023px){.page_social .page_content .social_swiper .social-nav .show_all{font-size:12px}}@media only screen and (max-width:640px){.page_social .page_content .social_swiper .social-nav .show_all{font-size:16px}}.page_social .page_content .social_swiper .social-nav .swiper-navigation{position:static}.page_social .page_content .social_swiper .social-nav .swiper-navigation .next,.page_social .page_content .social_swiper .social-nav .swiper-navigation .next:before,.page_social .page_content .social_swiper .social-nav .swiper-navigation .prev,.page_social .page_content .social_swiper .social-nav .swiper-navigation .prev:before{filter:invert(1)}.page_social .page_content .social_swiper .swiper-slide{height:auto;padding:10px}@media only screen and (max-width:1023px){.page_social .page_content .social_swiper .swiper-slide{padding:5px}}.page_social .page_content .social_swiper .swiper-slide .item{padding:0;margin:0;width:100%;height:100%}.page_social_item{position:relative}.page_social_item .bg,.page_social_item .bg2{position:absolute;z-index:-1;width:83.4211vw;top:21.3158vw;left:-54.2105vw}.page_social_item .bg2 svg,.page_social_item .bg svg{width:100%}.page_social_item .bg2{top:auto;left:auto;bottom:-26.3158vw;right:-29.2105vw}.page_social_item .page_content{display:flex;margin:6.5789vw 0}@media only screen and (max-width:640px){.page_social_item .page_content{margin:50px 0;display:block}}.page_social_item .page_content .aside_title{width:50%;padding-right:1.5789vw}@media only screen and (max-width:1023px){.page_social_item .page_content .aside_title{padding-right:15px}}@media only screen and (max-width:640px){.page_social_item .page_content .aside_title{width:100%;padding-right:0}}.page_social_item .page_content .aside_title .title{font-family:OpenSans-Bold;font-size:2.1053vw;line-height:1.2;padding-bottom:3.9474vw;position:relative;color:#464343;white-space:pre-line}@media only screen and (max-width:1023px){.page_social_item .page_content .aside_title .title{font-size:22px;padding-bottom:15px}}.page_social_item .page_content .aside_title .title:after{content:"";width:50%;background:#707070;height:1px;position:absolute;bottom:0;left:0}.page_social_item .page_content .aside_title .date{display:block;font-size:1.4737vw;margin-top:3.6842vw}@media only screen and (max-width:1023px){.page_social_item .page_content .aside_title .date{font-size:12px;margin-top:15px}}.page_social_item .page_content .text{width:50%;line-height:1.4;font-family:OpenSans-Regular;font-size:1.4737vw;line-height:1.6}.page_social_item .page_content .text img{max-width:100%!important;height:auto!important}.page_social_item .page_content .text b,.page_social_item .page_content .text em,.page_social_item .page_content .text i,.page_social_item .page_content .text strong{font-family:OpenSans-Regular}.page_social_item .page_content .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_social_item .page_content .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_social_item .page_content .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_social_item .page_content .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_social_item .page_content .text ol li{margin-bottom:1.5em}.page_social_item .page_content .text a{color:#d21113;text-decoration:underline}.page_social_item .page_content .text a:link,.page_social_item .page_content .text a:visited{color:#d21113}.page_social_item .page_content .text .youtube-embed-wrapper{width:100%!important}.page_social_item .page_content .text span{font-family:OpenSans-Regular;text-decoration:none}.page_social_item .page_content .text big{font-size:1.4em;font-family:OpenSans-Regular}.page_social_item .page_content .text small{font-size:1.2em;font-family:OpenSans-Regular}.page_social_item .page_content .text h1,.page_social_item .page_content .text h2,.page_social_item .page_content .text h3,.page_social_item .page_content .text h4,.page_social_item .page_content .text h5,.page_social_item .page_content .text h6{font-family:OpenSans-Bold;font-size:1.4em}.page_social_item .page_content .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_social_item .page_content .text .editor_swiper{margin:25px auto 35px}}.page_social_item .page_content .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_social_item .page_content .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_social_item .page_content .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_social_item .page_content .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_social_item .page_content .text .editor_swiper .swiper-pagination{padding:15px 0}}.page_social_item .page_content .text .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_social_item .page_content .text{font-size:20px}}@media only screen and (max-width:640px){.page_social_item .page_content .text{width:100%;margin-top:25px}}@media only screen and (max-width:374px){.page_social_item .page_content .text{font-family:OpenSans-Regular;font-size:18px;line-height:1.6}.page_social_item .page_content .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:374px) and (max-width:640px){.page_social_item .page_content .text blockquote{margin:15px 0}}@media only screen and (max-width:374px){.page_social_item .page_content .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:374px) and (max-width:640px){.page_social_item .page_content .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:374px){.page_social_item .page_content .text img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:374px){.page_social_item .page_content .text b,.page_social_item .page_content .text em,.page_social_item .page_content .text i,.page_social_item .page_content .text strong{font-family:OpenSans-Regular}}@media only screen and (max-width:374px){.page_social_item .page_content .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:374px){.page_social_item .page_content .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_social_item .page_content .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_social_item .page_content .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:374px){.page_social_item .page_content .text ol li{margin-bottom:1.5em}}@media only screen and (max-width:374px){.page_social_item .page_content .text a{color:#d21113;text-decoration:underline}.page_social_item .page_content .text a:link,.page_social_item .page_content .text a:visited{color:#d21113}}@media only screen and (max-width:374px){.page_social_item .page_content .text .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:374px){.page_social_item .page_content .text span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:374px){.page_social_item .page_content .text big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:374px){.page_social_item .page_content .text small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:374px){.page_social_item .page_content .text h1,.page_social_item .page_content .text h2,.page_social_item .page_content .text h3,.page_social_item .page_content .text h4,.page_social_item .page_content .text h5,.page_social_item .page_content .text h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:374px){.page_social_item .page_content .text iframe{width:100%}}@media only screen and (max-width:374px){.page_social_item .page_content .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:374px) and (max-width:640px){.page_social_item .page_content .text .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:374px){.page_social_item .page_content .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_social_item .page_content .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_social_item .page_content .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:374px){.page_social_item .page_content .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:374px) and (max-width:640px){.page_social_item .page_content .text .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:374px){.page_social_item .page_content .text .editor_swiper .swiper-pagination-bullet{background:#000}}.page_social_item .page_content .text p:first-child{margin-top:0}.page_social_item .page_content .text iframe{width:100%;height:26.5789vw}@media only screen and (max-width:640px){.page_social_item .page_content .text iframe{height:250px}}.page_social_item .page_content .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_social_item .page_content .text blockquote{margin:15px 0}}.page_social_item .page_content .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_social_item .page_content .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_social_show_all .wrap{margin-bottom:3.4211vw}@media only screen and (max-width:1023px){.page_social_show_all .wrap{margin-bottom:30px}}.page_social_show_all .wrap .filter{display:flex;justify-content:center;margin-bottom:2.1053vw}@media only screen and (max-width:640px){.page_social_show_all .wrap .filter{margin-bottom:20px;justify-content:space-between}}.page_social_show_all .wrap .filter label{display:flex;align-items:center;margin:0 2.6316vw}@media only screen and (max-width:640px){.page_social_show_all .wrap .filter label{display:block;margin:0;width:50%}.page_social_show_all .wrap .filter label:first-child{padding-right:10px}.page_social_show_all .wrap .filter label:last-child{padding-left:10px}}.page_social_show_all .wrap .filter label .name{font-size:1.3158vw;display:block;margin-right:1.0526vw}@media only screen and (max-width:1023px){.page_social_show_all .wrap .filter label .name{font-size:14px}}@media only screen and (max-width:640px){.page_social_show_all .wrap .filter label .name{font-size:14px;margin-right:0;margin-bottom:5px}}.page_social_show_all .wrap .page_content{display:block}.page_social_show_all .wrap .page_content .items{display:flex;flex-wrap:wrap}@media only screen and (max-width:640px){.page_social_show_all .wrap .page_content .items{margin:0 -5px}}.page_social_show_all .wrap .page_content .items .item{width:calc(25% - 1.2632vw)}@media only screen and (max-width:1023px){.page_social_show_all .wrap .page_content .items .item{width:calc(33.3% - 1.2632vw)}}@media only screen and (max-width:640px){.page_social_show_all .wrap .page_content .items .item{width:50%}}.page_stocks{background-color:#ecf1f7}.page_stocks .items .item{position:relative;display:flex;justify-content:center}@media only screen and (max-width:640px){.page_stocks .items .item{flex-direction:column}}.page_stocks .items .item .info{padding:3.1579vw 3.1579vw 8.4211vw;position:relative;width:50%}@media only screen and (max-width:640px){.page_stocks .items .item .info{width:100%;order:2;padding:50px 25px 30px}}.page_stocks .items .item .info:before{content:"";width:100%;height:100%;background:#fff;display:block;position:absolute;top:0;left:0}.page_stocks .items .item .info .box{position:relative;z-index:1}.page_stocks .items .item .info .box time{font-family:OpenSans-SemiBold;font-size:2.1053vw;color:#d21113}@media only screen and (max-width:640px){.page_stocks .items .item .info .box time{text-align:center;font-size:14px}}.page_stocks .items .item .info .box a{text-decoration:none;display:block}.page_stocks .items .item .info .box a h2{font-family:OpenSans-SemiBold;color:#25252f;font-size:2.1053vw;margin-top:1.5789vw}@media only screen and (max-width:1023px){.page_stocks .items .item .info .box a h2{font-size:20px;margin-top:10px}}.page_stocks .items .item .info .box .line{width:30%;height:1px;background-color:#d21113;margin:4.7368vw 0 2.3684vw -3.1579vw}@media only screen and (max-width:1023px){.page_stocks .items .item .info .box .line{margin:10px auto 10px 5px}}.page_stocks .items .item .info .box .desc{font-size:1.4211vw;white-space:pre-wrap}@media only screen and (max-width:1023px){.page_stocks .items .item .info .box .desc{font-size:17px}}.page_stocks .items .item .info .box .team_button{display:inline-block;margin-top:1.3158vw}@media only screen and (max-width:640px){.page_stocks .items .item .info .box .team_button{margin:15px auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.page_stocks .items .item .image{position:relative;display:block;width:50%;background:#fff}@media only screen and (max-width:640px){.page_stocks .items .item .image{width:100%;order:1}}.page_stocks .items .item .image:before{content:"";display:block;padding-top:70%}.page_stocks .items .item .image img{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;display:block}.page_stocks_show{margin-bottom:3.1579vw}@media only screen and (max-width:640px){.page_stocks_show{margin-bottom:30px}}@media only screen and (max-width:374px){.page_stocks_show .page_title{font-size:25px}}.page_stocks_show time{font-family:OpenSans-SemiBold;font-size:2.1053vw;color:#d21113;text-align:center;display:block;margin-top:2.6316vw}@media only screen and (max-width:640px){.page_stocks_show time{font-size:20px;margin-top:25px}}.page_stocks_show .page_content{position:relative}.page_stocks_show .page_content .flex{display:flex}@media only screen and (max-width:640px){.page_stocks_show .page_content .flex{flex-direction:column}}.page_stocks_show .page_content .text{flex:1;height:inherit;font-family:OpenSans-Regular;font-size:1.1579vw;line-height:1.6;padding-right:4.7368vw}.page_stocks_show .page_content .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_stocks_show .page_content .text blockquote{margin:15px 0}}.page_stocks_show .page_content .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_stocks_show .page_content .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_stocks_show .page_content .text img{max-width:100%!important;height:auto!important}.page_stocks_show .page_content .text b,.page_stocks_show .page_content .text em,.page_stocks_show .page_content .text i,.page_stocks_show .page_content .text strong{font-family:OpenSans-Regular}.page_stocks_show .page_content .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_stocks_show .page_content .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_stocks_show .page_content .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_stocks_show .page_content .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_stocks_show .page_content .text ol li{margin-bottom:1.5em}.page_stocks_show .page_content .text a{color:#d21113;text-decoration:underline}.page_stocks_show .page_content .text a:link,.page_stocks_show .page_content .text a:visited{color:#d21113}.page_stocks_show .page_content .text .youtube-embed-wrapper{width:100%!important}.page_stocks_show .page_content .text span{font-family:OpenSans-Regular;text-decoration:none}.page_stocks_show .page_content .text big{font-size:1.4em;font-family:OpenSans-Regular}.page_stocks_show .page_content .text small{font-size:1.2em;font-family:OpenSans-Regular}.page_stocks_show .page_content .text h1,.page_stocks_show .page_content .text h2,.page_stocks_show .page_content .text h3,.page_stocks_show .page_content .text h4,.page_stocks_show .page_content .text h5,.page_stocks_show .page_content .text h6{font-family:OpenSans-Bold;font-size:1.4em}.page_stocks_show .page_content .text iframe{width:100%}.page_stocks_show .page_content .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_stocks_show .page_content .text .editor_swiper{margin:25px auto 35px}}.page_stocks_show .page_content .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_stocks_show .page_content .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_stocks_show .page_content .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_stocks_show .page_content .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_stocks_show .page_content .text .editor_swiper .swiper-pagination{padding:15px 0}}.page_stocks_show .page_content .text .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1024px){.page_stocks_show .page_content .text{font-size:16px}}@media only screen and (max-width:640px){.page_stocks_show .page_content .text{width:100%;order:2;padding-right:0}}.page_stocks_show .page_content .text strong{font-size:1.4211vw}@media only screen and (max-width:1024px){.page_stocks_show .page_content .text strong{font-size:19px}}.page_stocks_show .page_content .image{width:36.8421vw;height:48.9474vw}@media only screen and (max-width:640px){.page_stocks_show .page_content .image{width:100%;height:auto;order:1;margin-bottom:10px}}.page_stocks_show .page_content .image img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.page_stocks_show .page_content:after{content:"";width:60%;height:60%;bottom:-20%;right:-20%;position:absolute;background:url(/images/stock_show_fon.svg) no-repeat 50%;background-size:contain;z-index:-1}.page_main{width:100%;background:#25252f;overflow:visible}.page_main .pin-spacer{overflow-y:hidden!important;width:100vw!important}.page_main .pin-spacer section{max-width:100vw!important;width:100vw!important}.page_main .main_page_title{font-size:4.7368vw;font-family:OpenSans-Light;text-transform:uppercase;padding:0 var(--container-padding)}@media only screen and (max-width:900px){.page_main .main_page_title{text-align:center;font-size:30px}}.page_main .panel{width:100%;height:100vh;background:#25252f;color:#fff;overflow:hidden}.page_main .main_slider{position:relative;overflow:visible}.page_main .main_slider .swiper-slide-active .wrap .play .ellipse_progress{-webkit-animation:circle-path linear forwards;animation:circle-path linear forwards}.page_main .main_slider .swiper-slide .wrap{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;text-decoration:none;align-items:flex-end;padding:0 3.4211vw 3.4211vw 4.4737vw}@media only screen and (max-width:1023px){.page_main .main_slider .swiper-slide .wrap{padding:0 var(--container-padding) 65px}}.page_main .main_slider .swiper-slide .wrap:after{content:"";width:100%;height:35%;position:absolute;left:0;bottom:0;background:linear-gradient(rgba(37,37,47,0),rgba(37,37,47,.7) 60%,#25252f)}.page_main .main_slider .swiper-slide .wrap:before{content:"";width:70%;height:100%;position:absolute;left:0;top:0;z-index:1;background:linear-gradient(270deg,rgba(37,37,47,0),rgba(37,37,47,.5) 60%,rgba(37,37,47,.7))}.page_main .main_slider .swiper-slide .wrap .bg,.page_main .main_slider .swiper-slide .wrap video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-size:cover;background-position:50%}.page_main .main_slider .swiper-slide .wrap .text{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:3.4211vw;height:calc(50% + 5.2632vw)}@media only screen and (max-width:1024px){.page_main .main_slider .swiper-slide .wrap .text{height:calc(50% + 30px);padding-bottom:55px}}.page_main .main_slider .swiper-slide .wrap .text .title{display:block;font-family:OpenSans-Bold;color:#fff;font-size:5.2632vw;line-height:1;transition:margin-left .35s ease;text-decoration:none}@media only screen and (max-width:1024px){.page_main .main_slider .swiper-slide .wrap .text .title.small{font-size:30px}}.page_main .main_slider .swiper-slide .wrap .text .title:hover{margin-left:.5263vw}@media only screen and (max-width:1024px){.page_main .main_slider .swiper-slide .wrap .text .title{font-size:45px}}@media only screen and (max-width:640px){.page_main .main_slider .swiper-slide .wrap .text .title{font-size:35px}}.page_main .main_slider .swiper-slide .wrap .text .title div{padding-bottom:.7895vw}.page_main .main_slider .swiper-slide .wrap .text h2{color:#fff;font-size:2.6316vw}@media only screen and (max-width:1024px){.page_main .main_slider .swiper-slide .wrap .text h2{font-size:25px}}.page_main .main_slider .swiper-slide .wrap .play{outline:none;background-color:transparent;border:none;cursor:pointer;width:6.0526vw;height:6.0526vw;position:absolute;right:3.4211vw;bottom:3.4211vw;z-index:2}@media only screen and (max-width:900px){.page_main .main_slider .swiper-slide .wrap .play{width:60px;height:60px;right:35px;bottom:85px}}.page_main .main_slider .swiper-slide .wrap .play.plays .plays_active{opacity:0}.page_main .main_slider .swiper-slide .wrap .play.plays .plays_inactive{opacity:1}.page_main .main_slider .swiper-slide .wrap .play .plays_active{opacity:1;transition:opacity .25s ease}.page_main .main_slider .swiper-slide .wrap .play .plays_inactive{opacity:0;transition:opacity .25s ease}.page_main .main_slider .swiper-slide .wrap .play svg{width:100%;height:100%;position:absolute;left:0;top:0}.page_main .main_slider .swiper-slide .wrap .play svg .ellipse_progress.reset{-webkit-animation:none;animation:none}.page_main .main_slider .swiper-navigation{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 1.5789vw;z-index:5;pointer-events:none}@media only screen and (max-width:1024px){.page_main .main_slider .swiper-navigation{display:none}}.page_main .main_slider .swiper-navigation .next,.page_main .main_slider .swiper-navigation .prev{pointer-events:all;width:2.1053vw;height:10.5263vw;cursor:pointer}.page_main .main_slider .swiper-navigation .next:before,.page_main .main_slider .swiper-navigation .prev:before{content:none}.page_main .main_slider .swiper-navigation .next:after,.page_main .main_slider .swiper-navigation .prev:after{height:100%;width:1.5789vw;background-size:contain;background-repeat:no-repeat;transition:transform .35s ease}.page_main .main_slider .swiper-navigation .prev:after{background-image:url(/images/prev.png);background-position:0}.page_main .main_slider .swiper-navigation .prev:hover:after{transform:translateX(-.5263vw);filter:none}.page_main .main_slider .swiper-navigation .next:after{background-image:url(/images/next.png);background-position:0}.page_main .main_slider .swiper-navigation .next:hover:after{transform:translateX(.5263vw);filter:none}.page_main .main_slider .swiper-pagination{bottom:3.4211vw}@media only screen and (max-width:1024px){.page_main .main_slider .swiper-pagination{bottom:55px}}.page_main .main_slider .scrolldown{position:absolute;z-index:2;bottom:1.3158vw;left:50%;transform:translateX(-50%);font-size:1.7895vw;color:#fff;cursor:pointer;-webkit-animation:scrolldown 5s ease infinite;animation:scrolldown 5s ease infinite}@media only screen and (max-width:1023px){.page_main .main_slider .scrolldown{bottom:10px;font-size:34px}}.page_main .stats{display:flex}@media only screen and (max-width:1023px){.page_main .stats{flex-direction:column-reverse;height:auto}}.page_main .stats .nums{width:50%;display:flex;flex-wrap:wrap}@media only screen and (max-width:1023px){.page_main .stats .nums{width:100%}}.page_main .stats .nums .item{width:50%;position:relative;padding:1.3158vw 3.1579vw;z-index:1;transform-origin:bottom left;transform-style:preserve-3d;perspective:500px;background:#25252f;transition:all .1s cubic-bezier(.39,.575,.565,1)}@media only screen and (max-width:1023px){.page_main .stats .nums .item{padding:50px 50px 80px}}@media only screen and (max-width:639px){.page_main .stats .nums .item{padding:20px 30px 35px}}.page_main .stats .nums .item:last-child{width:100%}.page_main .stats .nums .item .number{font-family:OpenSans-Light;font-size:6.8421vw;cursor:default}@media only screen and (max-width:1023px){.page_main .stats .nums .item .number{font-size:70px}}@media only screen and (max-width:799px){.page_main .stats .nums .item .number{font-size:64px}}@media only screen and (max-width:639px){.page_main .stats .nums .item .number{font-size:50px}}@media only screen and (max-width:479px){.page_main .stats .nums .item .number{font-size:40px}}@media only screen and (max-width:374px){.page_main .stats .nums .item .number{font-size:38px}}.page_main .stats .nums .item .desc{font-size:.9474vw;cursor:default}@media only screen and (max-width:1023px){.page_main .stats .nums .item .desc{font-size:17px}}@media only screen and (max-width:799px){.page_main .stats .nums .item .desc{font-size:14px}}@media only screen and (max-width:639px){.page_main .stats .nums .item .desc{font-size:11px}}@media only screen and (max-width:479px){.page_main .stats .nums .item .desc{font-size:9px}}.page_main .stats .nums .item .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;z-index:-1;opacity:.15}.page_main .stats .nums .item:after{content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,#25252f,rgba(37,37,47,0))}.page_main .stats .circle{width:50%;padding:1.0526vw var(--container-padding) 2.6316vw 1.3158vw;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media only screen and (max-width:1023px){.page_main .stats .circle{width:100%;padding:20px 35px 25px}}@media only screen and (max-width:479px){.page_main .stats .circle{padding:20px 20px 25px}}@media only screen and (max-width:320px){.page_main .stats .circle{padding:20px 10px 25px}}.page_main .stats .circle .title{font-size:2.3684vw;font-family:OpenSans-Light;line-height:1.2;text-align:center}@media only screen and (max-width:1279px){.page_main .stats .circle .title{font-size:20px}}@media only screen and (max-width:1023px){.page_main .stats .circle .title{font-size:26px}}@media only screen and (max-width:639px){.page_main .stats .circle .title{font-size:20px}}.page_main .stats .circle #circle_inner{flex-grow:1;width:100%;margin:1.5789vw 0 2.1053vw}@media only screen and (max-width:1023px){.page_main .stats .circle #circle_inner{margin:15px 0;height:500px}}@media only screen and (max-width:639px){.page_main .stats .circle #circle_inner{height:400px}}@media only screen and (max-width:479px){.page_main .stats .circle #circle_inner{height:300px}}@media only screen and (max-width:1023px){.page_main .stats .circle #circle_inner .stats_brand{font-size:9px}}@media only screen and (max-width:639px){.page_main .stats .circle #circle_inner .stats_brand{font-size:8px}}@media only screen and (max-width:320px){.page_main .stats .circle #circle_inner .stats_brand{font-size:7px}}.page_main .stats .circle .list{display:flex;justify-content:space-between;width:100%;padding-right:2.1053vw}@media only screen and (max-width:1023px){.page_main .stats .circle .list{padding-right:0}}.page_main .stats .circle .list .item{flex:1;display:flex;position:relative}.page_main .stats .circle .list .item:after{content:"";width:1px;height:100%;position:absolute;right:0;top:0;background:#9d9e9e}.page_main .stats .circle .list .item:nth-child(2){justify-content:center}.page_main .stats .circle .list .item:nth-child(2) .text .number{color:#9d9e9e}.page_main .stats .circle .list .item:last-child{justify-content:flex-end}.page_main .stats .circle .list .item:last-child:after{content:none}.page_main .stats .circle .list .item .text{margin-right:.7895vw}@media only screen and (max-width:1023px){.page_main .stats .circle .list .item .text{margin-right:15px}}@media only screen and (max-width:320px){.page_main .stats .circle .list .item .text{margin-right:10px}}.page_main .stats .circle .list .item .text .number{font-family:OpenSans-Bold;color:#d21113;font-size:1.8421vw;margin-bottom:.5263vw}@media only screen and (max-width:1023px){.page_main .stats .circle .list .item .text .number{font-size:38px;margin-bottom:5px}}@media only screen and (max-width:799px){.page_main .stats .circle .list .item .text .number{font-size:32px}}@media only screen and (max-width:639px){.page_main .stats .circle .list .item .text .number{font-size:22px}}@media only screen and (max-width:479px){.page_main .stats .circle .list .item .text .number{font-size:16px}}.page_main .stats .circle .list .item .text .desc{font-size:.7368vw;font-family:OpenSans-Light}@media only screen and (max-width:1023px){.page_main .stats .circle .list .item .text .desc{font-size:14px}}@media only screen and (max-width:799px){.page_main .stats .circle .list .item .text .desc{font-size:12px}}@media only screen and (max-width:639px){.page_main .stats .circle .list .item .text .desc{font-size:9px}}@media only screen and (max-width:479px){.page_main .stats .circle .list .item .text .desc{font-size:7px}}.page_main .stats .circle .list .item .percentage{width:3.6842vw;height:3.6842vw;border:1px solid #9d9e9e;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.0526vw;font-family:OpenSans-Bold;line-height:1.4}@media only screen and (max-width:1023px){.page_main .stats .circle .list .item .percentage{width:50px;height:50px;font-size:10px}}@media only screen and (max-width:799px){.page_main .stats .circle .list .item .percentage{width:40px;height:41px;font-size:8px}}@media only screen and (max-width:639px){.page_main .stats .circle .list .item .percentage{width:35px;height:35px}}@media only screen and (max-width:479px){.page_main .stats .circle .list .item .percentage{width:30px;height:30px;font-size:7px}}.page_main .stats .circle .list .item .percentage:before{content:"";background-image:url(/images/percentage.png);background-size:contain;background-repeat:no-repeat;width:1.1579vw;height:.5789vw}@media only screen and (max-width:1023px){.page_main .stats .circle .list .item .percentage:before{width:10px;height:5px}}.page_main .stats .circle .list .item .legend{height:100%;display:flex;flex-direction:column;justify-content:space-between}.page_main .stats .circle .list .item .legend li{display:flex;align-items:center;font-size:.6316vw;cursor:pointer}@media only screen and (max-width:1279px){.page_main .stats .circle .list .item .legend li{font-size:10px}}@media only screen and (max-width:1023px){.page_main .stats .circle .list .item .legend li{font-size:14px}}@media only screen and (max-width:639px){.page_main .stats .circle .list .item .legend li{font-size:12px}}.page_main .stats .circle .list .item .legend li .box{width:1.1579vw;height:1.1579vw;margin-right:5px}@media only screen and (max-width:1023px){.page_main .stats .circle .list .item .legend li .box{width:10px;height:10px}}.page_main .production{width:100%;background:#25252f;color:#fff;overflow:hidden}@media only screen and (max-width:900px){.page_main .production{padding-top:20px;height:auto;min-height:100vh}}.page_main .production .main_page_title{margin-bottom:.7895vw}@media only screen and (max-width:900px){.page_main .production .main_page_title{margin-bottom:18px;text-align:center}}.page_main .production .wrap{display:flex;flex-wrap:wrap}@media only screen and (max-width:900px){.page_main .production .wrap{height:calc(100% - 70px);flex-direction:column}}.page_main .production .wrap .item{width:50%;height:31.5789vw;position:relative}@media only screen and (max-width:1023px){.page_main .production .wrap .item{width:100%;height:365px}}.page_main .production .wrap .item .more{position:absolute;bottom:4.7368vw;left:5.2632vw}@media only screen and (max-width:900px){.page_main .production .wrap .item .more{bottom:25px;left:20px}}.page_main .production .wrap .item:hover .item_hover{-webkit-clip-path:circle(70.71068% at 50% 50%);clip-path:circle(70.71068% at 50% 50%);transition-duration:1.6s}.page_main .production .wrap .item .item_hover{height:100%;width:100%;position:relative;padding:4.4737vw 5.7895vw 2.3684vw 4.7368vw;-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50% 50%);transition-duration:.5s;transition-property:-webkit-clip-path;transition-property:clip-path;transition-property:clip-path,-webkit-clip-path;transition-timing-function:cubic-bezier(.25,.74,.22,.99)}@media only screen and (max-width:900px){.page_main .production .wrap .item .item_hover{-webkit-clip-path:circle(70.71068% at 50% 50%);clip-path:circle(70.71068% at 50% 50%);padding:45px 20px}}.page_main .production .wrap .item .item_hover .text{display:flex;flex-direction:column;position:relative;height:100%;z-index:2}.page_main .production .wrap .item .item_hover .text h3{font-size:2.1053vw;margin-bottom:.7895vw;text-transform:uppercase}@media only screen and (max-width:1023px){.page_main .production .wrap .item .item_hover .text h3{font-size:20px;margin-bottom:7px}}.page_main .production .wrap .item .item_hover .text .desc{font-size:1.0526vw;flex-grow:1;line-height:1.2}@media only screen and (max-width:1023px){.page_main .production .wrap .item .item_hover .text .desc{font-size:15px}}.page_main .production .wrap .item .item_hover:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:linear-gradient(#25252f,rgba(37,37,47,.7) 50.62%,rgba(37,37,47,0))}.page_main .production .wrap .item .item_hover:after{content:"";position:absolute;top:0;z-index:1;left:0;width:100%;height:30%;background:linear-gradient(#25252f,rgba(37,37,47,0))}.page_main .production .wrap .item .bg{background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;left:0;top:0;width:100%;height:100%}.page_main .distributors_wrap{width:100%;background:#25252f;color:#fff;overflow:hidden;position:relative}.page_main .distributors_wrap .bg{position:absolute;right:-13.1579vw;top:-5.2632vw;width:51.5789vw;height:66.0526vw}@media only screen and (max-width:900px){.page_main .distributors_wrap .bg{width:980px;height:1255px}}.page_main .distributors_wrap .bg svg{width:100%;height:100%}.page_main .distributors_wrap .distributors{padding:5.7895vw var(--container-padding) 0}@media only screen and (max-width:900px){.page_main .distributors_wrap .distributors{padding:22px}}.page_main .distributors_wrap .distributors .main_page_title{padding:0;margin-bottom:90px}.page_main .distributors_wrap .distributors_inner{position:relative;overflow:hidden}.page_main .distributors_wrap .distributors_slider{width:100%;padding-top:1.0526vw}.page_main .distributors_wrap .distributors_slider .swiper-wrapper{transition-timing-function:cubic-bezier(.25,.74,.22,.99)}.page_main .distributors_wrap .distributors_slider .swiper-navigation{top:0;right:.7895vw}@media only screen and (max-width:900px){.page_main .distributors_wrap .distributors_slider .swiper-navigation{top:65px;right:50%;transform:translateX(50%)}}.page_main .distributors_wrap .distributors_slider .swiper-navigation .next:hover:after,.page_main .distributors_wrap .distributors_slider .swiper-navigation .prev:hover:after{filter:none}.page_main .distributors_wrap .distributors_slider .swiper-slide{border:1px solid #707070;padding:.5263vw 2.1053vw 1.5789vw;min-height:21.8421vw;display:block;text-decoration:none;color:#fff}.page_main .distributors_wrap .distributors_slider .swiper-slide:link,.page_main .distributors_wrap .distributors_slider .swiper-slide:visited{color:#fff}@media only screen and (max-width:1279px){.page_main .distributors_wrap .distributors_slider .swiper-slide{padding:30px}}@media only screen and (max-width:1024px){.page_main .distributors_wrap .distributors_slider .swiper-slide{min-height:auto;height:auto}}@media only screen and (max-width:1023px){.page_main .distributors_wrap .distributors_slider .swiper-slide{min-height:365px}}.page_main .distributors_wrap .distributors_slider .swiper-slide:hover:after{opacity:1;height:100%}.page_main .distributors_wrap .distributors_slider .swiper-slide:after{content:"";position:absolute;left:0;opacity:.5;bottom:0;width:100%;height:0;background:linear-gradient(#25252f,#6d6d74);transition:all .7s cubic-bezier(.25,.74,.22,.99);z-index:-1}.page_main .distributors_wrap .distributors_slider .swiper-slide .image{height:7.1053vw;display:flex;justify-content:center;align-items:center;margin-bottom:.7895vw}@media only screen and (max-width:1024px){.page_main .distributors_wrap .distributors_slider .swiper-slide .image{height:100px;margin-bottom:30px}}.page_main .distributors_wrap .distributors_slider .swiper-slide .image img{-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.page_main .distributors_wrap .distributors_slider .swiper-slide .title{font-size:1.5789vw;line-height:1.2;padding-bottom:.7em;border-bottom:1px solid #cecece;text-transform:uppercase;text-decoration:none}.page_main .distributors_wrap .distributors_slider .swiper-slide .title span{display:block;width:75%}@media only screen and (max-width:1024px){.page_main .distributors_wrap .distributors_slider .swiper-slide .title{font-size:22px}}.page_main .distributors_wrap .distributors_slider .swiper-slide .desc{font-size:.8421vw;margin-top:1em;line-height:1.2;overflow:hidden;height:6em;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}@media only screen and (max-width:1024px){.page_main .distributors_wrap .distributors_slider .swiper-slide .desc{font-size:16px}}.page_main .distributors_wrap .dealers{padding-top:6.5789vw;height:100vh}@media only screen and (max-width:900px){.page_main .distributors_wrap .dealers{padding-top:40px}}@media only screen and (max-width:640px){.page_main .distributors_wrap .dealers{height:auto}}.page_main .distributors_wrap .dealers.active{top:auto!important}.page_main .distributors_wrap .dealers .wrap{margin-top:1.3158vw;position:relative;height:calc(100% - 6.5789vw);overflow:hidden;padding:2.1053vw 0;flex-grow:1}@media only screen and (max-width:900px){.page_main .distributors_wrap .dealers .wrap{margin-top:25px;padding:25px 0;height:calc(100% - 95px)}}@media only screen and (max-width:640px){.page_main .distributors_wrap .dealers .wrap{height:calc(100% - 60px);padding:35px 0}}.page_main .distributors_wrap .dealers .wrap:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(rgba(37,37,47,0),rgba(37,37,47,.69) 57.73%,rgba(37,37,47,.96) 88.7%,#25252f);pointer-events:none;z-index:4}@media only screen and (max-width:640px){.page_main .distributors_wrap .dealers .wrap:after{display:none}}.page_main .distributors_wrap .dealers .wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:30%;background:linear-gradient(0deg,rgba(37,37,47,0),rgba(37,37,47,.47) 57.73%,rgba(37,37,47,.86));pointer-events:none;z-index:2}@media only screen and (max-width:640px){.page_main .distributors_wrap .dealers .wrap:before{display:none}}.page_main .distributors_wrap .dealers .wrap .list{z-index:3;position:relative;max-width:25%}@media only screen and (max-width:900px){.page_main .distributors_wrap .dealers .wrap .list{max-width:100%}}.page_main .distributors_wrap .dealers .wrap .list .category{margin-bottom:2.3684vw}@media only screen and (max-width:1023px){.page_main .distributors_wrap .dealers .wrap .list .category{margin-bottom:20px}}.page_main .distributors_wrap .dealers .wrap .list .category .cat_title{display:inline-block;font-size:.9474vw;border-bottom:2px solid #fff;margin-left:var(--container-padding);width:16.3158vw;padding-bottom:5px;margin-bottom:5px}@media only screen and (max-width:1023px){.page_main .distributors_wrap .dealers .wrap .list .category .cat_title{font-size:16px;width:300px;width:80%}}.page_main .distributors_wrap .dealers .wrap .list .list_item{padding-left:var(--container-padding);font-size:1.2632vw;margin-bottom:.7895vw;position:relative;cursor:pointer}@media only screen and (max-width:900px){.page_main .distributors_wrap .dealers .wrap .list .list_item{font-size:22px;margin-bottom:15px}}@media only screen and (max-width:374px){.page_main .distributors_wrap .dealers .wrap .list .list_item{font-size:18px}}.page_main .distributors_wrap .dealers .wrap .list .list_item.active:after{width:100%}.page_main .distributors_wrap .dealers .wrap .list .list_item:after{content:"";position:absolute;height:100%;width:0;left:0;top:0;background:linear-gradient(90deg,#d21113,rgba(210,17,19,0));transition:all .35s ease;z-index:-1}.page_main .distributors_wrap .dealers .wrap_link{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;padding:3.1579vw 5.5263vw;align-items:flex-end;justify-content:flex-end;text-decoration:none}@media only screen and (max-width:1023px){.page_main .distributors_wrap .dealers .wrap_link{padding:20px var(--container-padding)}}@media only screen and (max-width:640px){.page_main .distributors_wrap .dealers .wrap_link{display:none}}.page_main .distributors_wrap .dealers .wrap_link .bg_wrap{position:absolute;width:100%;height:100%;left:0;top:0}.page_main .distributors_wrap .dealers .wrap_link .bg_wrap:after{content:"";width:70%;height:100%;position:absolute;left:0;top:0;z-index:1;background:linear-gradient(270deg,rgba(37,37,47,0),rgba(37,37,47,.5) 60%,rgba(37,37,47,.7))}.page_main .distributors_wrap .dealers .wrap_link .bg_wrap .bg{background-size:cover;background-position:bottom;background-repeat:no-repeat;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;transition:opacity .5s ease}.page_main .distributors_wrap .dealers .wrap_link .bg_wrap .bg.active{opacity:1}.page_main .distributors_wrap .dealers .wrap_link .span_wrap{position:relative;z-index:5;overflow:hidden;height:3.4211vw;width:100%;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none;padding-bottom:.5263vw}@media only screen and (max-width:640px){.page_main .distributors_wrap .dealers .wrap_link .span_wrap{height:35px;padding-bottom:10px}}.page_main .distributors_wrap .dealers .wrap_link .span_wrap .title{position:absolute;right:0;top:0;font-size:2.8947vw;color:#fff;display:flex;align-items:center;text-transform:uppercase;transform:translateY(125%);transition:all .35s ease-in-out;pointer-events:all;text-decoration:none}@media only screen and (max-width:640px){.page_main .distributors_wrap .dealers .wrap_link .span_wrap .title{font-size:22px;white-space:nowrap;transform:translateY(145%)}}.page_main .distributors_wrap .dealers .wrap_link .span_wrap .title:before{content:"";width:0;height:2px;background:#fff;transition:width .5s ease;transition-delay:.35s;position:absolute;bottom:0;left:0}.page_main .distributors_wrap .dealers .wrap_link .span_wrap .title.active{transform:translateY(0)}.page_main .distributors_wrap .dealers .wrap_link .span_wrap .title.active:before{width:100%}.page_main .distributors_wrap .dealers .wrap_link .span_wrap .title:after{content:"";margin-left:1.0526vw;background-image:url(/images/arrow_next.png);background-position:50%;background-size:contain;background-repeat:no-repeat;width:3.1579vw;height:1.8421vw}@media only screen and (max-width:640px){.page_main .distributors_wrap .dealers .wrap_link .span_wrap .title:after{margin-left:15px;width:25px;height:10px}}.page_news{margin-bottom:3.1579vw}@media only screen and (max-width:640px){.page_news{margin-bottom:30px}}.page_news .items{margin-bottom:100px}@media only screen and (max-width:640px){.page_news .items{margin-bottom:50px}}.page_news .items .item{text-decoration:none;color:#464343;display:block;border-bottom:2px solid #b9b9b9}.page_news .items .item:link,.page_news .items .item:visited{color:#464343}.page_news .items .item:hover .left .image .icon:after{width:101%;height:101%}.page_news .items .item:hover .left .image .icon span{filter:invert(1)}.page_news .items .item_wrap{display:flex;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_news .items .item_wrap{display:block;padding:15px 0}}.page_news .items .item .left{display:flex}@media only screen and (max-width:640px){.page_news .items .item .left{display:block}}.page_news .items .item .left .image{position:relative;width:18.4211vw;display:flex;align-items:center;background:no-repeat 50%;background-size:cover}@media only screen and (max-width:640px){.page_news .items .item .left .image{width:100%}}.page_news .items .item .left .image:before{content:"";display:block;padding-top:100%}@media only screen and (max-width:640px){.page_news .items .item .left .image:before{padding-top:70%}}.page_news .items .item .left .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.page_news .items .item .left .image .icon{--icon-size:4.4737vw;width:var(--icon-size);height:var(--icon-size);background-color:#d21113;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;right:calc(var(--icon-size)/2*-1)}@media only screen and (max-width:640px){.page_news .items .item .left .image .icon{display:none}}.page_news .items .item .left .image .icon:after{content:"";width:0;height:0;position:absolute;background-color:#fff;transition:all .5s cubic-bezier(.25,.74,.22,.99);border-radius:50%}.page_news .items .item .left .image .icon span{width:30%;height:30%;z-index:1;background:url(/images/ico_arrow_white.svg?656d815e560b76635a31ed151623824d) no-repeat 50%;background-size:contain}.page_news .items .item .left time{max-width:15.7895vw;height:inherit;font-size:1.4211vw;display:flex;justify-content:center;align-items:center;text-align:center;padding:0 3.6842vw}@media only screen and (max-width:1023px){.page_news .items .item .left time{font-size:14px;max-width:none;padding:0 25px}}@media only screen and (max-width:640px){.page_news .items .item .left time{padding:10px 0}}.page_news .items .item .right{flex:1;display:flex;flex-direction:column;justify-content:space-between}.page_news .items .item .right h2{font-family:OpenSans-Bold;font-size:1.8421vw;margin-bottom:1.3158vw}@media only screen and (max-width:1023px){.page_news .items .item .right h2{font-size:18px}}@media only screen and (max-width:640px){.page_news .items .item .right h2{font-size:20px;margin-bottom:10px}}.page_news .items .item .right .desc{font-size:1.4211vw;line-height:1.6}@media only screen and (max-width:1023px){.page_news .items .item .right .desc{font-size:14px}}@media only screen and (max-width:640px){.page_news .items .item .right .desc{font-size:17px}}.page_news_show{position:relative}.page_news_show:before{content:"";width:70%;height:90%;display:block;position:absolute;left:-50%;top:10%;opacity:.6;background:url(/images/stock_show_fon.svg) no-repeat 50%;background-size:contain}.page_news_show .page_content{display:flex;margin:6.5789vw 0}@media only screen and (max-width:640px){.page_news_show .page_content{margin:50px 0;display:block}}.page_news_show .page_content .aside_title{width:50%;padding-right:1.5789vw}@media only screen and (max-width:640px){.page_news_show .page_content .aside_title{width:100%;padding-right:0}}.page_news_show .page_content .aside_title .title{font-family:OpenSans-Bold;font-size:2.1053vw;line-height:1.3;font-weight:400;padding-bottom:3.6842vw;position:relative;color:#464343}@media only screen and (max-width:1023px){.page_news_show .page_content .aside_title .title{font-size:22px;padding-bottom:15px}}.page_news_show .page_content .aside_title .title:after{content:"";width:50%;background:#707070;height:1px;position:absolute;bottom:0;left:0}.page_news_show .page_content .aside_title .date{display:block;font-size:1.4737vw;margin-top:3.6842vw}@media only screen and (max-width:1023px){.page_news_show .page_content .aside_title .date{font-size:12px;margin-top:15px}}.page_news_show .page_content .text{width:50%;line-height:1.4;font-family:OpenSans-Regular;font-size:1.3684vw;line-height:1.6}.page_news_show .page_content .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_news_show .page_content .text blockquote{margin:15px 0}}.page_news_show .page_content .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_news_show .page_content .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_news_show .page_content .text img{max-width:100%!important;height:auto!important}.page_news_show .page_content .text b,.page_news_show .page_content .text em,.page_news_show .page_content .text i,.page_news_show .page_content .text strong{font-family:OpenSans-Regular}.page_news_show .page_content .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_news_show .page_content .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_news_show .page_content .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_news_show .page_content .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_news_show .page_content .text ol li{margin-bottom:1.5em}.page_news_show .page_content .text a{color:#d21113;text-decoration:underline}.page_news_show .page_content .text a:link,.page_news_show .page_content .text a:visited{color:#d21113}.page_news_show .page_content .text .youtube-embed-wrapper{width:100%!important}.page_news_show .page_content .text span{font-family:OpenSans-Regular;text-decoration:none}.page_news_show .page_content .text big{font-size:1.4em;font-family:OpenSans-Regular}.page_news_show .page_content .text small{font-size:1.2em;font-family:OpenSans-Regular}.page_news_show .page_content .text h1,.page_news_show .page_content .text h2,.page_news_show .page_content .text h3,.page_news_show .page_content .text h4,.page_news_show .page_content .text h5,.page_news_show .page_content .text h6{font-family:OpenSans-Bold;font-size:1.4em}.page_news_show .page_content .text iframe{width:100%}.page_news_show .page_content .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_news_show .page_content .text .editor_swiper{margin:25px auto 35px}}.page_news_show .page_content .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_news_show .page_content .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_news_show .page_content .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_news_show .page_content .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_news_show .page_content .text .editor_swiper .swiper-pagination{padding:15px 0}}.page_news_show .page_content .text .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1024px){.page_news_show .page_content .text{font-family:OpenSans-Regular;font-size:18px;line-height:1.6}.page_news_show .page_content .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1024px) and (max-width:640px){.page_news_show .page_content .text blockquote{margin:15px 0}}@media only screen and (max-width:1024px){.page_news_show .page_content .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1024px) and (max-width:640px){.page_news_show .page_content .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1024px){.page_news_show .page_content .text img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1024px){.page_news_show .page_content .text b,.page_news_show .page_content .text em,.page_news_show .page_content .text i,.page_news_show .page_content .text strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1024px){.page_news_show .page_content .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1024px){.page_news_show .page_content .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_news_show .page_content .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_news_show .page_content .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1024px){.page_news_show .page_content .text ol li{margin-bottom:1.5em}}@media only screen and (max-width:1024px){.page_news_show .page_content .text a{color:#d21113;text-decoration:underline}.page_news_show .page_content .text a:link,.page_news_show .page_content .text a:visited{color:#d21113}}@media only screen and (max-width:1024px){.page_news_show .page_content .text .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1024px){.page_news_show .page_content .text span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1024px){.page_news_show .page_content .text big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1024px){.page_news_show .page_content .text small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1024px){.page_news_show .page_content .text h1,.page_news_show .page_content .text h2,.page_news_show .page_content .text h3,.page_news_show .page_content .text h4,.page_news_show .page_content .text h5,.page_news_show .page_content .text h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1024px){.page_news_show .page_content .text iframe{width:100%}}@media only screen and (max-width:1024px){.page_news_show .page_content .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1024px) and (max-width:640px){.page_news_show .page_content .text .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1024px){.page_news_show .page_content .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_news_show .page_content .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_news_show .page_content .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1024px){.page_news_show .page_content .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1024px) and (max-width:640px){.page_news_show .page_content .text .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1024px){.page_news_show .page_content .text .editor_swiper .swiper-pagination-bullet{background:#000}}@media only screen and (max-width:799px){.page_news_show .page_content .text{font-family:OpenSans-Regular;font-size:20px;line-height:1.6;width:100%;margin-top:25px}.page_news_show .page_content .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:799px) and (max-width:640px){.page_news_show .page_content .text blockquote{margin:15px 0}}@media only screen and (max-width:799px){.page_news_show .page_content .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:799px) and (max-width:640px){.page_news_show .page_content .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:799px){.page_news_show .page_content .text img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:799px){.page_news_show .page_content .text b,.page_news_show .page_content .text em,.page_news_show .page_content .text i,.page_news_show .page_content .text strong{font-family:OpenSans-Regular}}@media only screen and (max-width:799px){.page_news_show .page_content .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:799px){.page_news_show .page_content .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_news_show .page_content .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_news_show .page_content .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:799px){.page_news_show .page_content .text ol li{margin-bottom:1.5em}}@media only screen and (max-width:799px){.page_news_show .page_content .text a{color:#d21113;text-decoration:underline}.page_news_show .page_content .text a:link,.page_news_show .page_content .text a:visited{color:#d21113}}@media only screen and (max-width:799px){.page_news_show .page_content .text .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:799px){.page_news_show .page_content .text span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:799px){.page_news_show .page_content .text big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:799px){.page_news_show .page_content .text small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:799px){.page_news_show .page_content .text h1,.page_news_show .page_content .text h2,.page_news_show .page_content .text h3,.page_news_show .page_content .text h4,.page_news_show .page_content .text h5,.page_news_show .page_content .text h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:799px){.page_news_show .page_content .text iframe{width:100%}}@media only screen and (max-width:799px){.page_news_show .page_content .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:799px) and (max-width:640px){.page_news_show .page_content .text .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:799px){.page_news_show .page_content .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_news_show .page_content .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_news_show .page_content .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:799px){.page_news_show .page_content .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:799px) and (max-width:640px){.page_news_show .page_content .text .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:799px){.page_news_show .page_content .text .editor_swiper .swiper-pagination-bullet{background:#000}}.page_news_show .page_content .text p:first-child{margin-top:0}.page_tenders{position:relative}.page_tenders .content{width:80%;margin:auto}@media only screen and (max-width:1023px){.page_tenders .content{width:90%}}.page_tenders .content .top .page_title{margin:2.1053vw 0;padding:0}@media only screen and (max-width:1023px){.page_tenders .content .top .page_title{margin:20px 0;font-size:35px}}.page_tenders .content .top small{font-family:OpenSans-SemiBold;font-size:1.4737vw;text-align:center;display:block}@media only screen and (max-width:1023px){.page_tenders .content .top small{font-size:18px}}@media only screen and (max-width:639px){.page_tenders .content .top small{font-size:16px}}.page_tenders .content .top .necessary{width:80%;border:1px solid #d21113;position:relative;margin:70px auto 0;display:flex;flex-direction:column;align-items:center;padding:1.8421vw 0 2.1053vw}@media only screen and (max-width:1023px){.page_tenders .content .top .necessary{margin:35px auto 0;padding:35px 0 40px}}@media only screen and (max-width:639px){.page_tenders .content .top .necessary{padding:50px 0 60px;width:100%}}.page_tenders .content .top .necessary .title_bg{width:70%;height:3.6842vw;font-family:OpenSans-SemiBold;font-size:2.1053vw;position:absolute;top:-1.8421vw;margin:auto;color:#d21113;background-color:#f4f4f4;text-align:center}@media only screen and (max-width:1023px){.page_tenders .content .top .necessary .title_bg{height:36px;font-size:20px;top:-18px;width:80%}}@media only screen and (max-width:799px){.page_tenders .content .top .necessary .title_bg{width:90%;top:-14px}}.page_tenders .content .top .necessary .team_button{height:3.1579vw;margin:auto;position:absolute;bottom:-1.5789vw}@media only screen and (max-width:1279px){.page_tenders .content .top .necessary .team_button{height:auto;bottom:-25px}}.page_tenders .content .top .necessary .team_button:after{content:none}.page_tenders .content .top .necessary .item{width:60%;margin:15px auto 0;display:flex}@media only screen and (max-width:1023px){.page_tenders .content .top .necessary .item{width:90%}}.page_tenders .content .top .necessary .item .icon{width:5.7895vw;height:5.7895vw;display:flex;justify-content:center;align-items:center;color:#d21113;font-family:OpenSans-Bold;border-radius:50%;font-size:3.6842vw;background-color:#fff}@media only screen and (max-width:1023px){.page_tenders .content .top .necessary .item .icon{font-size:35px;width:55px;height:55px}}.page_tenders .content .top .necessary .item .title{width:calc(100% - 5.7895vw - 18px);font-size:1.2632vw;margin-top:1.3158vw;margin-left:18px}@media only screen and (max-width:1023px){.page_tenders .content .top .necessary .item .title{font-size:16px;margin-top:10px;margin-left:15px;width:calc(100% - 40px)}}.page_tenders .content .top .bottom_text{width:80%;margin:2.6316vw auto 0;text-align:center;font-size:1.3158vw}@media only screen and (max-width:1279px){.page_tenders .content .top .bottom_text{margin:30px auto 0}}@media only screen and (max-width:1023px){.page_tenders .content .top .bottom_text{font-size:16px;margin:45px auto 0}}.page_tenders .content section{margin-bottom:30.5263vw}.page_tenders .content section .page_title{margin-top:8.9474vw}@media only screen and (max-width:1023px){.page_tenders .content section .page_title{font-size:35px}}@media only screen and (max-width:639px){.page_tenders .content section .table_wrap{position:relative;overflow-x:scroll;width:100%}}.page_tenders .content section table{border-collapse:collapse;border:3px solid #f4f4f4;font-size:1.2105vw}@media only screen and (max-width:1023px){.page_tenders .content section table{font-size:16px}}@media only screen and (max-width:639px){.page_tenders .content section table{width:1440px}}.page_tenders .content section table thead{background-color:#fff}.page_tenders .content section table tbody tr td{padding:1.5789vw 1.0526vw}@media only screen and (max-width:1023px){.page_tenders .content section table tbody tr td{padding:15px 10px}}.page_tenders .content section table td,.page_tenders .content section table th{padding:.9474vw 1.0526vw;border:2px solid #fff;font-weight:400;text-align:center}@media only screen and (max-width:1023px){.page_tenders .content section table td,.page_tenders .content section table th{padding:18px 20px}}.page_tenders .content section table td strong,.page_tenders .content section table th strong{font-weight:400;font-family:OpenSans-Bold;font-size:1.0526vw;line-height:1.54}@media only screen and (max-width:1023px){.page_tenders .content section table td strong,.page_tenders .content section table th strong{font-size:16px}}.page_tenders .content section table .left{text-align:left}.page_tenders .fon{width:85%;height:25.1053vw;background:url(/images/tenders_fon.svg?5a422af5fc4738323d1c6dec86a46cd2) no-repeat 50%;background-size:contain;position:absolute;left:0;bottom:0}@media only screen and (max-width:639px){.page_tenders .fon{display:none}}@media only screen and (max-width:800px){.dealer_section .page_title div,.dealer_section .page_title h1,.page_dealer .page_title div,.page_dealer .page_title h1{font-size:35px}}.dealer_section .contain .cities,.page_dealer .contain .cities{display:flex;flex-wrap:wrap}.dealer_section .contain .cities .item,.page_dealer .contain .cities .item{width:33.3333333333%;padding:5px 1.5789vw 10px}@media only screen and (max-width:800px){.dealer_section .contain .cities .item,.page_dealer .contain .cities .item{width:50%}}@media only screen and (max-width:639px){.dealer_section .contain .cities .item,.page_dealer .contain .cities .item{width:100%;padding:25px 0}}.dealer_section .contain .cities .item .box .title,.page_dealer .contain .cities .item .box .title{font-size:1.5789vw;text-align:center;text-transform:uppercase}@media only screen and (max-width:1365px){.dealer_section .contain .cities .item .box .title,.page_dealer .contain .cities .item .box .title{font-size:25px}}@media only screen and (max-width:639px){.dealer_section .contain .cities .item .box .title,.page_dealer .contain .cities .item .box .title{margin-bottom:20px;font-size:35px}}.dealer_section .contain .cities .item .box ul,.page_dealer .contain .cities .item .box ul{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:1.5789vw}@media only screen and (max-width:639px){.dealer_section .contain .cities .item .box ul,.page_dealer .contain .cities .item .box ul{margin-top:0}}.dealer_section .contain .cities .item .box ul li,.page_dealer .contain .cities .item .box ul li{width:calc(50% - 1.8421vw);font-size:.8421vw;margin-bottom:7px}@media only screen and (max-width:1365px){.dealer_section .contain .cities .item .box ul li,.page_dealer .contain .cities .item .box ul li{font-size:14px}}@media only screen and (max-width:1023px){.dealer_section .contain .cities .item .box ul li,.page_dealer .contain .cities .item .box ul li{font-size:16px}}@media only screen and (max-width:639px){.dealer_section .contain .cities .item .box ul li,.page_dealer .contain .cities .item .box ul li{width:100%;text-align:center}}.dealer_section .contain .cities .item .box ul li button,.page_dealer .contain .cities .item .box ul li button{outline:none;background-color:transparent;border:none;cursor:pointer;text-align:left;font-family:OpenSans-Regular}.dealer_section .contain .cities .item .box ul li .active,.page_dealer .contain .cities .item .box ul li .active{color:#d21113;text-decoration:underline}.dealer_section .contain .map,.page_dealer .contain .map{height:25.5263vw;margin-top:30px;background-color:#999;display:flex;justify-content:flex-end;align-items:center;position:relative;border-radius:30px;overflow:hidden}@media only screen and (max-width:1023px){.dealer_section .contain .map,.page_dealer .contain .map{display:block;height:auto;border-radius:0;background:none;overflow:auto}}.dealer_section .contain .map #map,.page_dealer .contain .map #map{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media only screen and (max-width:1023px){.dealer_section .contain .map #map,.page_dealer .contain .map #map{position:relative;height:400px}}@media only screen and (max-width:639px){.dealer_section .contain .map #map,.page_dealer .contain .map #map{height:500px}}.dealer_section .contain .map .white,.page_dealer .contain .map .white{width:22.6316vw;height:calc(100% - 3.1579vw);background-color:#fff;padding:1.5789vw 1.9474vw;position:absolute;right:1.5789vw;top:1.5789vw;z-index:2}@media only screen and (max-width:1023px){.dealer_section .contain .map .white,.page_dealer .contain .map .white{width:310px;position:relative;height:auto;right:0}}@media only screen and (max-width:639px){.dealer_section .contain .map .white,.page_dealer .contain .map .white{top:auto;margin-top:25px;width:100%;padding:35px 30px}}.dealer_section .contain .map .white .title,.page_dealer .contain .map .white .title{font-family:OpenSans-Bold;font-size:1.2105vw;color:#d21113;padding-left:45px}@media only screen and (max-width:1023px){.dealer_section .contain .map .white .title,.page_dealer .contain .map .white .title{font-size:23px;padding-left:0}}@media only screen and (max-width:639px){.dealer_section .contain .map .white .title,.page_dealer .contain .map .white .title{font-size:18px}}.dealer_section .contain .map .white ul,.page_dealer .contain .map .white ul{margin-top:1.0526vw}@media only screen and (max-width:639px){.dealer_section .contain .map .white ul,.page_dealer .contain .map .white ul{margin-top:15px}}.dealer_section .contain .map .white ul li,.page_dealer .contain .map .white ul li{display:flex;flex-wrap:wrap;margin-bottom:.7895vw}@media only screen and (max-width:639px){.dealer_section .contain .map .white ul li,.page_dealer .contain .map .white ul li{margin-bottom:10px}}.dealer_section .contain .map .white ul li.hidden,.page_dealer .contain .map .white ul li.hidden{display:none}.dealer_section .contain .map .white ul li .ico,.page_dealer .contain .map .white ul li .ico{width:28px;height:28px;margin-right:17px}.dealer_section .contain .map .white ul li .ico_address,.page_dealer .contain .map .white ul li .ico_address{background:url(/images/ico_red_map.svg?cc246b9aa9e9b5a370e1bf23c47d17b9) no-repeat 50%;background-size:contain}.dealer_section .contain .map .white ul li .ico_phone,.page_dealer .contain .map .white ul li .ico_phone{background:url(/images/ico_red_phone.svg?42e982806f37209d567784e8eaecd9b8) no-repeat 50%;background-size:contain}.dealer_section .contain .map .white ul li .ico_email,.page_dealer .contain .map .white ul li .ico_email{background:url(/images/ico_red_email.svg?45a15304319b837ecf979cef30542f50) no-repeat 50%;background-size:contain}.dealer_section .contain .map .white ul li .ico_work,.page_dealer .contain .map .white ul li .ico_work{background:url(/images/ico_red_work.svg?4d954781a073abd4371ed0b14c97c70b) no-repeat 50%;background-size:contain}.dealer_section .contain .map .white ul li a,.dealer_section .contain .map .white ul li address,.dealer_section .contain .map .white ul li p,.page_dealer .contain .map .white ul li a,.page_dealer .contain .map .white ul li address,.page_dealer .contain .map .white ul li p{text-decoration:none;color:#464343;width:calc(100% - 45px);font-size:18px;line-height:1.5;font-style:normal;margin:0}.dealer_section .contain .map .white ul li a:link,.dealer_section .contain .map .white ul li a:visited,.dealer_section .contain .map .white ul li address:link,.dealer_section .contain .map .white ul li address:visited,.dealer_section .contain .map .white ul li p:link,.dealer_section .contain .map .white ul li p:visited,.page_dealer .contain .map .white ul li a:link,.page_dealer .contain .map .white ul li a:visited,.page_dealer .contain .map .white ul li address:link,.page_dealer .contain .map .white ul li address:visited,.page_dealer .contain .map .white ul li p:link,.page_dealer .contain .map .white ul li p:visited{color:#464343}@media only screen and (max-width:639px){.dealer_section .contain .map .white ul li a,.dealer_section .contain .map .white ul li address,.dealer_section .contain .map .white ul li p,.page_dealer .contain .map .white ul li a,.page_dealer .contain .map .white ul li address,.page_dealer .contain .map .white ul li p{font-size:14px}}.dealer_section .contain .map .white ul li .templink,.page_dealer .contain .map .white ul li .templink{margin-left:45px}.dealer_section .contain .map .white ul li a,.page_dealer .contain .map .white ul li a{text-decoration:none;color:#d21113;text-decoration:underline}.dealer_section .contain .map .white ul li a:link,.dealer_section .contain .map .white ul li a:visited,.page_dealer .contain .map .white ul li a:link,.page_dealer .contain .map .white ul li a:visited{color:#d21113}.dealer_section .contain .map .white ul li a:not(:last-child):after,.page_dealer .contain .map .white ul li a:not(:last-child):after{content:", ";text-decoration:none;color:#464343}@media only screen and (max-width:1023px){.page_contact .page_title{font-size:55px}}@media only screen and (max-width:639px){.page_contact .page_title{font-size:35px}}.page_contact .block{width:80%;position:relative;margin:0 auto 3.4211vw;line-height:1.4}@media only screen and (max-width:1023px){.page_contact .block{width:90%}}.page_contact .block:after{content:"";display:block;width:31.5789vw;height:34.2105vw;background:url(/images/contact_fon.svg?34b15da3f53d7d366a5dc996075fd79b) no-repeat 50%;background-size:contain;position:absolute;right:0;bottom:-6.5789vw}@media only screen and (max-width:639px){.page_contact .block:after{bottom:60px;width:265px;height:290px;right:50%;transform:translateX(50%)}}.page_contact .block .flex{width:80%;height:100%;margin:auto;display:flex;flex-direction:row-reverse;justify-content:space-between}@media only screen and (max-width:1279px){.page_contact .block .flex{width:100%}}@media only screen and (max-width:639px){.page_contact .block .flex{flex-direction:column;position:relative;padding-top:130px}}@media only screen and (max-width:374px){.page_contact .block .flex{padding-top:160px}}.page_contact .block .flex .info,.page_contact .block .flex form{width:calc(50% - 2vw)}@media only screen and (max-width:639px){.page_contact .block .flex .info,.page_contact .block .flex form{width:100%}}.page_contact .block .flex form .header .title{font-size:1.5789vw}@media only screen and (max-width:1024px){.page_contact .block .flex form .header .title{font-size:30px}}@media only screen and (max-width:1023px){.page_contact .block .flex form .header .title{font-size:25px}}.page_contact .block .flex form .header .desc{font-size:1.0526vw;margin:1.5789vw 0}@media only screen and (max-width:1024px){.page_contact .block .flex form .header .desc{font-size:16px;margin:5px 0 40px}}.page_contact .block .flex form input,.page_contact .block .flex form select,.page_contact .block .flex form textarea{width:100%;height:2.6316vw;background-color:#eeecec;font-size:.9474vw;padding:.7895vw 1.3158vw;margin-bottom:1.3158vw;border:transparent}@media only screen and (max-width:1024px){.page_contact .block .flex form input,.page_contact .block .flex form select,.page_contact .block .flex form textarea{font-size:18px;padding:15px 20px;height:auto;margin-bottom:15px}}.page_contact .block .flex form input option,.page_contact .block .flex form select option,.page_contact .block .flex form textarea option{font-size:.9474vw}@media only screen and (max-width:1024px){.page_contact .block .flex form input option,.page_contact .block .flex form select option,.page_contact .block .flex form textarea option{font-size:18px}}.page_contact .block .flex form .select{margin-bottom:1.3158vw;font-size:.9474vw;border:transparent;border-radius:0;background:#eeecec;color:#464343}@media only screen and (max-width:1024px){.page_contact .block .flex form .select{font-size:18px;margin-bottom:15px}}.page_contact .block .flex form .select .title{font-size:.9474vw;border:transparent;border-radius:0;background:#eeecec}@media only screen and (max-width:1024px){.page_contact .block .flex form .select .title{font-size:18px}}.page_contact .block .flex form .select .title:after{content:"";background-image:url(/images/arrow_down_red.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:.7895vw;height:.3158vw;transform-origin:center;transition:all .35s ease}@media only screen and (max-width:1024px){.page_contact .block .flex form .select .title:after{width:15px;height:6px}}.page_contact .block .flex form .select .item{font-size:.9474vw;background:#eeecec}@media only screen and (max-width:1024px){.page_contact .block .flex form .select .item{font-size:18px}}.page_contact .block .flex form .select .item:hover{background:#fff}.page_contact .block .flex form textarea{height:14.2105vw}@media only screen and (max-width:1024px){.page_contact .block .flex form textarea{height:270px}}.page_contact .block .flex form p{font-size:.9474vw}@media only screen and (max-width:1024px){.page_contact .block .flex form p{font-size:18px}}@media only screen and (max-width:1023px){.page_contact .block .flex form p{font-size:16px;margin:5px 0 40px}}.page_contact .block .flex form p span{color:#d21113}@media only screen and (max-width:639px){.page_contact .block .flex form .team_button{width:100%;font-size:18px}}.page_contact .block .flex .info .title{font-size:1.5789vw;line-height:1.3}@media only screen and (max-width:1024px){.page_contact .block .flex .info .title{font-size:20px}}@media only screen and (max-width:639px){.page_contact .block .flex .info .title{font-size:18px;position:absolute;top:0;left:0}}.page_contact .block .flex .info .desc{font-size:.9474vw;margin-top:3.6842vw}@media only screen and (max-width:1024px){.page_contact .block .flex .info .desc{font-size:16px;margin-top:25px}}@media only screen and (max-width:639px){.page_contact .block .flex .info .desc{margin:60px 0 50px}}.page_financial_services .block{padding:0 7.6316vw}.page_financial_services .block .flex{display:flex;justify-content:space-between;margin-bottom:5.2632vw}@media only screen and (max-width:1023px){.page_financial_services .block .flex{flex-direction:column}}.page_financial_services .block .flex .p{width:calc(50% - 2.1053vw);font-size:1.4211vw}@media only screen and (max-width:1023px){.page_financial_services .block .flex .p{width:100%;font-size:19px}}.page_financial_services .block .white_block{margin-bottom:4.2105vw;background-color:#fff;padding:3.1579vw 7.8947vw;position:relative}@media only screen and (max-width:639px){.page_financial_services .block .white_block{margin-bottom:30px}}.page_financial_services .block .white_block .title{font-family:OpenSans-Light;font-size:4.2105vw;text-align:center;margin-bottom:3.1579vw}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .title{font-size:36px}}@media only screen and (max-width:799px){.page_financial_services .block .white_block .title{margin-bottom:40px}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .title{margin:0 0 10px}}.page_financial_services .block .white_block .logo{width:13.9474vw;height:3.9474vw;background:url(/images/logo_finance.svg?a2a29727c2ba38796eab0b8002330e87) no-repeat 50%;background-size:contain;position:absolute;top:2.3684vw;right:1.8421vw}@media only screen and (max-width:639px){.page_financial_services .block .white_block .logo{width:100%;height:70px;position:static;margin:45px 0 60px}}.page_financial_services .block .white_block .text_l{width:70%;text-align:center;margin:auto;font-family:OpenSans-Bold;font-size:1.4211vw;white-space:pre-line}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .text_l{width:100%;font-size:16px;font-family:OpenSans-Regular}}.page_financial_services .block .white_block .block_image{margin:0 -1.4737vw;display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (max-width:799px){.page_financial_services .block .white_block .block_image{justify-content:flex-start}}.page_financial_services .block .white_block .block_image .image{width:25%;height:3.4211vw;padding:0 1.4737vw;margin-bottom:1.0526vw}@media only screen and (max-width:799px){.page_financial_services .block .white_block .block_image .image{width:33.3%;margin-bottom:20px}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .block_image .image{width:100%;height:65px;margin:13px 0}}.page_financial_services .block .white_block .block_image .image .box{height:100%;background:no-repeat 50%;background-size:contain}.page_financial_services .block .white_block .block_circle{display:flex;flex-wrap:wrap;margin:2.1053vw 0}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .block_circle{justify-content:center}}@media only screen and (max-width:799px){.page_financial_services .block .white_block .block_circle{margin:30px 0}}.page_financial_services .block .white_block .block_circle .item{width:15.2632vw;height:15.2632vw;background-color:#f4f4f4;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 3.4211vw;position:relative}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .block_circle .item{width:18vw;height:18vw;margin:1.5vw}}@media only screen and (max-width:799px){.page_financial_services .block .white_block .block_circle .item{width:28vw;height:28vw;margin-bottom:20px}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .block_circle .item{width:60vw;height:60vw;margin-bottom:35px}}.page_financial_services .block .white_block .block_circle .item:after{content:"";width:1px;height:80%;display:block;background-color:#d21113;position:absolute;right:-3.4211vw}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .block_circle .item:after{display:none}}.page_financial_services .block .white_block .block_circle .item:last-child:after{display:none}.page_financial_services .block .white_block .block_circle .item span{width:70%;font-size:1vw;text-align:center}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .block_circle .item span{font-size:10px}}@media only screen and (max-width:799px){.page_financial_services .block .white_block .block_circle .item span{font-size:13px}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .block_circle .item span{font-size:20px}}@media only screen and (max-width:479px){.page_financial_services .block .white_block .block_circle .item span{font-size:14px}}.page_financial_services .block .white_block .block_circle .item .title_c{font-size:2.6316vw;margin:1.8421vw 0 2.1053vw}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .block_circle .item .title_c{margin:10px 0;font-size:25px}}@media only screen and (max-width:799px){.page_financial_services .block .white_block .block_circle .item .title_c{margin:15px 0;font-size:28px}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .block_circle .item .title_c{margin:25px 0;font-size:60px}}@media only screen and (max-width:479px){.page_financial_services .block .white_block .block_circle .item .title_c{margin:15px 0;font-size:45px}}@media only screen and (max-width:374px){.page_financial_services .block .white_block .block_circle .item .title_c{font-size:35px}}.page_financial_services .block .white_block .text_b{width:80%;font-family:OpenSans-Bold;font-size:1.0526vw;margin:0 auto 3.6842vw;text-align:center;white-space:pre-line}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .text_b{font-size:15px}}@media only screen and (max-width:799px){.page_financial_services .block .white_block .text_b{font-size:16px;margin:0 auto 50px;line-height:1.2}}@media only screen and (max-width:320px){.page_financial_services .block .white_block .text_b{width:100%}}.page_financial_services .block .white_block .infos{display:flex;flex-wrap:wrap}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos{flex-direction:column}}.page_financial_services .block .white_block .infos .title_i{font-family:OpenSans-Light;font-size:1.8421vw;padding-bottom:1.3158vw;border-bottom:1px solid #707070;text-transform:uppercase;word-wrap:break-word}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .title_i{font-size:20px}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .title_i{font-size:35px;text-align:center;padding-bottom:20px;margin-bottom:20px}}@media only screen and (max-width:479px){.page_financial_services .block .white_block .infos .title_i{font-size:30px}}.page_financial_services .block .white_block .infos .item{width:50%;margin-bottom:3.6842vw}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item{width:100%;margin-bottom:60px}}.page_financial_services .block .white_block .infos .item .box{width:calc(100% - 2.1053vw)}.page_financial_services .block .white_block .infos .item .editor{font-family:OpenSans-Regular;font-size:1.0526vw;line-height:1.6}.page_financial_services .block .white_block .infos .item .editor blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor blockquote{margin:15px 0}}.page_financial_services .block .white_block .infos .item .editor blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_financial_services .block .white_block .infos .item .editor img{max-width:100%!important;height:auto!important}.page_financial_services .block .white_block .infos .item .editor b,.page_financial_services .block .white_block .infos .item .editor em,.page_financial_services .block .white_block .infos .item .editor i,.page_financial_services .block .white_block .infos .item .editor strong{font-family:OpenSans-Regular}.page_financial_services .block .white_block .infos .item .editor p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_financial_services .block .white_block .infos .item .editor ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_financial_services .block .white_block .infos .item .editor ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_financial_services .block .white_block .infos .item .editor ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_financial_services .block .white_block .infos .item .editor ol li{margin-bottom:1.5em}.page_financial_services .block .white_block .infos .item .editor a{color:#d21113;text-decoration:underline}.page_financial_services .block .white_block .infos .item .editor a:link,.page_financial_services .block .white_block .infos .item .editor a:visited{color:#d21113}.page_financial_services .block .white_block .infos .item .editor .youtube-embed-wrapper{width:100%!important}.page_financial_services .block .white_block .infos .item .editor span{font-family:OpenSans-Regular;text-decoration:none}.page_financial_services .block .white_block .infos .item .editor big{font-size:1.4em;font-family:OpenSans-Regular}.page_financial_services .block .white_block .infos .item .editor small{font-size:1.2em;font-family:OpenSans-Regular}.page_financial_services .block .white_block .infos .item .editor h1,.page_financial_services .block .white_block .infos .item .editor h2,.page_financial_services .block .white_block .infos .item .editor h3,.page_financial_services .block .white_block .infos .item .editor h4,.page_financial_services .block .white_block .infos .item .editor h5,.page_financial_services .block .white_block .infos .item .editor h6{font-family:OpenSans-Bold;font-size:1.4em}.page_financial_services .block .white_block .infos .item .editor iframe{width:100%}.page_financial_services .block .white_block .infos .item .editor .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper{margin:25px auto 35px}}.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-slide .slide_inner{width:100%}.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-pagination{padding:15px 0}}.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor{font-family:OpenSans-Regular;font-size:14px;line-height:1.6}.page_financial_services .block .white_block .infos .item .editor blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor blockquote{margin:15px 0}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1023px) and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor b,.page_financial_services .block .white_block .infos .item .editor em,.page_financial_services .block .white_block .infos .item .editor i,.page_financial_services .block .white_block .infos .item .editor strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_financial_services .block .white_block .infos .item .editor ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_financial_services .block .white_block .infos .item .editor ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor ol li{margin-bottom:1.5em}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor a{color:#d21113;text-decoration:underline}.page_financial_services .block .white_block .infos .item .editor a:link,.page_financial_services .block .white_block .infos .item .editor a:visited{color:#d21113}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor h1,.page_financial_services .block .white_block .infos .item .editor h2,.page_financial_services .block .white_block .infos .item .editor h3,.page_financial_services .block .white_block .infos .item .editor h4,.page_financial_services .block .white_block .infos .item .editor h5,.page_financial_services .block .white_block .infos .item .editor h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor iframe{width:100%}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1023px) and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-slide .slide_inner{width:100%}.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1023px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-pagination-bullet{background:#000}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor{font-family:OpenSans-Regular;font-size:16px;line-height:1.6}.page_financial_services .block .white_block .infos .item .editor blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:639px) and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor blockquote{margin:15px 0}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:639px) and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor b,.page_financial_services .block .white_block .infos .item .editor em,.page_financial_services .block .white_block .infos .item .editor i,.page_financial_services .block .white_block .infos .item .editor strong{font-family:OpenSans-Regular}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_financial_services .block .white_block .infos .item .editor ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_financial_services .block .white_block .infos .item .editor ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor ol li{margin-bottom:1.5em}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor a{color:#d21113;text-decoration:underline}.page_financial_services .block .white_block .infos .item .editor a:link,.page_financial_services .block .white_block .infos .item .editor a:visited{color:#d21113}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor h1,.page_financial_services .block .white_block .infos .item .editor h2,.page_financial_services .block .white_block .infos .item .editor h3,.page_financial_services .block .white_block .infos .item .editor h4,.page_financial_services .block .white_block .infos .item .editor h5,.page_financial_services .block .white_block .infos .item .editor h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor iframe{width:100%}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:639px) and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-slide .slide_inner{width:100%}.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:639px) and (max-width:640px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor .editor_swiper .swiper-pagination-bullet{background:#000}}.page_financial_services .block .white_block .infos .item .editor ul li{margin-bottom:0}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .item .editor p{margin:20px 0}}.page_financial_services .block .white_block .infos .full,.page_financial_services .block .white_block .infos .full .item{width:100%}.page_financial_services .block .white_block .infos .full .flex{flex-wrap:wrap}.page_financial_services .block .white_block .infos .full .editor table{width:100%;border-collapse:collapse;border:none}.page_financial_services .block .white_block .infos .full .editor table td{width:50%}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .full .editor table td{width:100%}}.page_financial_services .block .white_block .infos .full .editor table td,.page_financial_services .block .white_block .infos .full .editor table tr{border:none}@media only screen and (max-width:639px){.page_financial_services .block .white_block .infos .full .editor table td,.page_financial_services .block .white_block .infos .full .editor table tr{display:block}}.page_financial_services .block .white_block .center{display:flex;justify-content:center}@media only screen and (max-width:639px){.page_history{background:#fff}}@media only screen and (max-width:1023px){.page_history .page_title{font-size:55px}}@media only screen and (max-width:799px){.page_history .page_title{font-size:35px;padding:25px var(--container-padding)}}.page_history .block{display:flex;justify-content:flex-end;position:relative}@media only screen and (max-width:799px){.page_history .block{flex-direction:column}}.page_history .block .parent_scroll_aside{width:21.0526vw;padding-left:var(--container-padding);padding-right:2.6316vw}.page_history .block .parent_scroll_aside.mobile{display:none}@media only screen and (max-width:799px){.page_history .block .parent_scroll_aside.mobile{display:block;margin:40px 0;padding:10px 0}}@media only screen and (max-width:1023px){.page_history .block .parent_scroll_aside{width:200px;padding-right:25px}}@media only screen and (max-width:799px){.page_history .block .parent_scroll_aside{width:100%;overflow-x:scroll;margin-bottom:40px;padding-bottom:10px}}@media only screen and (max-width:799px){.page_history .block .parent_scroll_aside .aside_history{display:flex;width:auto;padding:0 25px}}.page_history .block .parent_scroll_aside .item{padding:.5263vw 1.8421vw;display:flex;align-items:center;justify-content:space-between;font-size:1.4211vw;font-family:OpenSans-SemiBold;position:relative;color:#464343;margin-left:-1.8421vw;margin-bottom:.5263vw;transition:all .35s ease;cursor:pointer}@media only screen and (max-width:1023px){.page_history .block .parent_scroll_aside .item{font-size:16px;padding:5px 15px;margin-left:-15px;margin-bottom:10px}}@media only screen and (max-width:799px){.page_history .block .parent_scroll_aside .item{flex-shrink:0;background:#d21113;color:#fff;font-size:35px;font-family:OpenSans-Bold;margin:0 15px;border-radius:30px;padding:10px 30px}}.page_history .block .parent_scroll_aside .item.active{background:#d21113;color:#fff;font-family:OpenSans-Bold;font-size:1.8421vw}@media only screen and (max-width:1023px){.page_history .block .parent_scroll_aside .item.active{font-size:20px}}@media only screen and (max-width:799px){.page_history .block .parent_scroll_aside .item.active{font-size:35px}}.page_history .block .parent_scroll_aside .item.active:after{opacity:1}.page_history .block .parent_scroll_aside .item:after{content:"";background-image:url(/images/arrow_next.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:1.8421vw;height:1.0526vw;opacity:0}@media only screen and (max-width:1023px){.page_history .block .parent_scroll_aside .item:after{width:25px;height:10px}}@media only screen and (max-width:799px){.page_history .block .parent_scroll_aside .item:after{display:none}}.page_history .block .histories{width:calc(100% - 21.0526vw);background-color:#fff;padding:1.3158vw var(--container-padding) 9.2105vw 3.6842vw}@media only screen and (max-width:1023px){.page_history .block .histories{width:calc(100% - 200px);padding:15px var(--container-padding) 80px 35px}}@media only screen and (max-width:799px){.page_history .block .histories{width:100%;padding:15px}}.page_history .block .histories .item{display:none;min-height:15.7895vw;margin-bottom:2.3684vw;position:relative}@media only screen and (max-width:1023px){.page_history .block .histories .item{margin-bottom:25px;min-height:150px}}@media only screen and (max-width:799px){.page_history .block .histories .item{margin-bottom:40px;flex-direction:column;height:auto}}.page_history .block .histories .item .image{width:29.2105vw;height:100%}@media only screen and (max-width:1023px){.page_history .block .histories .item .image{width:275px}}@media only screen and (max-width:799px){.page_history .block .histories .item .image{width:100%;height:65vw}}.page_history .block .histories .item .image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.page_history .block .histories .item .text{width:calc(100% - 29.2105vw);position:relative;height:100%;padding-left:2.3684vw;color:#464343}@media only screen and (max-width:1023px){.page_history .block .histories .item .text{width:calc(100% - 275px);padding-left:25px}}@media only screen and (max-width:799px){.page_history .block .histories .item .text{width:100%;padding-left:0;padding-top:15px}}.page_history .block .histories .item .text .year{font-size:1.8421vw;font-family:OpenSans-Bold;padding-bottom:.5263vw;position:relative}@media only screen and (max-width:1023px){.page_history .block .histories .item .text .year{font-size:25px;padding-bottom:10px}}@media only screen and (max-width:799px){.page_history .block .histories .item .text .year{text-align:center;font-size:35px}}.page_history .block .histories .item .text .year:after{content:"";height:1px;background:#d21113;position:absolute;right:0;bottom:0;width:calc(100% + 7.6316vw)}@media only screen and (max-width:1023px){.page_history .block .histories .item .text .year:after{width:calc(100% + 70px)}}@media only screen and (max-width:799px){.page_history .block .histories .item .text .year:after{display:none}}.page_history .block .histories .item .text .desc{margin-top:.7895vw;line-height:1.4;font-size:1.4211vw;white-space:pre-line}@media only screen and (max-width:1023px){.page_history .block .histories .item .text .desc{margin-top:10px;font-size:20px}}@media only screen and (max-width:799px){.page_history .block .histories .item .text .desc{font-size:16px}}.page_production{position:relative}.page_production.animated:before{opacity:.6}.page_production.dealer:before{content:none}.page_production:before{content:"";width:55%;height:68.4211vw;background:url(/images/apple.svg?82ef0f210579dc3e8a12192aed5eb603) no-repeat 50%;background-size:contain;position:absolute;top:25vw;right:-12%;z-index:1;opacity:0;transition:all 1s ease;pointer-events:none}@media only screen and (max-width:1440px){.page_production:before{top:65vh}}@media only screen and (max-width:1023px){.page_production:before{display:none}}.page_production .swiper-navigation .next:hover:after,.page_production .swiper-navigation .prev:hover:after{filter:none}.page_production .presentation_wrap .presentation_desc .text{max-width:61.8421vw}@media only screen and (max-width:1023px){.page_production .presentation_wrap .presentation_desc .text{max-width:90vw;padding:0 var(--container-padding)}}.page_production .basic{height:100vh;position:relative;display:flex;justify-content:center;z-index:0}.page_production .basic:before{content:"";width:100%;height:100%;display:block;background:linear-gradient(180deg,rgba(37,37,47,0),#25252f 71%,#25252f);position:absolute;top:0;left:0}.page_production .basic .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:no-repeat 50%;background-size:cover;z-index:-1}.page_production .basic .block{width:80%;position:absolute;bottom:0;z-index:1;color:#fff}.page_production .basic .block .page_title{font-family:OpenSans-Light;font-size:4.7368vw;text-align:center;text-transform:uppercase;letter-spacing:.4px;color:#fff;padding:0}.page_production .basic .block .mini{font-family:OpenSans-Light;font-size:2.1053vw;text-align:center}.page_production .basic .block .info{width:66%;border:1px solid #fff;padding:2.1053vw 3.4211vw;font-size:1.0526vw;margin:1.3158vw auto 3.9474vw;display:flex;justify-content:center;position:relative}.page_production .basic .block .info .box{width:100%;display:flex;justify-content:space-between}.page_production .basic .block .info .box address,.page_production .basic .block .info .box p{width:18.9474vw;font-style:normal;margin:0;line-height:1.65}.page_production .basic .block .info a{text-decoration:none;color:#fff;width:16.8421vw;height:45px;font-family:OpenSans-Bold;background-color:#d21113;position:absolute;bottom:-22.5px;display:flex;justify-content:center;align-items:center;text-decoration:underline}.page_production .basic .block .info a:link,.page_production .basic .block .info a:visited{color:#fff}.page_production .block_1{height:100vh;background-color:#f4f4f4;display:flex;justify-content:center;align-items:center}.page_production .block_1 span{width:62%;font-family:OpenSans-Light;font-size:2.6316vw;line-height:1.3}.page_production .block_2{background-color:#25252f;min-height:100vh}.page_production .block_2 .production_swipe_block_2{height:100%;position:relative}@media only screen and (max-width:639px){.page_production .block_2 .production_swipe_block_2{height:auto}}.page_production .block_2 .production_swipe_block_2 .swiper-slide{display:flex;justify-content:space-between}@media only screen and (max-width:639px){.page_production .block_2 .production_swipe_block_2 .swiper-slide{flex-direction:column}}.page_production .block_2 .production_swipe_block_2 .swiper-slide .item{position:relative;overflow:hidden;width:50%;height:100%;color:#fff;padding:10.5263vw 6.3158vw 10.5263vw 3.1579vw;line-height:1.4;transition:width 1s ease}@media only screen and (max-width:1023px){.page_production .block_2 .production_swipe_block_2 .swiper-slide .item{padding:100px 60px 100px 30px}}@media only screen and (max-width:639px){.page_production .block_2 .production_swipe_block_2 .swiper-slide .item{width:100%;height:auto;padding:100px var(--container-padding)}}.page_production .block_2 .production_swipe_block_2 .swiper-slide .item .title{font-family:OpenSans-SemiBold;font-size:2.1053vw}@media only screen and (max-width:1023px){.page_production .block_2 .production_swipe_block_2 .swiper-slide .item .title{font-size:20px}}.page_production .block_2 .production_swipe_block_2 .swiper-slide .item .line{width:60%;height:1px;margin:2.6316vw 0 2.6316vw -15%;background-color:#fff}@media only screen and (max-width:1023px){.page_production .block_2 .production_swipe_block_2 .swiper-slide .item .line{margin:25px 0 25px -15%}}.page_production .block_2 .production_swipe_block_2 .swiper-slide .item .desc{font-size:1.4211vw}@media only screen and (max-width:1023px){.page_production .block_2 .production_swipe_block_2 .swiper-slide .item .desc{font-size:16px}}.page_production .block_2 .production_swipe_block_2 .swiper-slide .item.image_container{width:0;padding:0;opacity:0;transition:all .35s ease}@media only screen and (max-width:639px){.page_production .block_2 .production_swipe_block_2 .swiper-slide .item.image_container{height:400px}}.page_production .block_2 .production_swipe_block_2 .swiper-slide .item.image_container.animated{width:50%}@media only screen and (max-width:639px){.page_production .block_2 .production_swipe_block_2 .swiper-slide .item.image_container.animated{width:100%}}.page_production .block_2 .production_swipe_block_2 .swiper-slide .item .image{position:absolute;right:0;top:0;width:50vw;height:100%;background:no-repeat 50%;background-size:cover}@media only screen and (max-width:639px){.page_production .block_2 .production_swipe_block_2 .swiper-slide .item .image{width:100vw}}.page_production .block_2 .production_swipe_block_2 .swiper-slide-active .item.image_container{opacity:1;transition:all 1s ease}.page_production .block_2 .production_swipe_block_2 .swiper-navigation{position:absolute;top:3.1579vw;left:3.1579vw}@media only screen and (max-width:1023px){.page_production .block_2 .production_swipe_block_2 .swiper-navigation{width:100px;top:30px;left:30px}}.page_production .block_2 .production_swipe_block_2 .image_swiper{position:absolute;height:100%;width:50%;right:0;top:0;overflow:hidden}@media only screen and (max-width:639px){.page_production .block_2 .production_swipe_block_2 .image_swiper{position:relative;width:100%;height:350px}}.page_production .block_2 .production_swipe_block_2 .image_swiper .swiper-slide{overflow:hidden}@media only screen and (max-width:639px){.page_production .block_2 .production_swipe_block_2 .image_swiper .swiper-slide{height:100%}}.page_production .block_2 .production_swipe_block_2 .image_swiper .swiper-slide .image{background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;right:0;top:0;width:50vw;height:100%}@media only screen and (max-width:639px){.page_production .block_2 .production_swipe_block_2 .image_swiper .swiper-slide .image{width:100vw}}.page_production .block_2 .production_swipe_block_2 .image_swiper .swiper-slide .image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45)}.page_production .block_3{background-color:#f4f4f4;height:auto}.page_production .block_3 .flex{height:100%;display:flex;justify-content:space-between}@media only screen and (max-width:639px){.page_production .block_3 .flex{flex-direction:column-reverse}}.page_production .block_3 .flex .image{position:relative;overflow:hidden;width:0;transition:width 1s ease}@media only screen and (max-width:639px){.page_production .block_3 .flex .image{height:400px}}.page_production .block_3 .flex .image.animated{width:36.8421vw}@media only screen and (max-width:1023px){.page_production .block_3 .flex .image.animated{width:40%}}@media only screen and (max-width:639px){.page_production .block_3 .flex .image.animated{width:100%}}.page_production .block_3 .flex .image img{position:absolute;width:36.8421vw;height:100%;left:0;top:0;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:1023px){.page_production .block_3 .flex .image img{width:40vw}}@media only screen and (max-width:639px){.page_production .block_3 .flex .image img{width:100vw}}.page_production .block_3 .flex .text{width:calc(100% - 36.8421vw);position:relative;line-height:1.4;padding:5.2632vw 8.9474vw 5.2632vw 4.2105vw}@media only screen and (max-width:1023px){.page_production .block_3 .flex .text{width:70%;padding:50px 85px 50px 40px}}@media only screen and (max-width:639px){.page_production .block_3 .flex .text{width:100%;padding:50px var(--container-padding)}}.page_production .block_3 .flex .text .title{font-family:OpenSans-SemiBold;font-size:2.1053vw}@media only screen and (max-width:1023px){.page_production .block_3 .flex .text .title{font-size:18px}}.page_production .block_3 .flex .text .line{width:40%;height:1px;margin:3.6842vw 0;background-color:#d21113}@media only screen and (max-width:1023px){.page_production .block_3 .flex .text .line{margin:35px 0}}.page_production .block_3 .flex .text .desc{font-size:1.4211vw}@media only screen and (max-width:1023px){.page_production .block_3 .flex .text .desc{font-size:14px}}.page_production .block_3 .flex .text .year{position:absolute;left:2.6316vw;bottom:-10.5263vw;font-family:OpenSans-Light;font-size:21.0526vw;color:#fff;z-index:-1}@media only screen and (max-width:1023px){.page_production .block_3 .flex .text .year{font-size:200px;left:25px;bottom:-100px}}.page_production .block_4{background-color:#25252f;padding:7.8947vw 0 6.3158vw;min-height:100vh}@media only screen and (max-width:1023px){.page_production .block_4{padding:75px 0 60px}}.page_production .block_4 .content .swiper-slide{display:flex}@media only screen and (max-width:639px){.page_production .block_4 .content .swiper-slide{flex-direction:column-reverse}}.page_production .block_4 .content .swiper-slide .item{width:50%;color:#fff;line-height:1.4}@media only screen and (max-width:639px){.page_production .block_4 .content .swiper-slide .item{width:100%;margin-bottom:25px}}.page_production .block_4 .content .swiper-slide .item .title{font-family:OpenSans-Light;font-size:2.6316vw;line-height:1.2}@media only screen and (max-width:1023px){.page_production .block_4 .content .swiper-slide .item .title{font-size:25px}}.page_production .block_4 .content .swiper-slide .item .image{height:31.0526vw;position:relative;overflow:hidden;margin:4.2105vw 0 1.8421vw;width:0;opacity:0;transition:all .35s ease}@media only screen and (max-width:1023px){.page_production .block_4 .content .swiper-slide .item .image{height:300px;margin:60px 0 18px}}.page_production .block_4 .content .swiper-slide .item .image.animated{width:100%}.page_production .block_4 .content .swiper-slide .item .image img{position:absolute;height:100%;width:calc(50vw - var(--container-padding));top:0;left:0;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:640px){.page_production .block_4 .content .swiper-slide .item .image img{width:100%}}.page_production .block_4 .content .swiper-slide .item .mini{text-align:center;font-size:2.1053vw}@media only screen and (max-width:1023px){.page_production .block_4 .content .swiper-slide .item .mini{font-size:20px}}.page_production .block_4 .content .swiper-slide .item .desc{height:100%;display:flex;align-items:center;font-family:OpenSans-SemiBold;font-size:1.5789vw;padding-right:6.0526vw}@media only screen and (max-width:1023px){.page_production .block_4 .content .swiper-slide .item .desc{font-size:18px}}@media only screen and (max-width:480px){.page_production .block_4 .content .swiper-slide .item .desc{font-size:16px}}.page_production .block_4 .content .swiper-slide-active .item .image{opacity:1;transition:all 1s ease}.page_production .block_4 .content .swiper-navigation{width:7.8947vw;top:2.6316vw;right:0}@media only screen and (max-width:1023px){.page_production .block_4 .content .swiper-navigation{width:100px;top:50px}}@media only screen and (max-width:639px){.page_production .block_4 .content .swiper-navigation{top:40px}}.page_production .block_4 .content .image_swiper{position:absolute;width:50%;right:0;top:0;overflow:hidden;height:31.0526vw;margin:8.4211vw 0 1.8421vw}@media only screen and (max-width:1023px){.page_production .block_4 .content .image_swiper{height:300px;margin:100px 0 18px;width:100%}}.page_production .block_4 .content .image_swiper .swiper-slide{overflow:hidden}@media only screen and (max-width:639px){.page_production .block_4 .content .image_swiper .swiper-slide{height:100%}}.page_production .block_4 .content .image_swiper .swiper-slide .image{background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;right:0;top:0;width:50vw;height:100%}@media only screen and (max-width:639px){.page_production .block_4 .content .image_swiper .swiper-slide .image{width:100vw}}.page_production .block_4 .content .image_swiper .swiper-slide .image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45)}.page_production .block_4 .down{display:flex;justify-content:space-between;margin-top:5.2632vw}@media only screen and (max-width:1023px){.page_production .block_4 .down{margin-top:50px}}@media only screen and (max-width:639px){.page_production .block_4 .down{flex-direction:column;align-items:center}}.page_production .block_4 .down .logo{width:25.5263vw;height:3.4211vw;background:url(/images/production_logo.svg?52d1eb535a1561147a2c22ae251db35e) no-repeat 50%;background-size:contain}@media only screen and (max-width:1023px){.page_production .block_4 .down .logo{width:240px;height:30px}}@media only screen and (max-width:639px){.page_production .block_4 .down .logo{margin-bottom:20px}}.page_production .block_4 .down a{text-decoration:none;color:#fff;text-decoration:underline;display:flex;align-items:center;font-size:20px}.page_production .block_4 .down a:link,.page_production .block_4 .down a:visited{color:#fff}.page_production .block_4 .down a:after{content:"";width:25px;height:13px;background:url(/images/curve_arrow.svg?2146df6c94f8c0de55841d6c3a6dd63e) no-repeat 50%;background-size:contain;margin-left:20px}.page_production .block_5{min-height:100vh;background-color:#f4f4f4}.page_production .block_5 .content{width:74%;padding:5.7895vw 0;margin:auto}@media only screen and (max-width:480px){.page_production .block_5 .content{width:100%;padding:30px var(--container-padding)}}.page_production .block_5 .content .text{font-family:OpenSans-Light;font-size:2.6316vw;line-height:1.2}@media only screen and (max-width:1023px){.page_production .block_5 .content .text{font-size:25px}}.page_production .block_5 .content .block{display:flex;margin:3.6842vw -5.2632vw 0}@media only screen and (max-width:1023px){.page_production .block_5 .content .block{margin:35px -50px 0}}@media only screen and (max-width:640px){.page_production .block_5 .content .block{flex-wrap:wrap}}.page_production .block_5 .content .block .item{width:33.3%;padding:0 5.2632vw}@media only screen and (max-width:1023px){.page_production .block_5 .content .block .item{padding:0 50px}}@media only screen and (max-width:640px){.page_production .block_5 .content .block .item{width:50%}}@media only screen and (max-width:480px){.page_production .block_5 .content .block .item{width:100%;padding:25px 50px}}.page_production .block_5 .content .block .item .box .red{height:8.6842vw;border-radius:50%;display:flex;justify-content:center;align-items:center;font-family:OpenSans-Bold;font-size:2.1053vw;background-color:#d21113;color:#fff}@media only screen and (max-width:1023px){.page_production .block_5 .content .block .item .box .red{height:80px;font-size:20px}}@media only screen and (max-width:480px){.page_production .block_5 .content .block .item .box .red{width:80%;margin:0 auto}}.page_production .block_5 .content .block .item .box .desc{margin:20px auto 0;font-size:1.2632vw;text-align:center}@media only screen and (max-width:1023px){.page_production .block_5 .content .block .item .box .desc{font-size:15px}}.page_production .block_6{min-height:100vh;background-color:#25252f}.page_production .block_6 .content{width:80%;padding:3.1579vw 0 6.3158vw;margin:auto}@media only screen and (max-width:1023px){.page_production .block_6 .content{padding:30px 0 60px}}.page_production .block_6 .content .title{font-family:OpenSans-Light;font-size:4.7368vw;color:#fff;text-align:center}@media only screen and (max-width:1023px){.page_production .block_6 .content .title{font-size:45px}}.page_production .block_6 .content .editor{margin-top:3.1579vw;font-family:OpenSans-Regular;font-size:1.2632vw;line-height:1.6;color:#fff}.page_production .block_6 .content .editor blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_production .block_6 .content .editor blockquote{margin:15px 0}}.page_production .block_6 .content .editor blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_production .block_6 .content .editor blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_production .block_6 .content .editor img{max-width:100%!important;height:auto!important}.page_production .block_6 .content .editor b,.page_production .block_6 .content .editor em,.page_production .block_6 .content .editor i,.page_production .block_6 .content .editor strong{font-family:OpenSans-Regular}.page_production .block_6 .content .editor p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_production .block_6 .content .editor ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_production .block_6 .content .editor ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_production .block_6 .content .editor ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_production .block_6 .content .editor ol li{margin-bottom:1.5em}.page_production .block_6 .content .editor a{color:#d21113;text-decoration:underline}.page_production .block_6 .content .editor a:link,.page_production .block_6 .content .editor a:visited{color:#d21113}.page_production .block_6 .content .editor .youtube-embed-wrapper{width:100%!important}.page_production .block_6 .content .editor span{font-family:OpenSans-Regular;text-decoration:none}.page_production .block_6 .content .editor big{font-size:1.4em;font-family:OpenSans-Regular}.page_production .block_6 .content .editor small{font-size:1.2em;font-family:OpenSans-Regular}.page_production .block_6 .content .editor h1,.page_production .block_6 .content .editor h2,.page_production .block_6 .content .editor h3,.page_production .block_6 .content .editor h4,.page_production .block_6 .content .editor h5,.page_production .block_6 .content .editor h6{font-family:OpenSans-Bold;font-size:1.4em}.page_production .block_6 .content .editor iframe{width:100%}.page_production .block_6 .content .editor .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_production .block_6 .content .editor .editor_swiper{margin:25px auto 35px}}.page_production .block_6 .content .editor .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_production .block_6 .content .editor .editor_swiper .swiper-slide .slide_inner{width:100%}.page_production .block_6 .content .editor .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_production .block_6 .content .editor .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_production .block_6 .content .editor .editor_swiper .swiper-pagination{padding:15px 0}}.page_production .block_6 .content .editor .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor{font-family:OpenSans-Regular;font-size:20px;line-height:1.6;margin-top:30px}.page_production .block_6 .content .editor blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_production .block_6 .content .editor blockquote{margin:15px 0}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1023px) and (max-width:640px){.page_production .block_6 .content .editor blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor b,.page_production .block_6 .content .editor em,.page_production .block_6 .content .editor i,.page_production .block_6 .content .editor strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_production .block_6 .content .editor ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_production .block_6 .content .editor ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor ol li{margin-bottom:1.5em}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor a{color:#d21113;text-decoration:underline}.page_production .block_6 .content .editor a:link,.page_production .block_6 .content .editor a:visited{color:#d21113}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor h1,.page_production .block_6 .content .editor h2,.page_production .block_6 .content .editor h3,.page_production .block_6 .content .editor h4,.page_production .block_6 .content .editor h5,.page_production .block_6 .content .editor h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor iframe{width:100%}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1023px) and (max-width:640px){.page_production .block_6 .content .editor .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_production .block_6 .content .editor .editor_swiper .swiper-slide .slide_inner{width:100%}.page_production .block_6 .content .editor .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_production .block_6 .content .editor .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1023px){.page_production .block_6 .content .editor .editor_swiper .swiper-pagination-bullet{background:#000}}.page_production .block_6 .content .editor ul li{margin-bottom:0}.page_production .block_6 .content .flex_end{display:flex;justify-content:flex-end;margin-top:3.1579vw}@media only screen and (max-width:1023px){.page_production .block_6 .content .flex_end{margin-top:30px}}.page_production .block_6 .content .flex_end .link{text-decoration:none;color:#fff;font-family:OpenSans-Bold;font-size:1.0526vw;display:flex}.page_production .block_6 .content .flex_end .link:link,.page_production .block_6 .content .flex_end .link:visited{color:#fff}@media only screen and (max-width:1023px){.page_production .block_6 .content .flex_end .link{font-size:15px}}.page_production .block_6 .content .flex_end .link:after{content:"";display:block;width:30px;height:17px;margin-left:10px;background:url(/images/curve_arrow.svg?2146df6c94f8c0de55841d6c3a6dd63e) no-repeat 50%;background-size:contain}.page_production .cargo{padding:0}.page_production .dealer .title{font-family:OpenSans-Light!important;font-size:4.2105vw!important;text-transform:uppercase;line-height:1.2}@media only screen and (max-width:1023px){.page_production .dealer .title{font-size:30px!important}}.page_production .dealer .line{margin:2.1053vw 0!important}@media only screen and (max-width:1023px){.page_production .dealer .line{margin:20px 0!important}}.page_autocentre:before{content:"";width:55%;height:68.4211vw;background:url(/images/apple.svg?82ef0f210579dc3e8a12192aed5eb603) no-repeat 50%;background-size:contain;position:absolute;top:25vw;right:-12%;z-index:1;opacity:.6;pointer-events:none}@media only screen and (max-width:1023px){.page_autocentre:before{top:70vh}}@media only screen and (max-width:639px){.page_autocentre:before{display:none}}.page_autocentre .presentation_desc .text{max-width:48.4211vw}@media only screen and (max-width:1023px){.page_autocentre .presentation_desc .text{max-width:90vw}}.page_autocentre .presentation_desc .text .year{position:absolute;right:100%;bottom:100%;background:#d21113;font-size:4.8421vw;font-family:OpenSans-Light;padding:.5263vw 1.0526vw;color:#fff}@media only screen and (max-width:1023px){.page_autocentre .presentation_desc .text .year{font-size:45px;padding:10px 20px;right:auto;left:0;bottom:110%}}.page_autocentre .status_year{background:#25252f;position:relative;height:36.5789vw;display:flex;justify-content:space-between}@media only screen and (max-width:1023px){.page_autocentre .status_year{height:520px}}@media only screen and (max-width:639px){.page_autocentre .status_year{height:640px;flex-direction:column}}.page_autocentre .status_year:before{content:"";position:absolute;top:0;left:50%;margin-left:-6.5789vw;width:13.1579vw;background:#d21113;height:1.0526vw;z-index:1}@media only screen and (max-width:1023px){.page_autocentre .status_year:before{height:15px;width:180px;margin-left:-90px}}.page_autocentre .status_year:after{content:"";width:28.9474vw;height:16.0526vw;background-image:url(/images/kz_map.png);background-size:contain;background-repeat:no-repeat;background-position:50%;position:absolute;bottom:0;left:50%;margin-left:-11.8421vw;margin-bottom:-7.8947vw}@media only screen and (max-width:1023px){.page_autocentre .status_year:after{width:320px;height:176px;margin-left:-160px;margin-bottom:-93.5px}}.page_autocentre .status_year .text{width:50%;display:flex;align-items:center;position:relative;overflow:hidden;padding:0 4.7368vw 0 3.1579vw;color:#fff}@media only screen and (max-width:1023px){.page_autocentre .status_year .text{width:100%;padding:45px 45px 45px 30px}}.page_autocentre .status_year .text .desc{font-size:1.4211vw;line-height:1.4}@media only screen and (max-width:1023px){.page_autocentre .status_year .text .desc{font-size:20px}}@media only screen and (max-width:639px){.page_autocentre .status_year .text .desc{font-size:15px}}.page_autocentre .status_year .text .year{position:absolute;font-size:22vw;bottom:-7.6316vw;left:0;opacity:.1;font-family:OpenSans-Light}@media only screen and (max-width:639px){.page_autocentre .status_year .text .year{top:0;bottom:auto;font-size:100px}}.page_autocentre .status_year .image{width:0;position:relative;overflow:hidden;transition:width 1s ease}@media only screen and (max-width:639px){.page_autocentre .status_year .image{height:50%}}.page_autocentre .status_year .image.animated{width:50%}@media only screen and (max-width:639px){.page_autocentre .status_year .image.animated{width:100%}}.page_autocentre .status_year .image .bg{position:absolute;right:0;top:0;width:50vw;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}@media only screen and (max-width:639px){.page_autocentre .status_year .image .bg{width:100vw}}.page_autocentre .service{padding-top:14.4737vw}@media only screen and (max-width:1023px){.page_autocentre .service{padding-top:135px}}.page_autocentre .service .inner{display:flex}@media only screen and (max-width:639px){.page_autocentre .service .inner{flex-direction:column-reverse}}.page_autocentre .service .inner .image{width:0;background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative;overflow:hidden;height:58.9474vw;transition:all 1s ease}@media only screen and (max-width:1023px){.page_autocentre .service .inner .image{height:700px}}@media only screen and (max-width:639px){.page_autocentre .service .inner .image{height:400px}}.page_autocentre .service .inner .image.animated{width:40%}@media only screen and (max-width:639px){.page_autocentre .service .inner .image.animated{width:100%}}.page_autocentre .service .inner .image .bg{position:absolute;top:0;left:0;width:40vw;height:100%}@media only screen and (max-width:639px){.page_autocentre .service .inner .image .bg{width:100vw}}.page_autocentre .service .inner .text{width:60%;padding-left:4.2105vw}@media only screen and (max-width:1023px){.page_autocentre .service .inner .text{padding-left:40px}}@media only screen and (max-width:639px){.page_autocentre .service .inner .text{width:100%;padding:30px var(--container-padding)}}.page_autocentre .service .inner .text .title{font-size:2.1053vw;font-family:OpenSans-Semibold;line-height:1.2;padding-bottom:1.8421vw}@media only screen and (max-width:1023px){.page_autocentre .service .inner .text .title{font-size:25px;padding-bottom:25px}}.page_autocentre .service .inner .text .desc{position:relative;padding-top:1.8421vw;font-size:1.4211vw;line-height:1.4}@media only screen and (max-width:1023px){.page_autocentre .service .inner .text .desc{padding-top:25px;font-size:20px}}.page_autocentre .service .inner .text .desc:before{content:"";position:absolute;left:0;top:0;width:35%;background:#d21113;height:1px}.page_autocentre .events{background:#25252f;position:relative}.page_autocentre .events .page_title{color:#fff;font-size:3.1579vw;font-family:OpenSans-Light;text-align:center;padding:5.2632vw 0}@media only screen and (max-width:1023px){.page_autocentre .events .page_title{font-size:35px;padding:50px var(--container-padding)}}@media only screen and (max-width:639px){.page_autocentre .events .page_title{font-size:30px}}.page_autocentre .events .slider_events{position:relative}.page_autocentre .events .slider_events .swiper-navigation{width:7.8947vw;right:var(--container-padding)}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-navigation{width:100px}}.page_autocentre .events .slider_events .swiper-navigation .next:hover:after,.page_autocentre .events .slider_events .swiper-navigation .prev:hover:after{filter:none}.page_autocentre .events .slider_events .circle_wrap{font-size:1.5789vw;font-family:OpenSans-SemiBold;color:#fff;width:3.8em;height:3.8em;display:flex;align-items:center;justify-content:center;padding:0;left:var(--container-padding);bottom:2.5em;position:absolute;z-index:5}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .circle_wrap{font-size:25px;bottom:1.5em}}.page_autocentre .events .slider_events .circle_wrap svg{width:100%;height:100%}.page_autocentre .events .slider_events .circle_wrap svg .plays_active,.page_autocentre .events .slider_events .circle_wrap svg .plays_inactive{display:none}.page_autocentre .events .slider_events .circle_wrap svg .ellipse_progress{stroke-dashoffset:0;transition:all .35s ease-in}.page_autocentre .events .slider_events .circle_wrap svg .ellipse_dash{stroke-dasharray:none;stroke:#343447}.page_autocentre .events .slider_events .circle_wrap .swiper-pag{position:absolute;left:auto;bottom:auto;text-align:center}.page_autocentre .events .slider_events .swiper-slide{display:flex}@media only screen and (max-width:639px){.page_autocentre .events .slider_events .swiper-slide{flex-direction:column-reverse}}.page_autocentre .events .slider_events .swiper-slide .desc_wrap{width:50%;padding-top:10.5263vw;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:639px){.page_autocentre .events .slider_events .swiper-slide .desc_wrap{padding-top:45px;width:100%}}.page_autocentre .events .slider_events .swiper-slide .desc_wrap .desc{font-size:1.5789vw;font-family:OpenSans-Semibold;line-height:1.5;color:#fff;padding:0 5.7895vw 2.6316vw var(--container-padding)}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .desc_wrap .desc{font-size:20px;padding:0 var(--container-padding) 25px}}.page_autocentre .events .slider_events .swiper-slide .desc_wrap .image{height:17.3684vw;width:125%;background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .desc_wrap .image{height:165px}}.page_autocentre .events .slider_events .swiper-slide .desc_wrap .image:after{content:"";width:100%;position:absolute;right:0;top:0;height:100%;background:linear-gradient(270deg,#25252f,rgba(37,37,47,.9) 10%,rgba(37,37,47,0) 50%,rgba(37,37,47,.9) 90%,#25252f)}.page_autocentre .events .slider_events .swiper-slide .list_wrap{width:50%;position:relative;padding-top:10.5263vw}@media only screen and (max-width:639px){.page_autocentre .events .slider_events .swiper-slide .list_wrap{width:100%;padding:65px var(--container-padding) 0}}.page_autocentre .events .slider_events .swiper-slide .list_wrap .year{position:absolute;top:0;font-size:6.0526vw;font-family:OpenSans-Bold;color:#d21113}@media only screen and (max-width:639px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .year{font-size:45px}}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text{color:#fff;padding-right:var(--container-padding);font-family:OpenSans-Regular;font-size:1.3158vw;line-height:1.6}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text blockquote{margin:15px 0}}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text img{max-width:100%!important;height:auto!important}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text b,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text em,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text i,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text strong{font-family:OpenSans-Regular}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ol li{margin-bottom:1.5em}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text a{color:#d21113;text-decoration:underline}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text a:link,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text a:visited{color:#d21113}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .youtube-embed-wrapper{width:100%!important}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text span{font-family:OpenSans-Regular;text-decoration:none}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text big{font-size:1.4em;font-family:OpenSans-Regular}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text small{font-size:1.2em;font-family:OpenSans-Regular}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h1,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h2,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h3,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h4,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h5,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h6{font-family:OpenSans-Bold;font-size:1.4em}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text iframe{width:100%}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper{margin:25px auto 35px}}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-pagination{padding:15px 0}}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text{font-family:OpenSans-Regular;font-size:15px;line-height:1.6}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text blockquote{margin:15px 0}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1023px) and (max-width:640px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text b,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text em,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text i,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ol li{margin-bottom:1.5em}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text a{color:#d21113;text-decoration:underline}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text a:link,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text a:visited{color:#d21113}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h1,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h2,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h3,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h4,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h5,.page_autocentre .events .slider_events .swiper-slide .list_wrap .text h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text iframe{width:100%}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1023px) and (max-width:640px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-slide .slide_inner{width:100%}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1023px){.page_autocentre .events .slider_events .swiper-slide .list_wrap .text .editor_swiper .swiper-pagination-bullet{background:#000}}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text p{margin-top:0}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ul li{padding-left:2em;line-height:1.4;margin-bottom:1.2em}.page_autocentre .events .slider_events .swiper-slide .list_wrap .text ul li:before{width:.8em;height:.8em;top:.3em}.page_autocentre .form_section{display:flex;flex-direction:column;align-items:center;position:relative;background:#f4f4f4}@media only screen and (max-width:1440px){.page_autocentre .form_section{min-height:100vh}}.page_autocentre .form_section .page_title{padding:6.3158vw 0 2.6316vw;font-size:4.2105vw}@media only screen and (max-width:1023px){.page_autocentre .form_section .page_title{font-size:60px;padding:60px 25px}}@media only screen and (max-width:639px){.page_autocentre .form_section .page_title{padding:30px 25px;font-size:35px}}.page_autocentre .form_section .desc{font-family:OpenSans-Regular;font-size:1.3158vw;line-height:1.6;line-height:1.4;max-width:63.9474vw}.page_autocentre .form_section .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_autocentre .form_section .desc blockquote{margin:15px 0}}.page_autocentre .form_section .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_autocentre .form_section .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_autocentre .form_section .desc img{max-width:100%!important;height:auto!important}.page_autocentre .form_section .desc b,.page_autocentre .form_section .desc em,.page_autocentre .form_section .desc i,.page_autocentre .form_section .desc strong{font-family:OpenSans-Regular}.page_autocentre .form_section .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_autocentre .form_section .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_autocentre .form_section .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_autocentre .form_section .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_autocentre .form_section .desc ol li{margin-bottom:1.5em}.page_autocentre .form_section .desc a{color:#d21113;text-decoration:underline}.page_autocentre .form_section .desc a:link,.page_autocentre .form_section .desc a:visited{color:#d21113}.page_autocentre .form_section .desc .youtube-embed-wrapper{width:100%!important}.page_autocentre .form_section .desc span{font-family:OpenSans-Regular;text-decoration:none}.page_autocentre .form_section .desc big{font-size:1.4em;font-family:OpenSans-Regular}.page_autocentre .form_section .desc small{font-size:1.2em;font-family:OpenSans-Regular}.page_autocentre .form_section .desc h1,.page_autocentre .form_section .desc h2,.page_autocentre .form_section .desc h3,.page_autocentre .form_section .desc h4,.page_autocentre .form_section .desc h5,.page_autocentre .form_section .desc h6{font-family:OpenSans-Bold;font-size:1.4em}.page_autocentre .form_section .desc iframe{width:100%}.page_autocentre .form_section .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_autocentre .form_section .desc .editor_swiper{margin:25px auto 35px}}.page_autocentre .form_section .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_autocentre .form_section .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_autocentre .form_section .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_autocentre .form_section .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_autocentre .form_section .desc .editor_swiper .swiper-pagination{padding:15px 0}}.page_autocentre .form_section .desc .editor_swiper .swiper-pagination-bullet{background:#000}.page_autocentre .form_section .desc ul li{margin-bottom:1em}@media only screen and (max-width:1023px){.page_autocentre .form_section .desc{font-size:18px;max-width:640px}}.page_autocentre .form_section .indicators{margin:30px auto;color:#fff}.page_autocentre .form_section .indicators div{padding:10px 20px;font-family:OpenSans-Light;font-size:20px;margin:10px auto;display:flex;align-items:center}.page_autocentre .form_section .indicators div span{width:calc(100% - 20px);padding-right:20px}.page_autocentre .form_section .indicators div button{outline:none;background-color:transparent;border:none;cursor:pointer;width:20px;height:20px;display:flex;justify-content:center;align-items:center;color:#fff}.page_autocentre .form_section .indicators .fail{background-color:#d21113}.page_autocentre .form_section .indicators .success{background-color:#0e9a00}.page_autocentre .form_section form{width:40.7895vw;display:flex;flex-direction:column;align-items:center;padding:2.6316vw 0 2.3684vw}@media only screen and (max-width:1023px){.page_autocentre .form_section form{width:500px;padding:25px 20px}}@media only screen and (max-width:639px){.page_autocentre .form_section form{width:100%}}.page_autocentre .form_section form .form_title{text-transform:uppercase;font-size:1.8421vw;color:#464343;margin-bottom:.7895vw}@media only screen and (max-width:1023px){.page_autocentre .form_section form .form_title{font-size:25px}}.page_autocentre .form_section form input{margin:.7895vw 0;width:100%;font-size:.9474vw;border:none;padding:1.5em 2em}@media only screen and (max-width:1023px){.page_autocentre .form_section form input{font-size:18px;margin:10px 0}}.page_autocentre .form_section form .select{position:relative;font-size:.9474vw;width:100%;margin:.7895vw 0}@media only screen and (max-width:1023px){.page_autocentre .form_section form .select{font-size:18px;margin:10px 0}}.page_autocentre .form_section form .select .title{position:relative;display:flex;align-items:center;justify-content:space-between;border:none}.page_autocentre .form_section form .select .title:after{content:"";background-image:url(/images/arrow_down_red.png);background-size:contain;background-repeat:no-repeat;background-position:50%;width:.7895vw;height:.3158vw;transform-origin:center;transition:all .35s ease}@media only screen and (max-width:1023px){.page_autocentre .form_section form .select .title:after{width:15px;height:6px}}.page_autocentre .form_section form .select .item,.page_autocentre .form_section form .select .title{background:#fff;padding:1.5em 2em;cursor:pointer;font-size:.9474vw}@media only screen and (max-width:1023px){.page_autocentre .form_section form .select .item,.page_autocentre .form_section form .select .title{font-size:18px}}.page_autocentre .form_section form .select.active .title:after{transform:rotate(180deg)}.page_autocentre .form_section form .select.active .dropdown{max-height:350px}.page_autocentre .form_section form .select .dropdown{position:absolute;width:100%;overflow:hidden;max-height:0;transition:all .35s ease}.page_autocentre .form_section form .select .dropdown .item{width:100%}.page_autocentre .form_section form .select .dropdown .item:hover{background:#d9d9d9;transition:all .35s ease}.page_autocentre .form_section form .requirement{font-size:.9474vw;margin:.5263vw 0 2.3684vw}@media only screen and (max-width:1023px){.page_autocentre .form_section form .requirement{font-size:18px;margin:10px 0 25px}}.page_autocentre .form_section form .requirement:before{content:"*";color:#d21113}.page_autocentre .form_section form button{font-size:1.0526vw}@media only screen and (max-width:1023px){.page_autocentre .form_section form button{font-size:20px}}@media only screen and (max-width:374px){.page_autocentre .form_section form button{font-size:15px}}.page_company .company_section{position:relative;overflow:hidden;height:100vh}@media only screen and (max-width:1023px){.page_company .company_section{min-height:100vh;height:auto}}.page_company .company_section .bg{position:absolute;background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:100%;top:0;left:0}.page_company .company_section .bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(37,37,47,0),rgba(37,37,47,.69) 60%,#25252f)}.page_company .company_section .contain{z-index:1;position:relative;height:100%;padding:1.5789vw 0;color:#fff}@media only screen and (max-width:1023px){.page_company .company_section .contain{padding:20px 0}}.page_company .company_section .contain .page_title{color:#fff;padding:2.6316vw 0 4.2105vw}@media only screen and (max-width:1023px){.page_company .company_section .contain .page_title{padding:25px 0 40px}}@media only screen and (max-width:639px){.page_company .company_section .contain .page_title{padding:25px 0}}.page_company .company_section .contain .desc{font-size:2.3684vw;font-family:OpenSans-Light;line-height:1.2;max-width:77.8947vw;margin:0 auto}@media only screen and (max-width:1023px){.page_company .company_section .contain .desc{font-size:30px;max-width:100%;padding:0 var(--container-padding)}}@media only screen and (max-width:640px){.page_company .company_section .contain .desc{font-size:20px}}.page_company .mission{background:#d21113;color:#fff;padding-top:2.8947vw;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}@media only screen and (max-width:1023px){.page_company .mission{padding-top:25px}}.page_company .mission.animated:after{opacity:1}.page_company .mission:after{content:"";width:28.9474vw;height:16.0526vw;background-image:url(/images/kz_map_2.png);background-size:contain;background-repeat:no-repeat;background-position:50%;position:absolute;bottom:0;opacity:0;left:50%;margin-left:-11.8421vw;margin-bottom:-7.8947vw;z-index:2;transition:opacity 1s ease}@media only screen and (max-width:1023px){.page_company .mission:after{width:300px;height:165px;margin-bottom:-93.5px;margin-left:-150px}}.page_company .mission .title{border:1px solid #fff;border-right:none;border-left:none;position:relative;display:inline-flex;justify-content:center;padding:1.3158vw 0}@media only screen and (max-width:1023px){.page_company .mission .title{padding:20px var(--container-padding)}}.page_company .mission .title span{background:#d21113;display:block;position:absolute;top:0;font-size:1.3684vw;margin-top:-.6842vw;padding:0 2.3684vw}@media only screen and (max-width:1023px){.page_company .mission .title span{font-size:18px;margin-top:-9px;padding:0 40px}}.page_company .mission .title div{font-size:2.8947vw;font-family:OpenSans-Bold;text-transform:uppercase;padding: 0 5%;text-align: center;}@media only screen and (max-width:1023px){.page_company .mission .title div{font-size:30px;text-align:center}}.page_company .mission .mission_slider{position:relative;padding-top:2.6316vw;width:100%;height:100vh}@media only screen and (max-width:1023px){.page_company .mission .mission_slider{padding-top:50px;height:auto;min-height:100vh}}@media only screen and (max-width:639px){.page_company .mission .mission_slider{min-height:0}}.page_company .mission .mission_slider .image_swiper{position:absolute;height:100%;width:50%;right:0;top:0;overflow:hidden;padding-top:2.6316vw}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .image_swiper{padding-top:50px}}@media only screen and (max-width:639px){.page_company .mission .mission_slider .image_swiper{position:relative;width:100%;height:350px}}.page_company .mission .mission_slider .image_swiper .swiper-slide{overflow:hidden}@media only screen and (max-width:639px){.page_company .mission .mission_slider .image_swiper .swiper-slide{height:100%}}.page_company .mission .mission_slider .image_swiper .swiper-slide .image{background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;right:0;top:0;width:50vw;height:100%}@media only screen and (max-width:639px){.page_company .mission .mission_slider .image_swiper .swiper-slide .image{width:100vw}}.page_company .mission .mission_slider .image_swiper .swiper-slide .image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45)}.page_company .mission .mission_slider .swiper-navigation{right:var(--container-padding);left:auto;top:-2.8947vw}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-navigation{top:0;width:100px}}@media only screen and (max-width:639px){.page_company .mission .mission_slider .swiper-navigation{top:15px}}.page_company .mission .mission_slider .swiper-navigation .next:before,.page_company .mission .mission_slider .swiper-navigation .prev:before{background:#fff}.page_company .mission .mission_slider .swiper-slide{height:auto;overflow:hidden}.page_company .mission .mission_slider .swiper-slide .slide_inner{height:100%;padding-bottom:5.2632vw}@media only screen and (max-width:639px){.page_company .mission .mission_slider .swiper-slide .slide_inner{padding-bottom:25px}}.page_company .mission .mission_slider .swiper-slide .desc{height:100%;width:50%;padding:2.6316vw var(--container-padding) 0;font-family:OpenSans-Regular;font-size:1.3158vw;line-height:1.6}.page_company .mission .mission_slider .swiper-slide .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_company .mission .mission_slider .swiper-slide .desc blockquote{margin:15px 0}}.page_company .mission .mission_slider .swiper-slide .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_company .mission .mission_slider .swiper-slide .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_company .mission .mission_slider .swiper-slide .desc img{max-width:100%!important;height:auto!important}.page_company .mission .mission_slider .swiper-slide .desc b,.page_company .mission .mission_slider .swiper-slide .desc em,.page_company .mission .mission_slider .swiper-slide .desc i,.page_company .mission .mission_slider .swiper-slide .desc strong{font-family:OpenSans-Regular}.page_company .mission .mission_slider .swiper-slide .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_company .mission .mission_slider .swiper-slide .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_company .mission .mission_slider .swiper-slide .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_company .mission .mission_slider .swiper-slide .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_company .mission .mission_slider .swiper-slide .desc ol li{margin-bottom:1.5em}.page_company .mission .mission_slider .swiper-slide .desc a{color:#d21113;text-decoration:underline}.page_company .mission .mission_slider .swiper-slide .desc a:link,.page_company .mission .mission_slider .swiper-slide .desc a:visited{color:#d21113}.page_company .mission .mission_slider .swiper-slide .desc .youtube-embed-wrapper{width:100%!important}.page_company .mission .mission_slider .swiper-slide .desc span{font-family:OpenSans-Regular;text-decoration:none}.page_company .mission .mission_slider .swiper-slide .desc big{font-size:1.4em;font-family:OpenSans-Regular}.page_company .mission .mission_slider .swiper-slide .desc small{font-size:1.2em;font-family:OpenSans-Regular}.page_company .mission .mission_slider .swiper-slide .desc h1,.page_company .mission .mission_slider .swiper-slide .desc h2,.page_company .mission .mission_slider .swiper-slide .desc h3,.page_company .mission .mission_slider .swiper-slide .desc h4,.page_company .mission .mission_slider .swiper-slide .desc h5,.page_company .mission .mission_slider .swiper-slide .desc h6{font-family:OpenSans-Bold;font-size:1.4em}.page_company .mission .mission_slider .swiper-slide .desc iframe{width:100%}.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper{margin:25px auto 35px}}.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-pagination{padding:15px 0}}.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc{font-family:OpenSans-Regular;font-size:20px;line-height:1.6}.page_company .mission .mission_slider .swiper-slide .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_company .mission .mission_slider .swiper-slide .desc blockquote{margin:15px 0}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1023px) and (max-width:640px){.page_company .mission .mission_slider .swiper-slide .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc b,.page_company .mission .mission_slider .swiper-slide .desc em,.page_company .mission .mission_slider .swiper-slide .desc i,.page_company .mission .mission_slider .swiper-slide .desc strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_company .mission .mission_slider .swiper-slide .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_company .mission .mission_slider .swiper-slide .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc ol li{margin-bottom:1.5em}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc a{color:#d21113;text-decoration:underline}.page_company .mission .mission_slider .swiper-slide .desc a:link,.page_company .mission .mission_slider .swiper-slide .desc a:visited{color:#d21113}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc h1,.page_company .mission .mission_slider .swiper-slide .desc h2,.page_company .mission .mission_slider .swiper-slide .desc h3,.page_company .mission .mission_slider .swiper-slide .desc h4,.page_company .mission .mission_slider .swiper-slide .desc h5,.page_company .mission .mission_slider .swiper-slide .desc h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc iframe{width:100%}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1023px) and (max-width:640px){.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1023px){.page_company .mission .mission_slider .swiper-slide .desc .editor_swiper .swiper-pagination-bullet{background:#000}}@media only screen and (max-width:639px){.page_company .mission .mission_slider .swiper-slide .desc{width:100%;padding:25px var(--container-padding) 0}}.page_company .mission .mission_slider .swiper-slide .desc p:first-child{margin-top:0}.page_company .club{background:#25252f;display:flex;color:#fff;font-size:1.4211vw;line-height:1.5;position:relative}@media only screen and (max-width:1023px){.page_company .club{font-size:20px}}@media only screen and (max-width:639px){.page_company .club{flex-direction:column}}.page_company .club .text{width:50%;padding:3.4211vw 10.5263vw 3.4211vw var(--container-padding)}@media only screen and (max-width:1023px){.page_company .club .text{padding:35px 40px 35px var(--container-padding)}}@media only screen and (max-width:639px){.page_company .club .text{width:100%;padding-top:100px}}.page_company .club .text .title{margin-bottom:1.5789vw;font-family:OpenSans-Bold}@media only screen and (max-width:1023px){.page_company .club .text .title{margin-bottom:15px}}.page_company .club .text .editor{font-family:OpenSans-Regular;font-size:1.4211vw;line-height:1.6}.page_company .club .text .editor blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_company .club .text .editor blockquote{margin:15px 0}}.page_company .club .text .editor blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_company .club .text .editor blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_company .club .text .editor img{max-width:100%!important;height:auto!important}.page_company .club .text .editor b,.page_company .club .text .editor em,.page_company .club .text .editor i,.page_company .club .text .editor strong{font-family:OpenSans-Regular}.page_company .club .text .editor p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_company .club .text .editor ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_company .club .text .editor ul li{list-style-type:none;position:relative;padding-left:15px;margin-bottom:1.5em}.page_company .club .text .editor ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_company .club .text .editor ol li{margin-bottom:1.5em}.page_company .club .text .editor a{color:#d21113;text-decoration:underline}.page_company .club .text .editor a:link,.page_company .club .text .editor a:visited{color:#d21113}.page_company .club .text .editor .youtube-embed-wrapper{width:100%!important}.page_company .club .text .editor span{font-family:OpenSans-Regular;text-decoration:none}.page_company .club .text .editor big{font-size:1.4em;font-family:OpenSans-Regular}.page_company .club .text .editor small{font-size:1.2em;font-family:OpenSans-Regular}.page_company .club .text .editor h1,.page_company .club .text .editor h2,.page_company .club .text .editor h3,.page_company .club .text .editor h4,.page_company .club .text .editor h5,.page_company .club .text .editor h6{font-family:OpenSans-Bold;font-size:1.4em}.page_company .club .text .editor iframe{width:100%}.page_company .club .text .editor .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_company .club .text .editor .editor_swiper{margin:25px auto 35px}}.page_company .club .text .editor .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_company .club .text .editor .editor_swiper .swiper-slide .slide_inner{width:100%}.page_company .club .text .editor .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_company .club .text .editor .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_company .club .text .editor .editor_swiper .swiper-pagination{padding:15px 0}}.page_company .club .text .editor .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_company .club .text .editor{font-family:OpenSans-Regular;font-size:20px;line-height:1.6}.page_company .club .text .editor blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_company .club .text .editor blockquote{margin:15px 0}}@media only screen and (max-width:1023px){.page_company .club .text .editor blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1023px) and (max-width:640px){.page_company .club .text .editor blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1023px){.page_company .club .text .editor img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1023px){.page_company .club .text .editor b,.page_company .club .text .editor em,.page_company .club .text .editor i,.page_company .club .text .editor strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_company .club .text .editor p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_company .club .text .editor ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_company .club .text .editor ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_company .club .text .editor ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1023px){.page_company .club .text .editor ol li{margin-bottom:1.5em}}@media only screen and (max-width:1023px){.page_company .club .text .editor a{color:#d21113;text-decoration:underline}.page_company .club .text .editor a:link,.page_company .club .text .editor a:visited{color:#d21113}}@media only screen and (max-width:1023px){.page_company .club .text .editor .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1023px){.page_company .club .text .editor span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_company .club .text .editor big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_company .club .text .editor small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_company .club .text .editor h1,.page_company .club .text .editor h2,.page_company .club .text .editor h3,.page_company .club .text .editor h4,.page_company .club .text .editor h5,.page_company .club .text .editor h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1023px){.page_company .club .text .editor iframe{width:100%}}@media only screen and (max-width:1023px){.page_company .club .text .editor .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1023px) and (max-width:640px){.page_company .club .text .editor .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1023px){.page_company .club .text .editor .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_company .club .text .editor .editor_swiper .swiper-slide .slide_inner{width:100%}.page_company .club .text .editor .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1023px){.page_company .club .text .editor .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_company .club .text .editor .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1023px){.page_company .club .text .editor .editor_swiper .swiper-pagination-bullet{background:#000}}.page_company .club .text .editor ul li{font-family:OpenSans-Light;display:flex;align-items:center;margin-bottom:.3em}.page_company .club .text .editor ul li:before{top:auto}.page_company .club .image{width:50%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}@media only screen and (max-width:639px){.page_company .club .image{width:100%}}.page_company .club .image .bg{position:absolute;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:.2}.page_company .club .image .desc{z-index:1;max-width:36.8421vw;font-family:OpenSans-Bold;text-align:center}@media only screen and (max-width:1023px){.page_company .club .image .desc{max-width:320px}}@media only screen and (max-width:639px){.page_company .club .image .desc{padding:35px var(--container-padding);max-width:100%}}.page_company .awards{background:#f4f4f4;position:relative}.page_company .awards .page_title{font-size:2.8947vw;padding:3.9474vw 0 1.0526vw}@media only screen and (max-width:1023px){.page_company .awards .page_title{font-size:35px;padding:45px var(--container-padding) 15px}}@media only screen and (max-width:639px){.page_company .awards .page_title{font-size:24px}}.page_company .awards .list{background:#fff;display:flex;flex-wrap:wrap}.page_company .awards .list .item{width:33.3%;border:1px solid #cecece;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5vw 1.0526vw}@media only screen and (max-width:1023px){.page_company .awards .list .item{padding:55px 15px}}@media only screen and (max-width:639px){.page_company .awards .list .item{width:100%}}.page_company .awards .list .item img{max-width:100%;height:14.2105vw;margin-bottom:2.1053vw;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media only screen and (max-width:1023px){.page_company .awards .list .item img{height:150px;margin-bottom:20px}}.page_company .awards .list .item .title{padding-top:3.9474vw;text-align:center;font-family:OpenSans-Bold;font-size:1.4211vw;position:relative}@media only screen and (max-width:1023px){.page_company .awards .list .item .title{padding-top:35px;font-size:20px}}.page_company .awards .list .item .title:before{content:"";width:17.8947vw;height:1px;background:#000;position:absolute;top:0;left:50%;transform:translateX(-50%)}@media only screen and (max-width:1023px){.page_company .awards .list .item .title:before{width:150px}}.page_company .thank{padding:5.2632vw 0 1.8421vw;display:flex;flex-direction:column;align-items:center;background:#f4f4f4;position:relative}@media only screen and (max-width:1023px){.page_company .thank{padding:50px 0 25px}}.page_company .thank .title{font-size:1.4211vw;font-family:OpenSans-Bold;white-space:pre-line;text-align:center;margin-bottom:4.2105vw;line-height:1.5}@media only screen and (max-width:1023px){.page_company .thank .title{font-size:20px;margin-bottom:40px}}.page_company .thank img{max-width:100%}.page_leadership .president_section{display:flex;background:#25252f;height:100vh;position:relative}.page_leadership .president_section:before{content:"";width:55%;height:68.4211vw;background:url(/images/apple.svg?82ef0f210579dc3e8a12192aed5eb603) no-repeat 50%;background-size:contain;position:absolute;top:20vh;right:-12%;z-index:-1;opacity:.2;transition:all 1s ease}@media only screen and (max-width:1023px){.page_leadership .president_section:before{display:none}}@media only screen and (max-width:1023px){.page_leadership .president_section{flex-direction:column;height:auto}}.page_leadership .president_section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(rgba(37,37,47,0),rgba(37,37,47,.7) 60%,#25252f)}.page_leadership .president_section .person{width:45%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;color:#fff;padding:0 2.1053vw 3.1579vw var(--container-padding);position:relative}@media only screen and (max-width:1023px){.page_leadership .president_section .person{padding:0 20px 30px var(--container-padding);width:100%;height:100vh}}.page_leadership .president_section .person .name{font-size:3.9474vw;font-family:OpenSans-Bold;z-index:1;position:relative;padding-bottom:.5263vw}@media only screen and (max-width:1023px){.page_leadership .president_section .person .name{font-size:40px;padding-bottom:10px;text-align:center}}.page_leadership .president_section .person .name:after{content:"";height:1px;background:#d21113;width:15.7895vw;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}@media only screen and (max-width:1023px){.page_leadership .president_section .person .name:after{width:150px}}.page_leadership .president_section .person .post{font-size:1.4211vw;margin-top:.5263vw;z-index:1}@media only screen and (max-width:1023px){.page_leadership .president_section .person .post{font-size:20px;margin-top:10px}}.page_leadership .president_section .person .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:top top}@media only screen and (max-width:1023px){.page_leadership .president_section .person .bg{background-position:top}}.page_leadership .president_section .person .bg:after{content:"";position:absolute;width:25%;height:100%;right:0;top:0;background:linear-gradient(270deg,#25252f,rgba(37,37,47,0));z-index:1}@media only screen and (max-width:1023px){.page_leadership .president_section .person .bg:after{width:100%;height:25%;background:linear-gradient(0deg,#25252f,rgba(37,37,47,0));bottom:0;top:auto}}.page_leadership .president_section .text{width:55%;color:#fff}@media only screen and (max-width:1023px){.page_leadership .president_section .text{width:100%;padding:30px var(--container-padding)!important}}.page_leadership .president_section .text .page_title{height:13vw;margin-bottom:0;padding:3vw 0 0;text-align:left;color:#fff}@media only screen and (max-width:1023px){.page_leadership .president_section .text .page_title{text-align:center;font-size:35px;position:absolute;top:110px;width:calc(100% - var(--container-padding)*2)}}.page_leadership .president_section .text .page_title h1{font-size:inherit}.page_leadership .president_section .text .desc{position:relative;height:calc(100% - 13vw - 20px);overflow-y:scroll;font-family:OpenSans-Regular;font-size:1.3158vw;line-height:1.6;padding-bottom:1.8421vw;padding-right:7.8947vw;z-index:2}.page_leadership .president_section .text .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_leadership .president_section .text .desc blockquote{margin:15px 0}}.page_leadership .president_section .text .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_leadership .president_section .text .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_leadership .president_section .text .desc img{max-width:100%!important;height:auto!important}.page_leadership .president_section .text .desc b,.page_leadership .president_section .text .desc em,.page_leadership .president_section .text .desc i,.page_leadership .president_section .text .desc strong{font-family:OpenSans-Regular}.page_leadership .president_section .text .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_leadership .president_section .text .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_leadership .president_section .text .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_leadership .president_section .text .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_leadership .president_section .text .desc ol li{margin-bottom:1.5em}.page_leadership .president_section .text .desc a{color:#d21113;text-decoration:underline}.page_leadership .president_section .text .desc a:link,.page_leadership .president_section .text .desc a:visited{color:#d21113}.page_leadership .president_section .text .desc .youtube-embed-wrapper{width:100%!important}.page_leadership .president_section .text .desc span{font-family:OpenSans-Regular;text-decoration:none}.page_leadership .president_section .text .desc big{font-size:1.4em;font-family:OpenSans-Regular}.page_leadership .president_section .text .desc small{font-size:1.2em;font-family:OpenSans-Regular}.page_leadership .president_section .text .desc h1,.page_leadership .president_section .text .desc h2,.page_leadership .president_section .text .desc h3,.page_leadership .president_section .text .desc h4,.page_leadership .president_section .text .desc h5,.page_leadership .president_section .text .desc h6{font-family:OpenSans-Bold;font-size:1.4em}.page_leadership .president_section .text .desc iframe{width:100%}.page_leadership .president_section .text .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_leadership .president_section .text .desc .editor_swiper{margin:25px auto 35px}}.page_leadership .president_section .text .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_leadership .president_section .text .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_leadership .president_section .text .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_leadership .president_section .text .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_leadership .president_section .text .desc .editor_swiper .swiper-pagination{padding:15px 0}}.page_leadership .president_section .text .desc .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc{font-family:OpenSans-Regular;font-size:20px;line-height:1.6;padding-bottom:25px;padding-right:45px;font-size:16px;height:auto}.page_leadership .president_section .text .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_leadership .president_section .text .desc blockquote{margin:15px 0}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1023px) and (max-width:640px){.page_leadership .president_section .text .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc b,.page_leadership .president_section .text .desc em,.page_leadership .president_section .text .desc i,.page_leadership .president_section .text .desc strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_leadership .president_section .text .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_leadership .president_section .text .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc ol li{margin-bottom:1.5em}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc a{color:#d21113;text-decoration:underline}.page_leadership .president_section .text .desc a:link,.page_leadership .president_section .text .desc a:visited{color:#d21113}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc h1,.page_leadership .president_section .text .desc h2,.page_leadership .president_section .text .desc h3,.page_leadership .president_section .text .desc h4,.page_leadership .president_section .text .desc h5,.page_leadership .president_section .text .desc h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc iframe{width:100%}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1023px) and (max-width:640px){.page_leadership .president_section .text .desc .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_leadership .president_section .text .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_leadership .president_section .text .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_leadership .president_section .text .desc .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1023px){.page_leadership .president_section .text .desc .editor_swiper .swiper-pagination-bullet{background:#000}}.page_leadership .president_section .text .desc ul li{margin:0}.page_leadership .president_section .text .desc p:first-child{margin-top:0}.page_leadership .president_section .text .desc .os-scrollbar-vertical{width:6px;right:2.3684vw}.page_leadership .president_section .text .desc .os-scrollbar-vertical .os-scrollbar-track{background-color:#fff;display:flex;justify-content:center}.page_leadership .president_section .text .desc .os-scrollbar-vertical .os-scrollbar-track .os-scrollbar-handle{background-color:#fff;width:28px!important;height:28px!important;border-radius:50%;left:auto;min-height:auto}@media only screen and (max-width:1366px){.page_leadership .president_section .text .desc .os-scrollbar-vertical .os-scrollbar-track .os-scrollbar-handle{width:20px!important;height:20px!important}}.page_leadership .directors_section{display:flex;height:100vh;background:#fff;overflow:hidden;position:relative}@media only screen and (max-width:1023px){.page_leadership .directors_section{flex-direction:column-reverse;height:auto;min-height:100vh;padding-bottom:30px;padding-top:0!important}}.page_leadership .directors_section .block{width:calc(100% - 16.3158vw);display:flex}@media only screen and (max-width:1023px){.page_leadership .directors_section .block{width:100%;flex-direction:column-reverse}}.page_leadership .directors_section .block .text{width:60%;padding:.7895vw 1.5789vw 1.5789vw var(--container-padding);display:flex;flex-direction:column;z-index:3}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text{width:100%}}.page_leadership .directors_section .block .text .name{display:none;font-family:OpenSans-Bold;font-size:3.9474vw;position:relative;padding-bottom:1.8421vw}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .name{font-size:30px;padding-bottom:15px;text-align:center}}.page_leadership .directors_section .block .text .name:after{content:"";width:calc(100% + 4.7368vw);height:3px;background:#d21113;position:absolute;bottom:0;left:0}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .name:after{width:185px;left:50%;transform:translateX(-50%);height:1px}}.page_leadership .directors_section .block .text .name div{line-height:1.2}.page_leadership .directors_section .block .text .desc{height:100%;display:none;opacity:0;margin:2.8947vw 0;padding-right:40px;font-family:OpenSans-Regular;font-size:1.4211vw;line-height:1.6}.page_leadership .directors_section .block .text .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}@media only screen and (max-width:640px){.page_leadership .directors_section .block .text .desc blockquote{margin:15px 0}}.page_leadership .directors_section .block .text .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}@media only screen and (max-width:640px){.page_leadership .directors_section .block .text .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}.page_leadership .directors_section .block .text .desc img{max-width:100%!important;height:auto!important}.page_leadership .directors_section .block .text .desc b,.page_leadership .directors_section .block .text .desc em,.page_leadership .directors_section .block .text .desc i,.page_leadership .directors_section .block .text .desc strong{font-family:OpenSans-Regular}.page_leadership .directors_section .block .text .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}.page_leadership .directors_section .block .text .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_leadership .directors_section .block .text .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_leadership .directors_section .block .text .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}.page_leadership .directors_section .block .text .desc ol li{margin-bottom:1.5em}.page_leadership .directors_section .block .text .desc a{color:#d21113;text-decoration:underline}.page_leadership .directors_section .block .text .desc a:link,.page_leadership .directors_section .block .text .desc a:visited{color:#d21113}.page_leadership .directors_section .block .text .desc .youtube-embed-wrapper{width:100%!important}.page_leadership .directors_section .block .text .desc span{font-family:OpenSans-Regular;text-decoration:none}.page_leadership .directors_section .block .text .desc big{font-size:1.4em;font-family:OpenSans-Regular}.page_leadership .directors_section .block .text .desc small{font-size:1.2em;font-family:OpenSans-Regular}.page_leadership .directors_section .block .text .desc h1,.page_leadership .directors_section .block .text .desc h2,.page_leadership .directors_section .block .text .desc h3,.page_leadership .directors_section .block .text .desc h4,.page_leadership .directors_section .block .text .desc h5,.page_leadership .directors_section .block .text .desc h6{font-family:OpenSans-Bold;font-size:1.4em}.page_leadership .directors_section .block .text .desc iframe{width:100%}.page_leadership .directors_section .block .text .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}@media only screen and (max-width:640px){.page_leadership .directors_section .block .text .desc .editor_swiper{margin:25px auto 35px}}.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}@media only screen and (max-width:640px){.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-pagination{padding:15px 0}}.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-pagination-bullet{background:#000}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc{margin:25px 0;font-family:OpenSans-Regular;font-size:16px;line-height:1.6;height:385px}.page_leadership .directors_section .block .text .desc blockquote{position:relative;color:#d21113;margin:2.1053vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_leadership .directors_section .block .text .desc blockquote{margin:15px 0}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc blockquote:before{content:"\AB";font-size:2.3684vw;position:absolute;right:calc(100% + .7895vw);top:0;display:block}}@media only screen and (max-width:1023px) and (max-width:640px){.page_leadership .directors_section .block .text .desc blockquote:before{font-size:30px;right:calc(100% + 6px)}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc img{max-width:100%!important;height:auto!important}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc b,.page_leadership .directors_section .block .text .desc em,.page_leadership .directors_section .block .text .desc i,.page_leadership .directors_section .block .text .desc strong{font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc p{margin:1.5em 0;font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc ul{font-family:OpenSans-Regular;margin:5px 0;padding:0}.page_leadership .directors_section .block .text .desc ul li{list-style-type:none;display:flex;position:relative;padding-left:15px;margin-bottom:1.5em}.page_leadership .directors_section .block .text .desc ul li:before{content:"";display:block;width:4px;height:4px;background-color:#d21113;border-radius:50%;position:absolute;top:15px;left:0}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc ol li{margin-bottom:1.5em}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc a{color:#d21113;text-decoration:underline}.page_leadership .directors_section .block .text .desc a:link,.page_leadership .directors_section .block .text .desc a:visited{color:#d21113}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc .youtube-embed-wrapper{width:100%!important}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc span{font-family:OpenSans-Regular;text-decoration:none}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc big{font-size:1.4em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc small{font-size:1.2em;font-family:OpenSans-Regular}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc h1,.page_leadership .directors_section .block .text .desc h2,.page_leadership .directors_section .block .text .desc h3,.page_leadership .directors_section .block .text .desc h4,.page_leadership .directors_section .block .text .desc h5,.page_leadership .directors_section .block .text .desc h6{font-family:OpenSans-Bold;font-size:1.4em}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc iframe{width:100%}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc .editor_swiper{position:relative;overflow:hidden;margin:2.1053vw auto 3.1579vw}}@media only screen and (max-width:1023px) and (max-width:640px){.page_leadership .directors_section .block .text .desc .editor_swiper{margin:25px auto 35px}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-slide{position:relative;overflow:hidden}.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-slide .slide_inner{width:100%}.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-slide .slide_inner img{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-pagination{position:relative;bottom:0;justify-content:center;padding:1.5789vw 0}}@media only screen and (max-width:1023px) and (max-width:640px){.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-pagination{padding:15px 0}}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .text .desc .editor_swiper .swiper-pagination-bullet{background:#000}}.page_leadership .directors_section .block .text .desc p:first-child{margin-top:0}.page_leadership .directors_section .block .text .desc .os-scrollbar-vertical{width:6px;right:12px}.page_leadership .directors_section .block .text .desc .os-scrollbar-vertical .os-scrollbar-track{background-color:#cecece;display:flex;justify-content:center}.page_leadership .directors_section .block .text .desc .os-scrollbar-vertical .os-scrollbar-track .os-scrollbar-handle{background-color:#cecece;width:28px!important;height:28px!important;border-radius:50%;left:auto;min-height:auto}@media only screen and (max-width:1366px){.page_leadership .directors_section .block .text .desc .os-scrollbar-vertical .os-scrollbar-track .os-scrollbar-handle{width:20px!important;height:20px!important}}.page_leadership .directors_section .block .image{width:40%;position:relative}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .image{width:80%;margin:0 auto;height:100vh;position:relative}}@media only screen and (max-width:639px){.page_leadership .directors_section .block .image{height:520px;width:100%}}.page_leadership .directors_section .block .image:after{content:""}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .image:after{background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));position:absolute;bottom:0;left:0;width:100%;height:70%;z-index:4}}.page_leadership .directors_section .block .image_container{position:absolute;overflow:hidden;right:0;bottom:0;height:100%}.page_leadership .directors_section .block .image_container.previous{z-index:1;width:100%}.page_leadership .directors_section .block .image_container.active{z-index:2;width:100%}.page_leadership .directors_section .block .image_container img{position:absolute;right:0;bottom:0;width:33vw;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}@media only screen and (max-width:1023px){.page_leadership .directors_section .block .image_container img{width:80vw}}@media only screen and (max-width:639px){.page_leadership .directors_section .block .image_container img{width:100vw}}.page_leadership .directors_section .list_wrap{width:16.3158vw;height:100vh}@media only screen and (max-width:1023px){.page_leadership .directors_section .list_wrap{width:100vw;height:150px}}.page_leadership .directors_section .list_wrap .list{width:100%}@media only screen and (max-width:1023px){.page_leadership .directors_section .list_wrap .list{height:150px;display:flex;overflow-x:scroll}}.page_leadership .directors_section .list_wrap .list .item{height:16.3158vw;display:flex;justify-content:center;align-items:center;position:relative;background:#fff;cursor:pointer;transition:all .35s ease;z-index:1}@media only screen and (max-width:1023px){.page_leadership .directors_section .list_wrap .list .item{width:150px;height:150px;background:#fff;flex-shrink:0}}.page_leadership .directors_section .list_wrap .list .item:after{content:"";width:100%;height:0;position:absolute;bottom:0;left:0;transition:all .4s cubic-bezier(.25,.74,.22,.99);background:rgba(157,158,158,.5);z-index:-1}.page_leadership .directors_section .list_wrap .list .item.active:hover:after{height:0}.page_leadership .directors_section .list_wrap .list .item:hover:after{height:100%}.page_leadership .directors_section .list_wrap .list .item.active{background:#d21113;color:#fff}.page_leadership .directors_section .list_wrap .list .item .image{border-radius:50%;background-size:cover;background-repeat:no-repeat;background-position:top;width:10.5263vw;height:10.5263vw}@media only screen and (max-width:1023px){.page_leadership .directors_section .list_wrap .list .item .image{width:12vw;height:12vw}}@media only screen and (max-width:639px){.page_leadership .directors_section .list_wrap .list .item .image{width:100px;height:100px}}.page_leadership .directors_section .list_wrap .list .item .name{position:absolute;bottom:1.0526vw}@media only screen and (max-width:1023px){.page_leadership .directors_section .list_wrap .list .item .name{font-size:12px}}.highcharts-series{transition:opacity .7s ease}.highcharts-series[visibility=hidden]{visibility:visible;opacity:0}.page_search .contain{margin-bottom:7.8947vw}.page_search .contain .search_block{position:static;display:block;background-color:transparent;padding:0}.page_search .contain .search_block .contain{margin-bottom:0}@media only screen and (max-width:1023px){.page_search .contain .search_block .contain{padding:0}}.page_search .contain .result_count{margin:2.6316vw 0 4.2105vw;font-family:OpenSans-SemiBold;font-size:1.4211vw}@media only screen and (max-width:1023px){.page_search .contain .result_count{margin:25px 0 40px;font-size:18px}}@media only screen and (max-width:639px){.page_search .contain .result_count{font-size:16px}}.page_search .contain .results{font-family:OpenSans-SemiBold;font-size:1.4211vw}@media only screen and (max-width:1023px){.page_search .contain .results{font-size:18px}}@media only screen and (max-width:639px){.page_search .contain .results{font-size:16px}}.page_search .contain .results .item{text-decoration:none;color:#464343;display:block;margin-bottom:2.1053vw}.page_search .contain .results .item:link,.page_search .contain .results .item:visited{color:#464343}@media only screen and (max-width:1023px){.page_search .contain .results .item{margin-bottom:20px}}.page_search .contain .results .item .red{color:#d21113}.page_search .contain .results .item span{margin-left:2.6316vw}@media only screen and (max-width:1023px){.page_search .contain .results .item span{margin-left:25px;line-height:1.5}}@media only screen and (max-width:1023px){#viewport{overflow:hidden}}.page_404{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;font-family:OpenSans-Bold;font-size:1.1579vw;line-height:1.4;text-transform:uppercase}@media only screen and (max-width:640px){.page_404{font-size:16px}}.page_404 .content{width:50%;margin:2.6316vw auto}@media only screen and (max-width:640px){.page_404 .content{width:85%;margin:25px auto}}.page_404 .top-text{color:#d21113}.page_404 .error-code{font-family:OpenSans-Light;font-size:15.7895vw;line-height:1;color:#464343;margin:30px auto}@media only screen and (max-width:640px){.page_404 .error-code{font-size:150px}}.page_404 .links-text{color:#25252f}.page_404 .links-list{margin-top:20px}.page_404 .links-list a{color:#d21113}