/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.page-container.contact___en,.page-container.contact___zh{background:url(https://imagecdn.ymm56.com/ymmfile/static/resource/59c8db69-489d-4671-8533-1102d5c8e3de.png) top/auto 718px no-repeat #f3f6f9}.page-container.contact___en #main-wrapper,.page-container.contact___zh #main-wrapper{margin-top:0;background:transparent}.page-container.contact___en #main-wrapper:before,.page-container.contact___zh #main-wrapper:before{display:none}.page-container.contact___en #page-header,.page-container.contact___zh #page-header{top:0;left:0;width:100%;border-radius:0}.page-container.contact___en .container,.page-container.contact___en .container-fluid,.page-container.contact___zh .container,.page-container.contact___zh .container-fluid{max-width:1260px;padding-left:0;padding-right:0}.page-container.contact___en #hero,.page-container.contact___zh #hero{width:100%;height:100vh;min-height:720px;max-height:1155px;background:url(/_nuxt/img/d86c7ed.jpg) 50%/cover no-repeat #000;color:#fff;position:fixed;left:0;top:0}.page-container.contact___en #hero .video,.page-container.contact___zh #hero .video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-container.contact___en #hero .hero-content,.page-container.contact___zh #hero .hero-content{width:100%;height:100%;position:absolute;left:0;top:0}.page-container.contact___en #hero .container,.page-container.contact___zh #hero .container{margin:0 auto;height:100%;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}.page-container.contact___en #hero .display,.page-container.contact___zh #hero .display{font-size:3.6458333333vw;margin-bottom:1.7708333333vw;opacity:0;-webkit-animation:fadeInUp 2s forwards;animation:fadeInUp 2s forwards;font-family:OPPOSans B}.page-container.contact___en #hero .symbol,.page-container.contact___zh #hero .symbol{width:0;height:2.7083333333vw;-webkit-animation:show-all 1s ease 2s forwards;animation:show-all 1s ease 2s forwards;position:relative;left:-4.21875vw;background:url(/_nuxt/img/a1d39e3.png) 0 0/8.4375vw auto no-repeat}@-webkit-keyframes show-all{to{width:8.4375vw;left:0}}.page-container.contact___en #hero #indicator,.page-container.contact___zh #hero #indicator{height:20px;width:20px;position:absolute;bottom:5.2083333333vw;left:50%;margin-left:-10px}.page-container.contact___en #hero #indicator ._icon,.page-container.contact___zh #hero #indicator ._icon{width:100%;height:100%;-webkit-animation:scroll-down 1.5s infinite;animation:scroll-down 1.5s infinite}.page-container.contact___en #hero #indicator ._icon.arrow,.page-container.contact___zh #hero #indicator ._icon.arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABG0lEQVRIS+2VO0oEQRRFz92PmxBEMDDQyEwx8QOKgRi4AAMxkBEcTURMNNLAQBDBTbifKzVUQwWjVdUtDmJ12Lx6p++px2sxo0cz4tLAv2b+76m2PQp6JO330dQ7se1xBO80cImBprrE0qSmDVexqliYHS7b98CdpJe0+VeqbS8B65LWvvuYEvAJELbTqqTXrtk0sO1F4BEYSToeBI6DdAqEDbUi6W3acNleAJ6AsaSjnPps4iThGbANLEt6TxPbngeegStJhznoZNWWFCXwc2AzwIHuDh8i9EbSQWm/KnBUfAFsAB8RMgfcStorhVYnTpJfRu3hVdC7WwPtDY7Jr+NvcasWOgjcB5aeqb7jocDufAP/lMlsn/+n+hPN/XEfqyJroAAAAABJRU5ErkJggg==) 50% no-repeat}.page-container.contact___en .banner,.page-container.contact___zh .banner{text-align:center;height:655px;padding-top:76px}.page-container.contact___en .banner .banner-box,.page-container.contact___zh .banner .banner-box{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}.page-container.contact___en .banner .banner-box .display,.page-container.contact___zh .banner .banner-box .display{font-size:3.6458333333vw;margin-bottom:1.7708333333vw;opacity:0;-webkit-animation:fadeInUp 2s forwards;animation:fadeInUp 2s forwards;font-family:OPPOSans B}.page-container.contact___en .banner .banner-box .symbol,.page-container.contact___zh .banner .banner-box .symbol{width:0;height:2.7083333333vw;-webkit-animation:show-all 1s ease 2s forwards;animation:show-all 1s ease 2s forwards;position:relative;left:-4.21875vw;background:url(/_nuxt/img/a1d39e3.png) 0 0/8.4375vw auto no-repeat}@keyframes show-all{to{width:8.4375vw;left:0}}.page-container.contact___en .app-main .top-box,.page-container.contact___zh .app-main .top-box{width:100%;background:#fff;border-radius:20px;display:flex;align-items:center;text-align:left;padding:30px 0;margin-bottom:35px}.page-container.contact___en .app-main .top-box .size,.page-container.contact___zh .app-main .top-box .size{font-size:1.0416666667vw;font-weight:700;color:#171819}.page-container.contact___en .app-main .top-box .phone,.page-container.contact___zh .app-main .top-box .phone{width:16.92308%;padding-left:3.3854166667vw;border-right:2px solid rgba(209,217,223,.43)}.page-container.contact___en .app-main .top-box .phone .phone-top,.page-container.contact___zh .app-main .top-box .phone .phone-top{height:20px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:.78125vw}.page-container.contact___en .app-main .top-box .phone .phone-top .img,.page-container.contact___zh .app-main .top-box .phone .phone-top .img{width:20px;height:20px;margin-right:6px}.page-container.contact___en .app-main .top-box .email,.page-container.contact___zh .app-main .top-box .email{width:31.84615%;padding-left:3.3854166667vw;border-right:2px solid rgba(209,217,223,.43)}.page-container.contact___en .app-main .top-box .email .email-top,.page-container.contact___zh .app-main .top-box .email .email-top{height:20px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:.78125vw}.page-container.contact___en .app-main .top-box .email .email-top .img,.page-container.contact___zh .app-main .top-box .email .email-top .img{width:20px;height:20px;margin-right:6px}.page-container.contact___en .app-main .top-box .advertising,.page-container.contact___zh .app-main .top-box .advertising{width:27.84615%;padding-left:3.3854166667vw;border-right:2px solid rgba(209,217,223,.43)}.page-container.contact___en .app-main .top-box .advertising .advertising-top,.page-container.contact___zh .app-main .top-box .advertising .advertising-top{height:20px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:.78125vw}.page-container.contact___en .app-main .top-box .advertising .advertising-top .img,.page-container.contact___zh .app-main .top-box .advertising .advertising-top .img{width:20px;height:20px;margin-right:6px}.page-container.contact___en .app-main .top-box .top-box-right,.page-container.contact___zh .app-main .top-box .top-box-right{display:inline-flex;margin:0 auto}.page-container.contact___en .app-main .top-box .top-box-right .text,.page-container.contact___zh .app-main .top-box .top-box-right .text{font-size:12px;font-weight:700;white-space:pre-line}.page-container.contact___en .app-main .top-box .top-box-right .left,.page-container.contact___zh .app-main .top-box .top-box-right .left{text-align:center}.page-container.contact___en .app-main .top-box .top-box-right .left .img,.page-container.contact___zh .app-main .top-box .top-box-right .left .img{width:4.4791666667vw;height:4.4791666667vw;margin-bottom:4px}.page-container.contact___en .app-main .top-box .top-box-right .left .img img,.page-container.contact___zh .app-main .top-box .top-box-right .left .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-container.contact___en .app-main .top-box .top-box-right .middle,.page-container.contact___zh .app-main .top-box .top-box-right .middle{margin:0 100px}.page-container.contact___en .app-main .top-box .top-box-right .right,.page-container.contact___zh .app-main .top-box .top-box-right .right{text-align:center;display:flex;align-items:center;flex-direction:column}.page-container.contact___en .app-main .top-box .top-box-right .right .img,.page-container.contact___zh .app-main .top-box .top-box-right .right .img{width:4.4791666667vw;height:4.4791666667vw;margin-bottom:4px}.page-container.contact___en .app-main .top-box .top-box-right .right .img img,.page-container.contact___zh .app-main .top-box .top-box-right .right .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-container.contact___en .app-main .bottom-box,.page-container.contact___zh .app-main .bottom-box{width:100%;height:506px;background:#fff;border-radius:20px;display:flex;justify-content:space-between}.page-container.contact___en .app-main .bottom-box .bottom-box-left,.page-container.contact___zh .app-main .bottom-box .bottom-box-left{width:525px;height:506px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center}.page-container.contact___en .app-main .bottom-box .bottom-box-left .img,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .img{margin:0 auto;width:8.75vw;height:8.75vw}.page-container.contact___en .app-main .bottom-box .bottom-box-left .img img,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-container.contact___en .app-main .bottom-box .bottom-box-left .size,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .size{margin-top:12px;font-size:16px;color:#adadad;font-weight:500;text-align:center}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom>div,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom>div{height:53px}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom{display:flex;margin-top:3.59375vw;justify-content:center}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .divider,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .divider{width:1px;height:2.7083333333vw;margin:0 2.34375vw;flex-shrink:0;background-color:rgba(2,27,51,.1)}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .sub-divider,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .sub-divider{width:1px;height:.8333333333vw;margin:0 .625vw;background-color:#dadada}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger{cursor:default;position:relative}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger:after,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger:after{content:"";width:0;height:.5208333333vw;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAKCAYAAAAgs9cUAAABuUlEQVRIS83SX2jNYRzH8dfz29p0pnCztHDY0tpKliZuXFlRcidKbhYXyo3y50bcqF0QuZJClFyQO6ldcOWGLK3UWNqcg7TOzSjGajuPzo7VcTrHfjX/PldPT9/v5/t+vs8nwBv2BQ7McqSDt6W7/0ljrGngcuTWOu6EPCswElkZ+IJzH7mwsXz+p5qg5SvHAyeRCUygO+S4hoNVdAWcz3Cllc9/m7zA0ikO4wRaq+ZfL236TJFTgaZquMBk5EYTV9t49afhc3ThUKA/lhNQrenAQCjdjtOZcAk7fwE2FLmXcD/LyO96QJ7uIrsDe9BbzzcyGDnazugc9Lzy9EXOYusCUB8CjwPPZniB0SHe72W2Xt9dGnpZhc5GNkQ2R7ahbYFZTwKnszycr/sJugJ+e+QYdiBJudXZQCEyiSnMoDHSkrA8lrPZkNKrGBjExSyPasS2vk2e9kg/9qM95cDFlI0n3I7czM6ltrZqbrpWaY5N2BXpC2xB82LofvROR56G8tc/WMvzNJ6poSvNXtO8hJ4iPeiKdMRgdRLnIrAskqnIXykqn4pBIUTvAmN4mTD8jeH1TKcBraz5Dh3yc9gmo6XAAAAAAElFTkSuQmCC) 0/auto 100% no-repeat;position:absolute;left:0;bottom:-1.0416666667vw;opacity:0;transition:.3s}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger.active,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger.active{opacity:1;color:#e00000}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger.active:after,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger.active:after{width:2.34375vw;opacity:1;transition:.5s}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .top,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .top{font-size:1.25vw;font-weight:700;color:#000;white-space:nowrap}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .bottom,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .bottom{height:15px;display:flex;font-size:.8333333333vw;font-weight:500;color:#dadada;align-items:center;margin-top:12px;position:relative}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .top,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .top{font-size:1.25vw;font-weight:700;color:#000;white-space:nowrap}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .bottom,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .bottom{height:15px;display:flex;font-size:.8333333333vw;font-weight:500;color:#dadada;align-items:center;margin-top:12px}.page-container.contact___en .app-main .bottom-box .bottom-box-right,.page-container.contact___zh .app-main .bottom-box .bottom-box-right{flex-grow:1;height:100%;background:50%/cover;border-radius:0 20px 20px 0;overflow:hidden}.page-container.contact___en .app-main .bottom-box .bottom-box-right .img,.page-container.contact___zh .app-main .bottom-box .bottom-box-right .img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-container.contact___en .compliance,.page-container.contact___zh .compliance{margin:80px 0 0}.page-container.contact___en .compliance .compliance-title,.page-container.contact___zh .compliance .compliance-title{font-size:30px;font-family:OPPOSans;font-weight:500;color:#000}.page-container.contact___en .compliance hr,.page-container.contact___zh .compliance hr{border:none;height:2px;width:100%;background:#e1e1e1;margin:38px 0 42px}.page-container.contact___en .compliance .compliance-txt,.page-container.contact___zh .compliance .compliance-txt{font-size:18px;font-family:OPPOSans;font-weight:500;color:#000;line-height:30px}.page-container.contact___en .compliance .compliance-email,.page-container.contact___zh .compliance .compliance-email{font-size:18px;font-family:OPPOSans;font-weight:500;color:#000;margin:42px 0 38px}.page-container.contact___en .compliance .compliance-email a,.page-container.contact___zh .compliance .compliance-email a{color:#1d7eeb}.page-container.contact___en .compliance .i-txt,.page-container.contact___zh .compliance .i-txt{font-size:16px;font-family:OPPOSans;font-weight:500;font-style:italic;color:#646464;line-height:30px}.page-container.contact___en .compliance .i-txt .blue,.page-container.contact___en .compliance .i-txt a,.page-container.contact___zh .compliance .i-txt .blue,.page-container.contact___zh .compliance .i-txt a{color:#1d7eeb}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom{display:flex;justify-content:space-between;padding:0 30px}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .divider{margin:0 30px}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .top,.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .top{font-size:18px;margin-bottom:1em}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .bottom,.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .bottom{font-size:13px;line-height:1.2}@media screen and (min-width:720px)and (max-width:1600px){.app-main .top-box .email{width:27.69231%!important}}@media screen and (max-width:720px){.app-header .box-left .img{height:30px!important}.app-header .box-right .btn-icon img{width:20px}.page-container.contact___en,.page-container.contact___zh{background-image:url(/_nuxt/img/177b034.png);background-size:auto 365px}.page-container.contact___en #page-header .container-fluid,.page-container.contact___zh #page-header .container-fluid{width:90%}.page-container.contact___en .banner,.page-container.contact___zh .banner{padding-top:0;height:346px}.page-container.contact___en .banner .banner-box,.page-container.contact___zh .banner .banner-box{display:flex;align-items:center;justify-content:center}.page-container.contact___en .banner .banner-box .display,.page-container.contact___zh .banner .banner-box .display{font-size:35px;margin-bottom:14px;margin-top:20px}.page-container.contact___en .banner .banner-box .symbol,.page-container.contact___zh .banner .banner-box .symbol{margin:0 auto;height:18px;left:-40px;background:url(/_nuxt/img/a1d39e3.png) 0 0/80px auto no-repeat}@-webkit-keyframes show-all{to{width:80px;left:0}}@keyframes show-all{to{width:80px;left:0}}.page-container.contact___en .main-wrapper,.page-container.contact___zh .main-wrapper{background-color:#f3f6f9;margin-top:-450px}.page-container.contact___en .main-wrapper .container:before,.page-container.contact___zh .main-wrapper .container:before{content:"";display:table}.page-container.contact___en .app-main .top-box,.page-container.contact___zh .app-main .top-box{width:82%;margin-left:9%;display:block;padding-top:35px;margin-bottom:0}.page-container.contact___en .app-main .top-box .size,.page-container.contact___zh .app-main .top-box .size{font-size:16px;font-weight:700;color:#171819;margin-top:10px}.page-container.contact___en .app-main .top-box .phone,.page-container.contact___zh .app-main .top-box .phone{width:100%;padding-left:38px;margin-bottom:20px;border-right:none}.page-container.contact___en .app-main .top-box .phone .phone-top,.page-container.contact___zh .app-main .top-box .phone .phone-top{margin-bottom:.78125vw;font-size:10px}.page-container.contact___en .app-main .top-box .phone .phone-top .img,.page-container.contact___zh .app-main .top-box .phone .phone-top .img{width:10px;height:10px}.page-container.contact___en .app-main .top-box .phone .phone-top .title,.page-container.contact___zh .app-main .top-box .phone .phone-top .title{font-size:10px}.page-container.contact___en .app-main .top-box .phone .size,.page-container.contact___zh .app-main .top-box .phone .size{margin-top:12px}.page-container.contact___en .app-main .top-box .email,.page-container.contact___zh .app-main .top-box .email{width:100%;padding-left:38px;margin-bottom:20px;border-right:none}.page-container.contact___en .app-main .top-box .email .email-top,.page-container.contact___zh .app-main .top-box .email .email-top{height:20px;margin-bottom:.78125vw;font-size:10px}.page-container.contact___en .app-main .top-box .email .email-top .img,.page-container.contact___zh .app-main .top-box .email .email-top .img{width:10px;height:10px}.page-container.contact___en .app-main .top-box .email .email-top .title,.page-container.contact___zh .app-main .top-box .email .email-top .title{font-size:10px}.page-container.contact___en .app-main .top-box .advertising,.page-container.contact___zh .app-main .top-box .advertising{width:100%;padding-left:38px;margin-bottom:20px;border-right:none}.page-container.contact___en .app-main .top-box .advertising .advertising-top,.page-container.contact___zh .app-main .top-box .advertising .advertising-top{margin-bottom:1.5625vw;font-size:10px}.page-container.contact___en .app-main .top-box .advertising .advertising-top .img,.page-container.contact___zh .app-main .top-box .advertising .advertising-top .img{width:10px;height:10px}.page-container.contact___en .app-main .top-box .advertising .advertising-top .title,.page-container.contact___zh .app-main .top-box .advertising .advertising-top .title{font-size:10px}.page-container.contact___en .app-main .top-box .advertising:after,.page-container.contact___zh .app-main .top-box .advertising:after{content:"";display:block;height:1px;width:90%;background-color:#ced2da;margin-top:35px;margin-bottom:30px}.page-container.contact___en .app-main .top-box .top-box-right,.page-container.contact___zh .app-main .top-box .top-box-right{margin-top:40px;width:100%;display:flex;justify-content:center;box-sizing:border-box}.page-container.contact___en .app-main .top-box .top-box-right .text,.page-container.contact___zh .app-main .top-box .top-box-right .text{text-align:center;font-size:10px}.page-container.contact___en .app-main .top-box .top-box-right .left,.page-container.contact___zh .app-main .top-box .top-box-right .left{width:25%;display:flex;flex-direction:column;align-items:center;margin-right:0}.page-container.contact___en .app-main .top-box .top-box-right .left .img,.page-container.contact___zh .app-main .top-box .top-box-right .left .img{width:75px;height:75px;margin-bottom:5px}.page-container.contact___en .app-main .top-box .top-box-right .left .text,.page-container.contact___zh .app-main .top-box .top-box-right .left .text{margin-top:6px}.page-container.contact___en .app-main .top-box .top-box-right .middle,.page-container.contact___zh .app-main .top-box .top-box-right .middle{margin:0 15px}.page-container.contact___en .app-main .top-box .top-box-right .right,.page-container.contact___zh .app-main .top-box .top-box-right .right{width:25%;display:flex;flex-direction:column;align-items:center}.page-container.contact___en .app-main .top-box .top-box-right .right .img,.page-container.contact___zh .app-main .top-box .top-box-right .right .img{width:75px;height:75px;margin-bottom:5px}.page-container.contact___en .app-main .top-box .top-box-right .right .text,.page-container.contact___zh .app-main .top-box .top-box-right .right .text{margin-top:6px}.page-container.contact___en .app-main .bottom-box,.page-container.contact___zh .app-main .bottom-box{width:82%;height:522px;margin:20px auto 0;display:block;padding:0}.page-container.contact___en .app-main .bottom-box .bottom-box-left,.page-container.contact___zh .app-main .bottom-box .bottom-box-left{width:100%;height:316px;padding-bottom:0}.page-container.contact___en .app-main .bottom-box .bottom-box-left .img,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .img{margin:5.4166666667vw auto 0;width:122px;height:122px}.page-container.contact___en .app-main .bottom-box .bottom-box-left .size,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .size{font-size:12px;margin:7px 0 35px}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom{justify-content:space-around;margin-top:0}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left{width:40%;display:flex;flex-direction:column;align-items:center}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .top,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .top{font-size:18px}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .divider,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .divider{display:none}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right{width:40%;display:flex;flex-direction:column;align-items:center}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .top,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .top{font-size:18px}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .botttom,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .botttom{font-size:12px}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger{cursor:default;position:relative;font-size:12px}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger:after,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger:after{margin-top:6.5px;height:6px;left:50%;margin-left:-14px;bottom:-3.125vw}.page-container.contact___en .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger.active:after,.page-container.contact___zh .app-main .bottom-box .bottom-box-left .bottom-box-bottom .trigger.active:after{width:9.375vw}.page-container.contact___en .app-main .bottom-box .bottom-box-right,.page-container.contact___zh .app-main .bottom-box .bottom-box-right{border-radius:0 0 20px 20px;width:100%;height:206px}.page-container.contact___en .app-main .bottom-box .bottom-box-right img,.page-container.contact___zh .app-main .bottom-box .bottom-box-right img{width:100%;height:100%}.page-container.contact___en .compliance,.page-container.contact___zh .compliance{width:82%;margin:80px 0 80px 9%}.page-container.contact___en .compliance .compliance-title,.page-container.contact___zh .compliance .compliance-title{font-size:24px;font-family:OPPOSans;font-weight:500;color:#000}.page-container.contact___en .compliance hr,.page-container.contact___zh .compliance hr{border:none;height:2px;width:100%;background:#e1e1e1;margin:19px 0 21px}.page-container.contact___en .compliance .compliance-txt,.page-container.contact___zh .compliance .compliance-txt{font-size:16px;font-family:OPPOSans;font-weight:500;color:#000;line-height:1.5}.page-container.contact___en .compliance .compliance-email,.page-container.contact___zh .compliance .compliance-email{font-size:16px;font-family:OPPOSans;font-weight:500;color:#000;margin:21px 0 19px;line-height:1.5}.page-container.contact___en .compliance .compliance-email a,.page-container.contact___zh .compliance .compliance-email a{color:#1d7eeb}.page-container.contact___en .compliance .i-txt,.page-container.contact___zh .compliance .i-txt{font-size:14px;font-family:OPPOSans;font-weight:500;font-style:italic;color:#646464;line-height:30px}.page-container.contact___en .compliance .i-txt a,.page-container.contact___zh .compliance .i-txt a{color:#1d7eeb}.page-container.contact___en .banner .banner-box .display{font-size:32px}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom{display:flex;justify-content:space-between;padding:0 30px}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .divider{margin:0 30px}.page-container.contact___en .app-main .bottom-box .bottom-box-left .size{font-size:11px;margin-bottom:30px}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left,.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right{justify-content:flex-start;align-items:flex-start}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .top,.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .top{font-size:12px;margin-bottom:.5em}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .bottom .trigger,.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .bottom .trigger{font-size:10px;line-height:1.2}.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-left .bottom .trigger:after,.page-container.contact___en .bottom-box .bottom-box-left .bottom-box-bottom .bottom-box-bottom-right .bottom .trigger:after{left:0;margin-left:0}.page-container.contact___en .compliance .compliance-email,.page-container.contact___en .compliance .compliance-txt{font-size:12px}.page-container.contact___en .i-txt{font-size:10px;line-height:1.4}}