@charset "UTF-8";
 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);-ms-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);-ms-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);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%{-webkit-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0);-ms-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(""),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-Regular.woff2) format("woff2"),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-Regular.woff) format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:local(""),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-Light.woff2) format("woff2"),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-Light.woff) format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(""),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-Medium.woff2) format("woff2"),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-Medium.woff) format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(""),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-SemiBold.woff2) format("woff2"),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-SemiBold.woff) format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:local(""),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-Bold.woff2) format("woff2"),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-Bold.woff) format("woff");font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:local(""),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-ExtraBold.woff2) format("woff2"),url(//jiudingxin.cn.com/wp-content/themes/jiudingxin/css/fonts/Inter/Inter-ExtraBold.woff) format("woff");font-display:swap}.transition-all{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.flex{display:-webkit-flex;display:-ms-flexbox;display:flex}.inline-flex{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.justify-content-start{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.justify-content-end{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.justify-content-center{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.justify-content-between{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}.justify-content-around{-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around}.align-items-start{-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}.align-items-end{-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end}.align-items-center{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.align-items-baseline{-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;align-items:baseline}.align-items-stretch{-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.flex-direction-row{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-direction-row-reverse{-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-direction-column{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-direction-column-reverse{-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-wrap-nowrap{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.box-sizing-border{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.grid-two-column{display:grid;align-items:start}@media (min-width:834px){.grid-two-column{grid-template-columns:calc(50% - 5%) calc(50% - 5%);gap:0 10%;align-items:start}}.horslider-left{animation:horSlide 100s linear 0s infinite;animation-direction:normal}.horslider-right{animation:horSlide 100s linear 0s infinite;animation-direction:reverse}.horslider-rightcenter{animation:horSlidecenter 100s linear 0s infinite;animation-direction:reverse}.rotate-center{-webkit-animation:rotate-center .6s ease-in-out both;animation:rotate-center .6s ease-in-out both}@keyframes horSlide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes horSlidecenter{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@-webkit-keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-center{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:.625em}body,html{margin:0;padding:0;min-height:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}a,a:focus{text-decoration:none;color:#264a9d;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}a:active,a:hover{outline:0;color:#121212;text-decoration:none}b,strong{font-weight:600}dfn,em{font-weight:400;font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;outline:0;display:inline-block;max-width:100%}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;width:100%!important;min-width:100%;max-width:100%!important;min-height:11.3rem}table{border-collapse:collapse;border-spacing:0}ol,ul{margin:0;padding:0;list-style-type:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400;font-style:normal}::-webkit-input-placeholder{color:#838da7;font-family:Inter,sans-serif}::-moz-placeholder{color:#838da7;font-family:Inter,sans-serif}:-ms-input-placeholder{color:#838da7;font-family:Inter,sans-serif}:-moz-placeholder{color:#838da7;font-family:Inter,sans-serif}html{--main-color:#ffffff;--dark-color:#0C2866;--accent-color:#264A9D}body{position:relative;margin:0;min-width:320px;font-size:1.6rem;line-height:1.5;font-family:Inter,sans-serif;color:#121212;background:#fff;width:100%;min-height:100vh;overflow-x:hidden}@media (min-width:834px){body{line-height:1.5;font-size:1.8rem}}.container{max-width:100%;display:block;position:relative;margin:0 auto;padding:0 1.6rem}@media (min-width:834px){.container{padding:0 3.2rem}}@media (min-width:1440px){.container{max-width:1240px;padding:0 0}}@media (min-width:1920px){.container{max-width:1600px;padding:0 0}}.container-wide{padding:0 0 0 1.6rem;max-width:100%;display:block;position:relative;margin:0 0 0 auto}@media (min-width:1440px){.container-wide{margin-left:calc((100% - 1240px)/ 2);max-width:calc(100% - calc((100% - 1240px)/ 2));padding:0 0;margin-right:0}}@media (min-width:1920px){.container-wide{margin-left:calc((100% - 1600px)/ 2);max-width:calc(100% - calc((100% - 1600px)/ 2));padding:0 0;margin-right:0}}.container-l{max-width:100%;display:block;position:relative;margin:0 auto;padding:0 1.2rem}@media (min-width:834px){.container-l{padding:0 3.2rem}}@media (min-width:1440px){.container-l{max-width:1360px;padding:0 0}}@media (min-width:1920px){.container-l{max-width:1520px;padding:0 0}}.container-wide_l{padding:0 1.6rem;max-width:100%;display:block;position:relative;margin:0 0 0 auto}@media (min-width:1440px){.container-wide_l{margin-right:calc((100% - 1240px)/ 2);max-width:calc(100% - calc((100% - 1240px)/ 2));padding:0 0;margin-left:0}}@media (min-width:1920px){.container-wide_l{margin-right:calc((100% - 1480px)/ 2);max-width:calc(100% - calc((100% - 1480px)/ 2));padding:0 0;margin-left:0}}.mobile-only{display:block!important}@media (min-width:834px){.mobile-only{display:none!important}}.desktop-only{display:none!important}@media (min-width:834px){.desktop-only{display:block!important}}.mobile-only_lg{display:block!important}@media (min-width:1440px){.mobile-only_lg{display:none!important}}.desktop-only_lg{display:none!important}@media (min-width:1440px){.desktop-only_lg{display:block!important}}.mobile-only_xl{display:block!important}@media (min-width:1920px){.mobile-only_xl{display:none!important}}.desktop-only_xl{display:none!important}@media (min-width:1920px){.desktop-only_xl{display:block!important}}.grey_bg{background:rgba(120,146,206,.07)}.overflow-hidden{overflow:hidden}.white-txt{color:#fff}.orange-txt{color:#ea7e24}.main{width:100%;position:relative;padding-top:7.3rem;min-height:50vh;padding-bottom:4rem}@media (min-width:1440px){.main{padding-top:11.5rem;padding-bottom:8rem}}.main>section+section{padding:4rem 0}@media (min-width:834px){.main>section+section{padding:8rem 0}}.column-main>section{padding:4rem 0}@media (min-width:834px){.column-main>section{padding:8rem 0}}@media (min-width:1440px){.column-main>section:first-child{padding-top:0}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.section-pretitle{color:#121212;text-transform:uppercase;font-size:1.6rem;font-style:normal;font-weight:700;line-height:1.5;letter-spacing:1.28px;margin-bottom:1.1rem}.section-title{font-family:Inter,sans-serif;font-size:3.2rem;font-style:normal;font-weight:700;line-height:normal;color:#0c2866;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:center}@media (min-width:834px){.section-title{font-size:6.4rem;margin-bottom:6rem}}.section-title:before{content:'';display:block;width:10rem;height:.5rem;border-radius:2rem;background:#c1282e;position:absolute;left:50%;bottom:0;transform:translateX(-50%)}@media (min-width:834px){.section-title:before{height:1rem}}.section-title br{display:none}@media (min-width:834px){.section-title br{display:block}}.section-txt{color:#121212;font-size:1.8rem;font-style:normal;font-weight:500;line-height:1.5;margin-bottom:2rem}@media (min-width:834px){.section-txt{font-size:2.4rem}}.page-title{font-size:4.8rem;font-weight:700;line-height:1.2083;color:#c1282e}@media (min-width:834px){.page-title{font-size:8rem;line-height:1.3}}.page-title_small{font-weight:700;font-size:3.2rem}@media (min-width:834px){.page-title_small{font-size:6.4rem;line-height:1.3}}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-style:normal;line-height:normal;margin-bottom:1rem;margin-top:0;color:#0c2866;font-weight:700;text-transform:none}@media (min-width:834px){.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:2rem}}.h1,h1{font-size:4.8rem;line-height:.5}@media (min-width:834px){.h1,h1{font-size:8rem;line-height:.86}}.h2,h2{font-size:3.2rem}@media (min-width:834px){.h2,h2{font-size:6.4rem}}.h3,h3{font-size:2.8rem}@media (min-width:834px){.h3,h3{font-size:4.8rem}}.h4,h4{font-size:2rem}@media (min-width:834px){.h4,h4{font-size:4rem}}.h5,h5{font-size:1.4rem}@media (min-width:768px){.h5,h5{font-size:2.8rem}}.h6,h6{font-size:1.2rem}@media (min-width:768px){.h6,h6{font-size:2.4rem}}.single-main{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.single-main img{margin:2rem 0}.single-main p{margin:2rem 0 2rem}.single-main .h1,.single-main .h2,.single-main .h3,.single-main .h4,.single-main .h5,.single-main .h6,.single-main h1,.single-main h2,.single-main h3,.single-main h4,.single-main h5,.single-main h6{margin:4rem 0 2rem;font-weight:700;line-height:1.3}.single-main .h1 span,.single-main .h2 span,.single-main .h3 span,.single-main .h4 span,.single-main .h5 span,.single-main .h6 span,.single-main h1 span,.single-main h2 span,.single-main h3 span,.single-main h4 span,.single-main h5 span,.single-main h6 span{font-weight:700!important}.single-main h2{font-size:2.4rem}@media (min-width:834px){.single-main h2{font-size:2.8rem}}.single-main h3{font-size:2rem}@media (min-width:834px){.single-main h3{font-size:2.4rem}}.single-main p img{margin:0}.single-main a{text-decoration:underline}.single-main a:hover{text-decoration:none}.single-main ol,.single-main ul{padding:0;list-style-type:disc;margin:2rem 0 4rem;font-weight:400;padding-left:3rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;gap:2rem;width:100%}.single-main ol li,.single-main ul li{margin-bottom:0}.single-main ol{padding:0;list-style-type:none;width:100%;counter-reset:my-counter}.single-main ol>li{position:relative;padding-left:4.4rem}.single-main ol>li:before{content:counter(my-counter);counter-increment:my-counter;position:absolute;left:0;top:4px;background:#7892ce;border-radius:100%;width:3rem;min-width:3rem;height:3rem;color:#0c2866;font-size:1.6rem;font-weight:800;text-align:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.single-main blockquote{padding:0 0 0 2.1rem;margin:4rem 2.2rem;border-left:3px solid #7892ce;font-weight:600;line-height:1.5}.single-main table{border:none;max-width:100%;padding:0 2.2rem;margin:2rem 0 4rem;outline:0;border-spacing:0;overflow-x:auto;table-layout:auto;width:100%;border-collapse:collapse}.single-main table td{padding:1.8rem 2.6rem 1.8rem 0;border-bottom:1px solid #fff}.mail-icon,.phone-icon{display:inline-block;width:2rem;min-width:2rem;height:2rem}@media (min-width:834px){.mail-icon,.phone-icon{width:2.4rem;min-width:2.4rem;height:2.4rem}}.mail-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBGNTQ3QTVCNDdBMTFFRkI3ODc5RUI5MzVGMzMzNTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBGNTQ3QTZCNDdBMTFFRkI3ODc5RUI5MzVGMzMzNTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEY1NDdBM0I0N0ExMUVGQjc4NzlFQjkzNUYzMzM1NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEY1NDdBNEI0N0ExMUVGQjc4NzlFQjkzNUYzMzM1NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjBiKfsAAARsSURBVHja7FvpSxVRFB+XeEUWJf0J4gfpS8uXzIQM1xYqDGnftB3bbDFJsN2kTVqosIykDdEW22iRkihLCzJbCYIKWojKrSztdQ7vDMjl3OfMvPG9Gd4c+KHcA3fm97tz7j3nXA1xu91KMFuoEuTmCOAI4AjgCOAIEMwWEp1W8hd+hgcp/w4nBBwBgty6i/06QDnAzgVDDGAGIMyIAMMBDYBMwD8bkk8FbJKR1xoCcwFHbBguKYAKgEvvHvCUGZsPOIzHpo3IVwJ6C+NNWgTAmD/DjGfaRIRkCfkPgBItAmCszwKcZ3xZgD0WJp9E7y2S/0S+b1r3AMwOMwAXGd9yi4qABC8w5D8DEgAv9G6CfwBTAJcY3wrALguRT5SsvFfyWk4BFCEdUMX4VgGKLEIeV76PhPxzXzNBVYTLjC8HsDOA5ONpwxPJfwGM6Y68nlS4ncLhFuNbA8gPAPlRtCh9GfK48o1m1wK/ABMAtxlfAWCjn8lfAURIVr5R60R6s7s2wHhANePDlDPPD+TjJOS/EvlnPV0NogjjAHcY3xZAbg+Tv2oWeV/KYRRhLOAu49sGWNcD5Ed2s/IN/u4HtFI41DK+HYC1JpKPpZXvJ4x/p4qvwejEvlZ4TZR7P5SIsMwk8tck5DEHqA90R+gnpaGPhHEsmooBS3yYe4SE/A96Zr2vL29Wja+KUMeIsB+w2GTyicyzAipA11V5wohwALBQx1zDKMnpr1FoSwigZoytzDiKcAiwQMMcQwE3AAMZ33vASzNf2EwBXNRMiZP4VRFmGiSPNpjCIsJqArioHE3V8LzjiqdLK9oQIh+p4VTgqr+ACdALcE7x9OFEOwh4JYyFkQiYJwyi1ZxONUYkE/PFzLwJkuaH3wVAMiepSBJtN2ApZWlvBB+24wspi2sGlAEGMOSTqQO12UsTxBUoAVTyGYxvH2A1/f6RVuytzgQrpUuWmU8ptmhqA9TlbwGQfClgKuM7ClgpjGFHdrTCt9xFUxuYD4TxPPpqRMN955Ri8IbbiADqbs5tZMfovHdLjrBYSpFbGH8H4ATlALWSZ+dSYiXaZMBpIyKEGyCPG1sW4yulcXc3BVQu9Q6wuouiTfQdoIaSKW+Gc2fTFyhml+k0/zxFxzVeuE7yqP4ixoengJ77Q+wu3SToNTdtrmFMYjWb3kHzu+gJgUJJYVNOx1inH1tibvoCyhgf3mVqvsHSKsB2xdP8FK2CNsIOxf+GKzyHNkDR8AvYa5YAWwHrmXFsUEwLEHnV8KvDa7yzjC+bchGfBMBu7wZm/DpgEhU/gbZOqi+4azw8jouMCpCj8P1+zNcnWoS8aniXifcWVTp4eD0FZMrV0Mr/Vqxn6g1WJVOUFchCNVTSieFi5x4gTVLvW8XaSYRqyV4Wr0WANGbsPqnaoljfvN1bJGkRQDw/HyueO4BmxT7WRhVqra+Z4Guq26MUe5paO8QYFSDaYLpqG3P+VNYRIMgtxPm/QScEHAEcARwBHAEcAYLW/gswAA/S+ZBiSBT/AAAAAElFTkSuQmCC) no-repeat center center transparent;background-size:contain}.phone-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTM5QTA4OTJCNDdBMTFFRkE1RjlBMUM3ODVBRkI2OTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTM5QTA4OTNCNDdBMTFFRkE1RjlBMUM3ODVBRkI2OTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MzlBMDg5MEI0N0ExMUVGQTVGOUExQzc4NUFGQjY5NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MzlBMDg5MUI0N0ExMUVGQTVGOUExQzc4NUFGQjY5NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmJ/cBsAAAYTSURBVHja7FtrbBVVED5XWkWh6k1F8VGMplAiPkB8Y6rBZ+QhUpSIYLQR9AdGUGMkIkbRhkQlojEGo4KFGglUqVR8EbTRCIhGRdSIMZFCfAWrVdSK6HU+77fx5jKzd+92K7utk3w/es7ZuXu+PTNnZs5pKpPJuJ4s+7geLiW5f1SNesoiaYhggOCAAvp+FWwVfCyI9dL67MXaPQnIkzLBbQKMPKJI/d8IFgrmC35KogmcJPhEMDvE5CH9BXcJPhAMTRoBgwUtgqMi0H+MYA11JoIAmMQywUER/ka5YImgVxIIqBGc2AW/c4pgXBIIuFoZ85dgliAtSBUAxswxdoCrkkDA6cqYxwXzBD8G0IcxcwWLlb6zk0BAWhmzJoTeJqWtn6Ai7gTsVsakQ+h932gfGncCWo2trFiBnh1JJOALZUxlSN0fKm3VSSTghJC6Nyht5wgOjjMB2lerEvQNoXuV0lYquCTOBLxnjAlju+8wKcqX0XEmYLNgV0S2iwDqBaV9RJwJ+F2wURk3MqT+1Uob6gqHxTkbXKu0nRWgGKLJVy7mEpSA/QUXhdBv2XtbnAl424j7x4eY/O1KO0zsjzgTACfYrLSP4UoIOvlGwb5KX33cTQDynNKGIsmETk5+i5Epxo6AlwU/KO21BfRd6DP5DsFEwc4kEPCb4BkjlLVCYxREnjAmD7O63GWLpC4JBECeNCZ5izH+QCPfz9B0mpOyDebm9OuU9iudXjFud9kDEY208iTFAblyv9KGJT7bGG+tjocFxyaRgCZ6bs0ZDlTaXxEsV9pxytRg+IdYE4CEps5Ia+uMZ2YYkd4ZgkeSRgBkqWHbE4zwGPH/NEMX2qcnjYA/BXcaffiivZX2RmMXgTzEeCAxBECeN5Ik+IG7jWduFLyrtOOIbElcCiPFXJCYbhRL4PnPNIKpy5xeFSpluF3sSthPcHiU9YRiCPhU8KDxReudfqC6XTBW8LNBQkMAn4Ad5Caupg76GJDaymgVR27p/4IAyD0ue28gXypp8ykj/R3Hl9fIgx9ZaGyRw1y2Tgm/MTyvr4JBGZz0ty57gjWHhFd0FQGYxLVOP0HCyfKtxnNrmQt0+OwOLXnB0mhGogMDvBdW03n0R01cHd/Rd9U4n6P5MJekUO2da/TNc/YxOHKBUYY5eHECwu9rWHtopM2HlX58lxUue0YxOCoCIPcKXjP0LeVkrJVwvuEYvYRqEb9ilFEjzOctp5T3wxKACHGyYJvS10fwkrPPErCCTjW2yNwESkupce/oNH5ZHNt/XcQ7l3NVlUVBgKONjTUKHDj+etVlL1s5Y3eo9gmWtMnX0Alv5Aq5nlkpVtt9dILfF9ADH3NzVAQ4FjgmMVrUbPB1H3NAnHAdQ+q2AJNvNlbiBmanFwgOERzNFbLI6TdVbshdYVHcFF1FL679WJq+YozP842sMi0vcvKWtHKF1NJk8gVX+I6LkgAIrpjONPr6cjua6fM8gpsrBBfnJF7bSFxnKkmPGu0VURMAWcBJZoyAZz4jtzIfHagnHE8fMoB+pDPS5hNdRk6Al+lNNXyCV06DEzu5gJ72Ls6BUl1FgKNnh2P7xejHfYP1jNpKk5QNFiMrXfZAtdUndEXc/hEDo25HAGQTt8A3fMZU0c6fdtHcTY4VAY6RGr5wHfdsyx5xQ/VzwQPcy7sNAV5J7Q6XvSm6xWdcbxZXtrO+MKi7EODJOnr/BT67hFf1mcK6w0qmxb26AwGOO8MMJkPrC4zFpC9lpLmVW2x1kWSU+bzHXiHAE+T9I2j7XwYYfyTLYi30K88y3hhkZI6eTPFJxv6Rkr24A8Epojq8jJkdbpME+fccJFkT3b8F1XYSuomOFJc9cbSPM4tZRha7OQ4E5CY8Xl1wEstqQ4p4HsXYc4kg0pDrg+L0f4MgYjEzw5F80Y6If2MHawcujgR4kmEdYTJNYiorTLs6qRdkjs8vmsT9P0dhy7h1gvvFh7psZfmxAvGEVSNA1fjN/I4SlxyBs1tBQHA6NJyxBeqPlUQf9u+mY6xngqbeTUoSAfmCw5DVbs/ruP05+Z1BfEjq//8e7+HytwADAAnBOHcE89S1AAAAAElFTkSuQmCC) no-repeat center center transparent;background-size:contain}.btn,button,input[type=submit]{display:inline-block;text-decoration:none;box-shadow:none;outline:0;color:#fff;font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:1.12px;border-radius:10rem;background:#264a9d;transition:.5s ease-in-out;padding:1.6rem 2.4rem;text-transform:uppercase}@media (min-width:834px){.btn,button,input[type=submit]{font-size:1.6rem}}.btn.active,.btn:focus,.btn:hover,button.active,button:focus,button:hover,input[type=submit].active,input[type=submit]:focus,input[type=submit]:hover{color:#264a9d;background:#fff}.btn-primary_w100{width:100%}.btn.btn-link{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;width:auto;padding:0;background:0 0;white-space:nowrap;gap:.5rem;color:#000}.btn.btn-link svg{width:2.4rem;fill:#000000;display:block;height:auto;min-width:2.4rem;position:relative}.btn.btn-link:hover svg{-webkit-animation:rotate-center .6s ease-in-out both;animation:rotate-center .6s ease-in-out both}.btn-menu{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1.2rem;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;width:4.8rem;min-width:4.8rem;height:4.8rem;line-height:1;border:none;border-radius:2rem;background:rgba(230,227,227,.3);outline:0}.btn-menu.active,.btn-menu:focus,.btn-menu:hover{border:none;outline:0}.btn-menu_close{display:none}body.is-fixed{overflow:hidden}body.is-fixed .main:before{display:none}body.is-fixed .header.is-scrolled{border-radius:0}@media (max-width:1440px){body.is-fixed .header{background:#fff}}@media (min-width:1440px){.btn-menu{display:none}}.menu-mobile{display:none;top:7.2rem}@media (max-width:1440px){.menu-mobile{position:fixed;left:0;z-index:2;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;overflow-y:auto;width:100%;height:calc(100% - 72px);z-index:500;background:#fff;transform:translateX(101%);transition:transform .3s ease;padding:2rem 2.4rem}.menu-mobile.is-opened{transform:none}.menu-mobile .btn.btn-primary{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}}@media (max-width:1440px) and (min-width:834px){.menu-mobile .btn.btn-primary{display:none}}.menu-mobile.is-opened+.btn-menu{display:none}.menu-mobile.is-opened~.btn-menu_close{display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-mobile__list{margin-bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;width:100%;gap:2rem}.menu-mobile__list li{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;width:100%}.menu-mobile__list li.menu-item-has-children{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}.menu-mobile__list li.menu-item-has-children>a{display:block;position:relative;padding-right:3.2rem}.menu-mobile__list li.menu-item-has-children>a::after{content:'';background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACMSURBVHgB7ZKxDkAwFEVvYxQxCANW/Y5+ij9Rf8ZvmE0SCzFTxPLi0cGmN3lp2nt7cocHOP1QcVaU+3yVQ5LJ9ZhUVmzGeFeOeh598MNImENBQPlBhGUeWwoznj4uAvUyjc0jcA9wUAob+k6/NuSgZtQb7LQelORSY0VFfrAwtuFtUwuYtaxXxOkn2gAH+TjecNmmTwAAAABJRU5ErkJggg==) no-repeat center center transparent;line-height:1;background-size:cover;width:2rem;height:2rem;display:block;position:absolute;right:0;top:50%;margin-top:-1rem;transition:transform .3s ease}.menu-mobile__list li.menu-item-has-children>a.is-active{color:#264a9d}.menu-mobile__list li.menu-item-has-children>a.is-active::after{transform:rotate(180deg)}.menu-mobile__list>li>a{color:#000;text-transform:uppercase;text-align:left;font-size:1.6rem;font-style:normal;font-weight:700;line-height:1.5;letter-spacing:1.28px}.menu-mobile__list>li>a:hover{color:#264a9d}.menu-mobile__list .sub-menu{width:100%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;gap:2rem;display:none;margin-top:2rem}@media (min-width:834px){.menu-mobile__list .sub-menu{gap:2.4rem}}.menu-mobile__list .sub-menu.is-opened{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:2rem}.menu-mobile__list .sub-menu a{color:#000;font-size:1.8rem;font-style:normal;font-weight:400;line-height:1.5;text-transform:none}.menu-mobile__list .sub-menu a:hover{color:#264a9d}input,input:focus{outline:0;box-shadow:none;border:none}input:-internal-autofill-selected{background-color:transparent}input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{background:#fff;border-radius:1.5rem;padding:1.6rem 2.4rem;font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:1.12px;color:#2c3449;position:relative;height:auto;border:1px solid #e6e3e3;margin:0 0 1.6rem;width:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}input[type=date]:focus,input[type=date]:focus-visible,input[type=date]:hover,input[type=datetime-local]:focus,input[type=datetime-local]:focus-visible,input[type=datetime-local]:hover,input[type=datetime]:focus,input[type=datetime]:focus-visible,input[type=datetime]:hover,input[type=email]:focus,input[type=email]:focus-visible,input[type=email]:hover,input[type=month]:focus,input[type=month]:focus-visible,input[type=month]:hover,input[type=number]:focus,input[type=number]:focus-visible,input[type=number]:hover,input[type=password]:focus,input[type=password]:focus-visible,input[type=password]:hover,input[type=range]:focus,input[type=range]:focus-visible,input[type=range]:hover,input[type=search]:focus,input[type=search]:focus-visible,input[type=search]:hover,input[type=tel]:focus,input[type=tel]:focus-visible,input[type=tel]:hover,input[type=text]:focus,input[type=text]:focus-visible,input[type=text]:hover,input[type=time]:focus,input[type=time]:focus-visible,input[type=time]:hover,input[type=url]:focus,input[type=url]:focus-visible,input[type=url]:hover,input[type=week]:focus,input[type=week]:focus-visible,input[type=week]:hover{border-color:#264a9d;box-shadow:none;outline:0}.form-control{background:#fff;border-radius:1.5rem;padding:1.6rem 2.4rem;font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:1.12px;color:#2c3449;position:relative;height:auto;border:1px solid #e6e3e3;margin:0 0 1.6rem;width:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.form-control:focus,.form-control:focus-visible,.form-control:hover{border-color:#264a9d;box-shadow:none;outline:0}.form-control::-webkit-input-placeholder{color:#838da7;font-size:1.6rem}.form-control::-moz-placeholder{color:#838da7;font-size:1.6rem}.form-control:-ms-input-placeholder{color:#838da7;font-size:1.6rem}.form-control:-moz-placeholder{color:#838da7;font-size:1.6rem}.form-label{display:block}.form-btn__group{text-align:center;margin-top:2.3rem}@media (min-width:1440px){.form-btn__group{text-align:left}}.form-btn__group .btn{width:20rem}select{background:#fff;border-radius:1.5rem;padding:1.6rem 2.4rem;font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:1.12px;color:#2c3449;position:relative;height:auto;border:1px solid #e6e3e3;margin:0 0 1.6rem;width:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}select:focus,select:focus-visible,select:hover{border-color:#264a9d;box-shadow:none;outline:0}textarea{max-width:100%;min-height:16rem;height:16rem;background:#fff;border-radius:2.9rem;padding:1.6rem 2.4rem;font-size:1.4rem;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:1.12px;color:#2c3449;position:relative;height:auto;border:1px solid #e6e3e3;margin:0 0 0;width:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}textarea:focus,textarea:focus-visible,textarea:hover{border-color:#264a9d;box-shadow:none;outline:0}.wpcf7-spinner{display:none}.wpcf7-form-control-wrap{display:block;width:100%}.wpcf7-not-valid-tip{color:red;font-size:1rem;display:block;margin-top:0;font-weight:600;position:absolute;bottom:0;z-index:2;padding-left:3rem}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{font-size:1.8rem;border:none;font-weight:500;padding:1rem 0;color:#264a9d;margin:0;text-align:center}@media (min-width:1440px){.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{text-align:left}}.searchform{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;width:100%}.searchform input[type=text]{padding:1rem 6rem 1rem 2rem;border:1px solid #e6e3e3;font-size:1.6rem;line-height:1.2;border-radius:2rem;position:relative;color:#121212;margin:0}.searchform #searchsubmit{border:none;font-size:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzVCODJEODVCNDk0MTFFRkFGNTRDNzM4MTQwQkM2Q0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzVCODJEODZCNDk0MTFFRkFGNTRDNzM4MTQwQkM2Q0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NUI4MkQ4M0I0OTQxMUVGQUY1NEM3MzgxNDBCQzZDQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NUI4MkQ4NEI0OTQxMUVGQUY1NEM3MzgxNDBCQzZDQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDDEXAAAAo2SURBVHja7F0LsJVV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) no-repeat center .6rem transparent;background-size:2.6rem;width:5rem;position:absolute;right:0;height:100%;border-radius:0 2rem 2rem 0;z-index:2}.header{background:0 0;width:100%;padding:1rem 0;position:fixed;top:0!important;left:0;right:0;z-index:100;transition:background .3s ease-out;box-shadow:0 20px 47px 0 rgba(130,103,33,.09)}.header.is-scrolled{border-radius:0;background:#fff}@media (min-width:834px){.header{padding:1.6rem 0}}.header-logo__box{line-height:1}@media (min-width:1440px){.header-logo__box{width:35%}}@media (min-width:1920px){.header-logo__box{width:40%;min-width:40%}}.header-logo__box img{height:5rem;width:auto}@media (min-width:1440px){.header-logo__box img{height:8rem}}.header-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;width:100%}@media (min-width:1440px){.header-inner{gap:4rem;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}}.header-menu{display:none}@media (min-width:1440px){.header-menu{display:block;width:100%}}@media (min-width:1440px){.header-right{width:calc(65% - 40px);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;gap:1rem}}@media (min-width:1920px){.header-right{width:calc(60% - 40px);min-width:calc(60% - 40px)}}.header-contact__box{display:none}@media (min-width:1440px){.header-contact__box{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;gap:3rem;width:100%}}@media (min-width:1920px){.header-contact__box{gap:6rem}}.header-contact{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;gap:1rem;margin-bottom:2rem}@media (min-width:834px){.header-contact{gap:2rem;margin-bottom:4rem}}@media (min-width:1440px){.header-contact{margin-bottom:0;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;gap:3rem;font-weight:500;white-space:nowrap}}.header-contact__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;gap:.5rem}.header-logo__link{height:auto;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;background:0 0;width:25rem;min-width:25rem;border:3px solid #264a9d;padding:.5rem}@media (min-width:834px){.header-logo__link{height:100%;padding:0 1rem;width:31rem}}@media (min-width:1920px){.header-logo__link{width:100%;min-width:100%}}.header-logo__txt{display:block;line-height:1.2;text-transform:uppercase;color:#264a9d;font-weight:700;font-size:1.5rem}@media (min-width:834px){.header-logo__txt{font-size:2rem}}@media (min-width:1920px){.header-logo__txt{font-size:2.4rem}}.header-lang{margin-bottom:2rem;padding-right:1.6rem;font-weight:500}@media (min-width:1440px){.header-lang{margin-bottom:0}}.hero-section{position:relative;width:100%;padding:4rem 0}@media (min-width:834px){.hero-section{padding:8rem 0}}.hero-section.page-top{padding-bottom:0}@media (min-width:834px){.hero-section.page-top{padding-bottom:0}}.hero-section .container{position:relative;z-index:2}.hero-section_img{background-size:100% auto;background-position:center center;position:relative;padding:4rem 0}@media (min-width:834px){.hero-section_img{padding:8rem 0}}.hero-section_img:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.5);z-index:1}.hero-section_img .page-title{color:#fff}.hero-section-inner{position:relative;z-index:2;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;width:100%;height:100%}.main__menu{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;width:auto;gap:3rem}.main__menu .sub-menu{display:none;opacity:0;position:absolute;left:0;top:100%;z-index:50;padding:2rem;background:#fff;border-radius:2rem;box-shadow:0 3px 46px -2px rgba(122,85,28,.2);min-width:19rem;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:0}.main__menu .sub-menu a{color:#000;font-size:1.8rem;font-style:normal;font-weight:500;line-height:1.5;text-transform:capitalize;padding:.2rem 0;display:block;width:100%}.main__menu .sub-menu a:hover{color:#264a9d}.main__menu .sub-menu .current_page_item a{color:#c1282e}.main__menu>li{position:relative}.main__menu>li>a{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;width:auto;border-radius:0;background:0 0;box-shadow:none;padding:.5rem 1.6rem;color:#000;font-size:1.8rem;font-style:normal;font-weight:500;line-height:1.2;text-transform:capitalize;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;border:none}.main__menu>li>a:hover{background:0 0;color:#264a9d}.main__menu>li.open>a,.main__menu>li:hover>a{background:0 0;color:#264a9d}.main__menu>li.open a:after,.main__menu>li:hover a:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB0SURBVHgB7Y7BDYAgDEULClfHcSE86wbABC7gPAZ2MmBJOIBB9KA3XkJI29+XAjS+xQi2WNGr2nzHl/ZoHgkllSWJFVwRIGsHfoAaGEQB96kkLMeevObJnQQ/FDgdj8TaqXE79CtBLgmUlx8JEjOxGRr/cgKL4SidPhyZyQAAAABJRU5ErkJggg==);transform:rotate(180deg)}.main__menu>li.menu-item-has-children>a{display:block;position:relative;padding-right:4.3rem}.main__menu>li.menu-item-has-children>a:after{content:'';background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACMSURBVHgB7ZKxDkAwFEVvYxQxCANW/Y5+ij9Rf8ZvmE0SCzFTxPLi0cGmN3lp2nt7cocHOP1QcVaU+3yVQ5LJ9ZhUVmzGeFeOeh598MNImENBQPlBhGUeWwoznj4uAvUyjc0jcA9wUAob+k6/NuSgZtQb7LQelORSY0VFfrAwtuFtUwuYtaxXxOkn2gAH+TjecNmmTwAAAABJRU5ErkJggg==) no-repeat center center transparent;line-height:1;background-size:cover;width:1.6rem;height:1.6rem;display:block;position:absolute;right:1.7rem;top:50%;margin-top:-.8rem;transition:transform .3s ease}.main__menu>li.menu-item-has-children.open>a:after,.main__menu>li.menu-item-has-children:hover>a:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB0SURBVHgB7Y7BDYAgDEULClfHcSE86wbABC7gPAZ2MmBJOIBB9KA3XkJI29+XAjS+xQi2WNGr2nzHl/ZoHgkllSWJFVwRIGsHfoAaGEQB96kkLMeevObJnQQ/FDgdj8TaqXE79CtBLgmUlx8JEjOxGRr/cgKL4SidPhyZyQAAAABJRU5ErkJggg==);filter:grayscale(1)}.main__menu>li.current_page_item>a{background:0 0;color:#c1282e}.main__menu li.open .sub-menu{opacity:1;pointer-events:all;display:block}.main__menu>li>a{border:none}.is-scrolled .main__menu>li.open>a,.is-scrolled .main__menu>li:hover>a,.is-scrolled .main__menu>li>a:hover{border:none;background:0 0}.page-footer{padding:4rem 0;position:relative;width:100%;line-height:1;background:#264a9d;display:block;color:#fff;font-size:1.6rem;font-style:normal;font-weight:400;line-height:1.5;z-index:5}@media (min-width:834px){.page-footer{padding:8rem 0}}.page-footer a{color:#fff}.page-footer p{margin:0}.page-footer__logo{display:block;width:100%;position:relative;margin:0 auto 2rem;text-align:center;line-height:1}@media (min-width:1440px){.page-footer__logo{text-align:left}}@media (min-width:1440px){.page-footer__top{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;width:100%}}.page-footer__adress{text-align:center;color:#fff;font-size:1.6rem;font-style:normal;font-weight:300;line-height:1.5;margin-bottom:2rem}@media (min-width:834px){.page-footer__adress{text-align:left}}@media (min-width:1440px){.page-footer__adress{order:1;padding-right:6rem}}@media (min-width:1920px){.page-footer__adress{padding-right:8rem}}@media (min-width:834px){.page-footer__item-menu{padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid #7892ce}}@media (min-width:1440px){.page-footer__item-menu{padding:0 6rem;margin:0;border:none;white-space:nowrap;border-left:1px solid #7892ce}}@media (min-width:1920px){.page-footer__item-menu{padding:0 8rem}}@media (min-width:834px){.page-footer__item-menu .footer-menu__list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;width:100%}}@media (min-width:1440px){.page-footer__item-menu .footer-menu__list{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:4rem;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}}.page-footer__item-menu .footer-menu__item{width:100%}@media (min-width:834px){.page-footer__item-menu .footer-menu__item{width:50%}}@media (min-width:1440px){.page-footer__item-menu .footer-menu__item{width:100%}}@media (max-width:calc(834px - 1px)){.page-footer .footer-menu__item .footer-menu__txt{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;transition:max-height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out}}.page-footer .footer-menu__item.active .footer-menu__title:after{-webkit-transform:translateZ(0) rotate(180deg);transform:translateZ(0) rotate(180deg)}.page-footer .footer-menu__title{cursor:pointer;padding:2rem 0;color:#fff;font-size:2rem;font-style:normal;font-weight:700;line-height:1.20023;border-top:1px solid #7892ce;position:relative;width:100%;margin:0}@media (min-width:834px){.page-footer .footer-menu__title{cursor:default;border-top:none;padding:0;font-size:2.4rem;line-height:1.3;margin-bottom:2rem}}.page-footer .footer-menu__title:after{content:'';display:block;position:absolute;min-width:2.4rem;width:2.4rem;height:2.4rem;right:0;top:50%;margin-top:-1.2rem;z-index:2;padding:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzJGOUFGMzFCNEE4MTFFRkI1QTJFN0UzMTk5MDI0RjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzJGOUFGMzJCNEE4MTFFRkI1QTJFN0UzMTk5MDI0RjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMkY5QUYyRkI0QTgxMUVGQjVBMkU3RTMxOTkwMjRGNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMkY5QUYzMEI0QTgxMUVGQjVBMkU3RTMxOTkwMjRGNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGyBX8AAAX/SURBVHja7J1njFVF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) no-repeat center center transparent;background-size:2.4rem;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@media (min-width:834px){.page-footer .footer-menu__title:after{display:none}}@media (min-width:834px){.page-footer__item-contact{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;margin-bottom:2rem}}@media (min-width:1440px){.page-footer__item-contact{margin:0;border:none;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding:0 0 0 6rem;border-left:1px solid #7892ce;width:auto;gap:3.2rem}}.page-footer .menu__vert{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;gap:.6rem;padding:0 0 2rem}@media (min-width:834px){.page-footer .menu__vert{gap:1.5rem;padding:0}}.page-footer .menu__vert a{text-decoration:none;display:block;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;color:#fff}.page-footer .menu__vert a:hover{color:#7892ce}.page-footer__contact-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;width:100%;gap:1rem;margin-bottom:1rem;font-weight:500}@media (min-width:1440px){.page-footer__contact-item{margin-bottom:2rem}}.page-footer__contact-item:last-child{margin-bottom:0}.page-footer__contact-item span{filter:brightness(0) invert(1)}.page-footer__copy{margin-bottom:0;text-align:center;color:#7892ce;font-size:1.2rem}.page-footer__privacy{margin-top:3rem}@media (min-width:1440px){.page-footer__privacy{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-top:3rem}}.homeslide-section{background:0 0;padding:0 0 0;line-height:1}@media (min-width:834px){.homeslide-section{padding:0 0 0}}.homeslide-section__item{height:21rem;background-repeat:no-repeat;background-size:100% auto;background-position:center center;position:relative}@media (min-width:834px){.homeslide-section__item{height:40rem}}@media (min-width:1440px){.homeslide-section__item{height:50rem}}@media (min-width:1920px){.homeslide-section__item{height:60rem}}.homeslide-section__item:after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;z-index:1;background:rgba(0,0,0,.4)}.homeslide-section__item .container{width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.homeslide-section__txt{z-index:2;position:relative;color:#fff;display:block;font-size:2rem;font-weight:500;line-height:1.4}@media (min-width:1440px){.homeslide-section__txt{font-size:4rem;width:60%}}.homeslide-section__list{position:relative}.homeslide-section__list .owl-dots{position:absolute;z-index:3;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;padding:1rem 0;bottom:0;gap:1rem}.homeslide-section__list .owl-dots button.owl-dot{display:block;width:1.5rem;height:1.5rem;min-width:1.5rem;border-radius:100%;background:#fff;border:none;font-size:0}.homeslide-section__list .owl-dots button.owl-dot.active,.homeslide-section__list .owl-dots button.owl-dot:hover{background:#c1282e}.brands-section__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:center;justify-content:center;text-align:center}@media (min-width:834px){.brands-section__list{grid-template-columns:repeat(6,1fr)}}@media (min-width:1440px){.brands-section__list{grid-template-columns:repeat(1,1fr);gap:2rem}}.brands-section__item{filter:grayscale(1);text-decoration:none;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.brands-section__item:hover{filter:grayscale(0);text-decoration:none}.cticon-section{background:0 0;padding:4rem 0}@media (min-width:834px){.cticon-section{padding:8rem 0}}.cticon-section__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;width:100%}@media (min-width:1440px){.cticon-section__list{grid-template-columns:repeat(5,1fr)}}.cticon-section__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;gap:2rem}.cticon-section a.cticon-section__item:hover{cursor:pointer;opacity:.8}.cticon-section a.cticon-section__item:hover .cticon-section__head{cursor:pointer;text-decoration:underline}.cticon-section__icon{background:#264a9d;border-radius:100%;width:12rem;min-width:12rem;height:12rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;text-align:center;padding:3rem}@media (min-width:834px){.cticon-section__icon{width:16rem;min-width:16rem;height:16rem;padding:4rem}}.cticon-section__icon img{filter:brightness(0) invert(1);width:100%;height:auto}.cticon-section__head{display:block;text-align:center;font-weight:500;font-size:1.4rem}@media (min-width:1440px){.cticon-section__head{font-size:1.8rem}}.about-section{background:0 0;padding:4rem 0}@media (min-width:834px){.about-section{padding:8rem 0}}.about-section .page-title{font-size:2.8rem}@media (min-width:834px){.about-section .page-title{font-size:4.8rem}}.about-section__top{margin-bottom:4rem}@media (min-width:834px){.about-section__top{margin-bottom:8rem}}.about-section__top-txt{font-weight:500}@media (min-width:1440px){.about-section__top-txt{width:84rem;position:relative;margin:0 auto}}.about-section__item{padding:2rem;background:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;gap:2rem}@media (min-width:834px){.about-section__item{padding:4rem}}@media (min-width:1440px){.about-section__item{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;gap:3rem}}.about-section__item:nth-child(2n){background:rgba(120,146,206,.07);border-radius:2rem}@media (min-width:1440px){.about-section__item:nth-child(2n) .about-section__icon{order:2}}@media (min-width:1440px){.about-section__item:nth-child(2n) .about-section__info{order:1}}.about-section__icon{line-height:1;width:100%}@media (min-width:1440px){.about-section__icon{width:50%}}.about-section__icon img{border-radius:2rem;width:100%;height:auto}.about-section__info{width:100%}@media (min-width:1440px){.about-section__info{width:calc(50% - 60px)}}.about-section__info h3{text-transform:uppercase}.offer-section .grid-two-column{gap:2rem}@media (min-width:834px){.offer-section .grid-two-column{grid-template-columns:calc(40% - 3%) calc(60% - 3%);align-items:center;gap:0 6%}}.offer-section__icon{line-height:1}.offer-section__icon img{border-radius:2rem}.column-section{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;gap:4rem;padding:4rem 0 0}@media (min-width:834px){.column-section{padding:8rem 0 0}}@media (min-width:1440px){.column-section{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;gap:6rem}}@media (min-width:1440px){.column-left{width:18rem;min-width:18rem}}@media (min-width:1440px){.column-main{width:calc(100% - 240px);min-width:calc(100% - 240px)}}.home-page section.grey_bg{padding:2rem;border-radius:2rem}@media (min-width:834px){.home-page section.grey_bg{padding:4rem}}.manufacturing-section{background:0 0;padding:4rem 0}@media (min-width:834px){.manufacturing-section{padding:8rem 0}}.manufacturing-section__col{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:2rem;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;width:100%}@media (min-width:1440px){.manufacturing-section__col{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:4rem;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}}.manufacturing-section__logo{line-height:1}@media (min-width:1440px){.manufacturing-section__logo{width:40%}}.manufacturing-section__logo img{width:100%;height:auto}@media (min-width:1440px){.manufacturing-section__txt{width:calc(60% - 40px)}}.manufacturing-section__txt p+p,.manufacturing-section__txt ul,.manufacturing-section__txt ul+p{margin-top:1.6rem}.manufacturing-section__txt ul{margin:1.6rem 0 0 0;padding:0 0 0 2rem;list-style-type:disc}.manufacturing-section__files{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:2rem;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;width:100%}.manufacturing-section__files .section-pretitle,.manufacturing-section__files h2,.manufacturing-section__files h3{margin:0}.manufacturing-section__files a{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.manufacturing-section__files a:hover{text-decoration:underline}.manufacturing-section__files svg{width:2.4rem;min-width:2.4rem;height:auto;display:inline-block;margin-left:.5rem}@media (min-width:1440px){.manufacturing-section__files .section-pretitle{font-size:2.6rem}}.linecard-section{padding:0 0 8rem;width:100%}@media (min-width:834px){.linecard-section{padding:0 0 16rem}}.linecard-section__list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;gap:2rem;width:100%}@media (min-width:834px){.linecard-section__list{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width:1440px){.linecard-section__list{grid-template-columns:repeat(3,1fr)}}.linecard-section__item{text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;padding:1rem;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;background:0 0;border-radius:2rem;border:1px solid #e6e3e3;height:100%}.linecard-section__item:hover{background:rgba(120,146,206,.07)}.linecard-section__logo{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;gap:1rem;width:100%}.linecard-section__logo-inner{position:relative;height:0;display:block;padding-bottom:12rem;overflow:hidden;width:100%}.linecard-section__logo-inner img{position:absolute;left:0;top:50%;transform:translateY(-50%);display:block;width:50%;height:auto;max-width:none;-o-object-fit:cover;object-fit:cover}.linecard-section__name{color:#0c2866;font-size:1.4rem;font-weight:500;display:block}.linecard-section__txt{color:#2c3449;display:block}.linecard-page .hero-section{padding-bottom:0}@media (min-width:834px){.linecard-page .hero-section{padding-bottom:0}}.catalog-page .hero-section{padding-bottom:0}@media (min-width:834px){.catalog-page .hero-section{padding-bottom:0}}@media (min-width:834px){.catalog-page .linecard-section__list{grid-template-columns:repeat(3,1fr)}}@media (min-width:1440px){.catalog-page .linecard-section__list{grid-template-columns:repeat(5,1fr)}}.catalog-page .linecard-section__logo-inner{border-radius:2rem}.catalog-page .linecard-section__logo-inner img{width:100%}.blog-section{padding-bottom:14rem}@media (min-width:834px){.blog-section{padding-bottom:16rem}}@media (min-width:834px){.blog-section__list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;gap:0 2rem}}.blog-section__item{background:rgba(120,146,206,.07);border-radius:2rem;margin-bottom:4rem;display:block;text-decoration:none;padding:0 0 3rem;width:100%}@media (min-width:834px){.blog-section__item{width:calc(33.3333% - 20px)}}.blog-section__item:hover .blog-section__img img{-webkit-transform:scale(1.2);transform:scale(1.2)}.blog-section__item-w100{width:100%}.blog-section__item-w100 .blog-section__title{font-size:2rem;margin-bottom:2rem;font-weight:600;line-height:1.225;height:auto}@media (min-width:768px){.blog-section__item-w100 .blog-section__title{font-size:4rem;height:auto}}.blog-section__item-w100 .blog-section__img img{height:35.3rem}@media (min-width:768px){.blog-section__item-w100 .blog-section__img img{height:33.9rem}}.blog-section__item-w100 .blog-section__txt{height:auto;overflow:visible}@media (min-width:834px){.blog-section__item-w100 .blog-section__info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;gap:0 6rem}}@media (min-width:834px){.blog-section__item-w50{width:calc(66.6667% - 20px)}}.blog-section__img{border-radius:2rem 2rem 0 0;margin-bottom:2rem;display:block;overflow:hidden;height:21.8rem}@media (min-width:768px){.blog-section__img{height:24.8rem}}.blog-section__img img{border-radius:2rem 2rem 0 0;height:100%;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.blog-section__title{display:block;font-weight:700;font-size:1.4rem;line-height:1.5;margin-bottom:1rem;padding:0 2rem;overflow:hidden}.blog-section__title-inner{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:pre-wrap}@media (min-width:768px){.blog-section__title{font-size:2.8rem}}.blog-section__info{padding:0 2rem;display:block}.blog-section__txt{font-size:1.6rem;color:#121212;margin-bottom:2rem;display:block;overflow:hidden}.blog-section__txt-inner{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:pre-wrap}@media (min-width:768px){.blog-section__txt{font-size:1.6rem}}.blog-section__date{padding:0 2rem;display:block;margin-bottom:1rem;font-size:1.4rem;color:#2c3449}.blog-section .btn.btn-link{margin:0 2rem 0}.blog-section__more .btn{width:100%}@media (min-width:480px){.blog-section__more .btn{max-width:44rem}}.article__breadcrumbs{padding:4rem 0 2rem}@media (min-width:834px){.article__breadcrumbs{padding:8rem 0 2rem}}.article__title{font-size:3.2rem}@media (min-width:834px){.article__title{font-size:6.4rem}}.article__date{font-size:1.4rem;padding:1rem 2rem;color:#404246}.article__feature-img{border-radius:2rem 2rem;margin-bottom:2rem}@media (min-width:834px){.article__feature-img{margin-bottom:2rem}}.article-toc{margin:0}.article-toc .lwptoc{margin:0}.article-toc .lwptoc-light .lwptoc_i{color:#121212;background:rgba(120,146,206,.07);display:block;width:100%;border-radius:2rem}.article-related{padding:4rem 0 0}@media (min-width:834px){.article-related{padding:8rem 0 0}}.error-page{padding-bottom:8rem}@media (min-width:834px){.error-page{padding-bottom:16rem}}.error-page__img{position:relative;z-index:2;text-align:center;padding:4rem 0}@media (min-width:834px){.error-page__img{padding-top:8rem}}.error-page__img img{width:25rem;height:auto}.error-page__txt-inner{margin-bottom:2rem}.error-page__btn{position:relative;z-index:2}.faq-section{padding:4rem 0;position:relative;background:rgba(120,146,206,.07)}@media (min-width:834px){.faq-section{padding:8rem 0}}.faq-section .section-title{margin-bottom:4rem;text-align:center}.faq-section .faq-btn{outline:0;border:none;box-shadow:none;background:0 0;border-radius:2.4rem;display:block;width:100%;padding:2rem 4.8rem 2rem 0;position:relative;color:#0c2866;font-size:2rem;font-weight:700;line-height:1.20023;text-transform:none;text-align:left}@media (min-width:834px){.faq-section .faq-btn{padding:3rem 5.6rem 3rem 0;font-size:2.4rem;line-height:1.3}}.faq-section .faq-btn:hover{color:#0c2866}.faq-section .faq-btn:after{content:"";display:block;position:absolute;right:0;top:50%;margin-top:-1.75rem;background:url(data:image/png;base64,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) no-repeat center center transparent;background-size:contain;width:2.6rem;height:2.6rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;border-radius:100%;border:none;background:0 0;z-index:1}@media (min-width:834px){.faq-section .faq-btn:after{right:0;width:4rem;height:4rem;margin-top:-2rem}}.faq-section .faq-btn:before{content:"";display:block;position:absolute;z-index:2;right:0;top:50%;margin-top:-1.5rem;background:url(data:image/png;base64,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) no-repeat center center transparent;background-size:3rem;width:3rem;height:3rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@media (min-width:834px){.faq-section .faq-btn:before{right:0;background-size:5rem;width:4rem;height:4rem;margin-top:-2rem}}.faq-section__item{margin-bottom:0;background:0 0;border-radius:0;padding:0;border-bottom:1px solid #e6e3e3}.faq-section__item:last-child{border-bottom:none}.faq-section__item:first-child .faq-btn{padding-top:0}.faq-section__item.active{padding:0 0 2rem}@media (min-width:834px){.faq-section__item.active{padding:0 0 2.5rem}}.faq-section__item.active .faq-btn:after{-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}.faq-section__item.active .faq-btn:before{-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}.faq-section__answer{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;transition:max-height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;font-weight:400;font-size:1.6rem;line-height:1.5;color:#404246}@media (min-width:834px){.faq-section__answer{font-size:1.8rem}}.faq-section__answer p{margin:0}.faq-section__answer br{display:none}.faq-section__answer .btn{margin-top:2rem}.faq-section__answer-inner{padding:0 2rem 0 0}@media (min-width:834px){.faq-section__answer-inner{padding:0 4rem 0 0}}.faq-section table{border:none;max-width:100%;padding:0 2.2rem;margin:2rem 0 2rem;outline:0;border-spacing:0;overflow-x:auto;table-layout:auto;width:100%;border-collapse:collapse}.faq-section table td{padding:1.8rem 2.6rem 1.8rem 0;border-bottom:1px solid #e6e3e3}.faq-section blockquote{padding:0 0 0 2.1rem;margin:2rem 2.2rem;border-left:3px solid #264a9d;font-weight:600;line-height:1.5}.faq-section ol,.faq-section ul{padding:0;list-style-type:disc;margin:2rem 0;font-weight:400;padding-left:3rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;gap:1rem;width:100%}.faq-section ol li,.faq-section ul li{margin-bottom:0}.team-section{padding:0 0 8rem;width:100%}@media (min-width:834px){.team-section{padding:0 0 16rem}}@media (min-width:834px){.team-section .section-title{margin-bottom:3rem}}.team-section__txt{margin-bottom:3rem}@media (min-width:834px){.team-section__txt{margin-bottom:6rem;width:80rem;margin-left:auto;margin-right:auto;position:relative}}.team-section__list{display:grid;grid-template-columns:repeat(1,1fr);gap:3rem;width:100%}@media (min-width:834px){.team-section__list{grid-template-columns:repeat(2,1fr);gap:4rem}}@media (min-width:1440px){.team-section__list{grid-template-columns:repeat(3,1fr)}}.team-section__item{text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;background:0 0;height:100%}.team-section__position{font-weight:500;text-transform:uppercase;color:#000}.team-section__photo{line-height:1;border-radius:100%;overflow:hidden;position:relative;height:0;padding-top:20rem;width:20rem}.team-section__photo img{position:absolute;width:100%;height:100%;object-fit:cover;left:0;top:0}.team-section__name{color:#404246}.about-page{padding-bottom:0;padding-top:14.3rem}@media (min-width:834px){.about-page{padding-bottom:0;padding-top:22.5rem}}.contact-page .hero-section__txt{color:#fff;text-align:center}.contact-form__box{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;width:100%;gap:2rem}@media (min-width:1440px){.contact-form__box{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;border-radius:2rem;border:1px solid rgba(120,146,206,.07);padding:1rem}}.contact-form__inform{background:rgba(120,146,206,.07);padding:2rem;border-radius:2rem}@media (min-width:1440px){.contact-form__inform{border-radius:0 2rem 2rem 0;width:calc(40% - 20px)}}.contact-form__inform p+p{margin-top:1.6rem}.contact-form__inform .wp-block-heading{font-size:2rem}@media (min-width:834px){.contact-form__inform .wp-block-heading{font-size:2.8rem}}@media (min-width:1440px){.contact-form__inner{width:60%}}.search-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;width:100%;gap:4rem}.search-list h4{width:100%}.search-list-item{background:rgba(120,146,206,.07);padding:1rem}.search-list-item h4{width:100%}@media (min-width:834px){.search-list-item h4{font-size:2.8rem}}