@charset "UTF-8";/*!
 * 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;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);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;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-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);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);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);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);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);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);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);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;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%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(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%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(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%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);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%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);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;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(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;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .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;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);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;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);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;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);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;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);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;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);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;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);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;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);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;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);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;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);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;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-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%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);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%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);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%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);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%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);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{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(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{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-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%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);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%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);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;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,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;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,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;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.red{color:#c23939!important}.green{color:#39c239!important}.BottomCloseButton{position:fixed;left:0;bottom:0;display:flex;width:100%}.bottomCloseButton{position:fixed;left:0;bottom:0;display:flex;width:100%;justify-content:center}.bottomCloseButton ._wrap{display:flex;align-items:center;justify-content:center;margin:0 15px;padding:15px 0;width:768px;max-width:100%}.bottomCloseButton ._wrap button{width:100%}.bottomPrimaryButton{left:0;bottom:0;display:flex;width:100%;justify-content:center}.bottomPrimaryButton ._wrap{display:flex;align-items:center;justify-content:center;width:100%;padding:15px 0;margin:0 15px}.bottomPrimaryButton ._wrap button{width:100%}.bottomDoubleButton{position:fixed;bottom:0;display:flex;width:768px;left:50%;max-width:100%;transform:translate(-50%);justify-content:center}.bottomDoubleButton ._wrap{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px}.bottomDoubleButton ._wrap button,.bottomDoubleButton ._wrap a{width:50%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bottomDoubleButton ._wrap button span,.bottomDoubleButton ._wrap a span{text-overflow:ellipsis;white-space:nowrap;min-width:0}.bottomDoubleButton ._wrap button:nth-child(1),.bottomDoubleButton ._wrap a:nth-child(1){margin-right:15px}.bottomDoubleButton._static{position:static;transform:none;width:auto}.bottomMenu{position:static;left:0;bottom:0;display:flex;width:100%;z-index:10}.bottomMenu ._wrap{display:flex;align-items:center;justify-content:center;width:100%;background:#1a1b23;border-radius:10px 10px 0 0;margin:0 15px}@media (max-width: 768px){.bottomMenu ._wrap{border-radius:0;margin:0;border-top:5px solid #1a1a23}}.bottomMenu ._links{display:flex;align-items:center;justify-content:center;padding:10px}.bottomMenu ._links a{opacity:.7;color:#ccc;padding:5px;margin:5px;text-decoration:none;display:flex;flex-wrap:wrap;justify-content:center;transition:.3s all}.bottomMenu ._links a.active{color:#facc15;opacity:1}.bottomMenu ._links a:hover{opacity:1}.bottomMenu ._links a._no_trading{opacity:.2}.bottomMenu ._links a span{display:block;width:100%;text-align:center;margin-top:5px;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#9ca3af}.bottomMenu ._links a svg{margin:0}.bottomMenu ._links a svg path{fill:#fff}.bottomMenu ._links a.active svg path{fill:#facc15}@media (max-width: 600px){.bottomMenu ._links a{margin:1px}.bottomMenu ._links a span{font-size:10px}}.backHeaderSpace{width:100%;height:50px}.backHeader{padding:15px;position:fixed;top:0;left:0;width:100%;background:#1a1a23}.backHeader ._wrap{display:flex;align-items:center;justify-content:space-between;width:768px;margin:0 auto;max-width:100%}.backHeader ._col{width:50px;flex-shrink:0}.backHeader ._title{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#fff}.backHeader ._backBtn{width:40px;height:40px;background:#1a1b23;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:.3s all}.backHeader ._backBtn svg path{fill:#f7931a}.backHeader ._backBtn:hover{filter:brightness(150%)}.backHeaderV2Space{width:100%;height:50px}.backHeaderV2{padding:15px;position:fixed;top:0;left:0;width:100%;background:#1a1a23;z-index:101}.backHeaderV2._black{background:#1a1a23}.backHeaderV2 ._wrap{display:flex;align-items:center;justify-content:space-between;width:768px;margin:0 auto;max-width:100%}.backHeaderV2 ._col{width:30px;flex-shrink:0}.backHeaderV2 ._title{font-weight:600;font-size:20px}.backHeaderV2 ._col a{opacity:.7;transition:.3s all}.backHeaderV2 ._col a:hover{opacity:1}.simpleHeader{font-style:normal;font-weight:600;font-size:18px;line-height:28px;color:#fff}.txResult ._txBox{background:#22222e;border-radius:15px;padding:20px;margin-top:30px}.txResult ._txBox ._status{text-align:center;padding:20px 0}.txResult ._txBox ._status h2{margin:10px 0 5px;padding:0;font-style:normal;font-weight:700;font-size:20px;line-height:28px;color:#fff}.txResult ._txBox ._status p{margin:0;padding:0;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#9ca3af}.txResult ._txBox>h2{margin:0 0 10px;padding:0;font-style:normal;font-weight:700;font-size:20px;line-height:28px;color:#fff}.txResult ._txBox ._row{display:flex;justify-content:space-between;align-items:center;padding:5px 0}.txResult ._txBox ._row>div:nth-child(1){font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#9ca3af}.txResult ._txBox ._row>div:nth-child(2){font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#fff;text-align:right}.txResult ._txBox ._row>div:nth-child(2) a{text-decoration:none;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:gold}.txResult ._txBox ._row>div:nth-child(2) a:hover{filter:brightness(120%)}.txResult ._txBox ._row ._yellow{color:gold}.txResult ._txBox ._row ._green{color:#50c24c}.txResult ._txBox ._row .address-block>div>button span{font-size:16px}.txResult ._txBox ._row .address-block>div>button img{width:15px}.txResult ._txBox ._row_fee{align-items:start;padding:15px 0 5px;margin-top:15px;border-top:1px solid #303e50}.swapHead{display:flex;align-items:center;gap:10px;font-weight:600;font-size:18px;justify-content:center;color:#fff}.swapHead ._group{display:flex;align-items:center;gap:10px}.swapHead ._sep{margin:0 10px}.swapHead ._x{text-align:center}.swapHead ._x div{height:20px;margin-top:-20px;padding-top:20px}.chainHeader{margin:15px}.chainHeader ._wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.chainHeader ._box{display:flex}.chainHeader ._box button{display:flex;align-items:center;justify-content:space-between;border:none;border-radius:30px;padding:10px 0;line-height:30px;height:42px;transition:.3s all}.chainHeader ._box button img:first-child{margin-right:10px}.chainHeader ._box button img:last-child{margin-left:5px;opacity:.5;position:relative;top:2px}.chainHeader ._box button span{color:#fff;font-size:14px;white-space:nowrap;overflow:hidden}.chainHeader ._box button:hover{opacity:1;filter:brightness(150%)}.chainHeader ._box button:hover span{color:#febf32}.chain-notice{margin:15px 0 60px;text-align:center}.chain-notice b{background:#22222e;padding:5px 15px;color:#facc15;border-radius:30px;font-weight:500}.chain-notice p{margin:0;padding:10px 0}.walletBalance{text-align:center;margin:30px 0}.walletBalance ._name{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.walletBalance ._name>div{display:flex;align-items:center;justify-content:center}.walletBalance ._name b{font-style:normal;font-weight:600;font-size:20px;line-height:28px;color:#fff}.walletBalance ._name button{margin-top:5px;background:transparent}.walletBalance ._name button svg{width:18px;height:17px}.walletBalance ._name button:hover svg path{fill:#f7931a}.walletBalance ._name img{position:relative;top:1px;opacity:1;transition:all .3s}.walletBalance ._name img:hover{opacity:1}.walletBalance ._address{display:flex;align-items:center;justify-content:center;margin-top:5px;margin-bottom:30px;gap:5px}.walletBalance ._address b{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#8a8b94}.walletBalance ._address button{background:transparent;display:flex}.walletBalance ._address button:hover svg path{fill:#f7931a}.walletBalance ._address a:hover svg path{fill:#f7931a}.walletBalance ._address img{opacity:1;transition:all .3s}.walletBalance ._address img:hover{opacity:1;filter:brightness(150%)}.walletBalance ._address img._explorer{position:relative;margin-right:5px}.walletBalance ._address a{display:flex;align-items:center}.walletBalance ._balance{margin:40px 0}.walletBalance ._balance ._usd{font-style:normal;font-weight:700;font-size:48px;line-height:48px;color:#facc15}.walletBalance ._balance ._native{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#8a8b94}.walletBalance ._24h._green{color:#49c049}.walletBalance ._24h._red{color:#c23939}.walletButtons{display:flex;justify-content:center;align-items:center;margin:0;gap:10px}.walletButtons button{border:none;text-align:center;color:#ccc;border-radius:10px;padding:20px 10px;transition:.3s all;background:#22222e;overflow:hidden;width:33%;display:block}.walletButtons button svg{transition:.3s all;width:22px;height:22px}.walletButtons button svg path{transition:.3s all}.walletButtons button span{transition:.3s all;display:block;margin-top:5px;overflow:hidden;text-overflow:ellipsis;font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-align:center;color:#e0e0e0}.walletButtons button:hover{background:#facc15}.walletButtons button:hover img{opacity:1}.walletButtons button:hover span{opacity:1;color:#22222e}.walletButtons button:hover svg path{fill:#22222e}@media (max-width: 350px){.walletButtons button span{font-size:12px}}@media (max-width: 500px){.walletButtons button span{font-size:14px}}.tabButtons{display:flex;justify-content:center;align-items:center;gap:10px}.tabButtons button{border:none;text-align:center;color:#ccc;border-radius:10px;padding:20px 30px;transition:.3s background;background:#22222e}.tabButtons button svg{transition:.3s all;opacity:.7;fill:#7f849a;width:32px}.tabButtons button span{transition:.3s all;opacity:.7;display:block;margin-top:10px}.tabButtons button:hover{background:#22222e}.tabButtons button:hover svg{opacity:1}.tabButtons button:hover span,.tabButtons button.active{opacity:1}.tabButtons button.active span{opacity:1;color:#facc15}.tabButtons button.active svg{opacity:1}.tabButtons button.active svg path{fill:#facc15}.tabButtons-cols-2>button{width:50%}.period-tabs{display:flex;align-items:center;flex-wrap:wrap;margin:15px 0}.period-tabs span{font-size:14px;opacity:.5}.period-tabs button{color:#fff;white-space:nowrap;opacity:.5;font-size:14px}.period-tabs button.active{opacity:1}._performance_table ._row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #222;opacity:.8;transition:opacity .3s}._performance_table ._row:last-child{border-bottom:0}._performance_table ._row>div{padding:15px}._performance_table ._row>div:last-child{text-align:right}._performance_table ._row>div._single{white-space:nowrap}._performance_table ._row>div._double{white-space:nowrap}._performance_table ._row>div._double>div:nth-child(1){font-size:16px;font-weight:600}._performance_table ._row>div._double>div:nth-child(2){font-size:14px;font-weight:400;opacity:.5}._performance_table ._row:hover{opacity:1}.languages-list ._item{padding:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#22222e;border-radius:10px;cursor:pointer}.languages-list ._item:hover{background:#303e50}.languages-list ._item ._icon{margin-right:10px;flex-shrink:0;border-radius:100%;width:40px;height:40px;background:#1a1a23;display:flex;align-items:center;justify-content:center}.languages-list ._item ._left{flex-grow:1;min-width:0}.languages-list ._item ._title{white-space:nowrap;overflow:hidden;display:block;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff;text-overflow:ellipsis}.languages-list ._item ._title2{white-space:nowrap;overflow:hidden;display:block;font-style:normal;font-weight:500;font-size:14px;color:#fff;text-overflow:ellipsis;opacity:.3}.address-book ._item{padding:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#22222e;border-radius:10px;cursor:pointer}.address-book ._item:hover{background:#303e50}.address-book ._item ._icon{margin-right:10px;flex-shrink:0;border-radius:100%;width:40px;height:40px;background:#1a1a23;display:flex;align-items:center;justify-content:center}.address-book ._item ._left{flex-grow:1;min-width:0}.address-book ._item ._title{display:block;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.address-book ._item ._icon1{background:linear-gradient(91.26deg,#70a2ff,#54f0d1)}.address-book ._item ._icon2{background:linear-gradient(91.26deg,#45f0d1,#76e268)}.address-book ._item ._icon3{background:linear-gradient(91.26deg,#76e268,#ffd505)}.address-book ._item ._icon4{background:linear-gradient(91.26deg,#ffd505,#f44336)}.address-book ._item ._icon5{background:linear-gradient(91.26deg,#70a2ff,#72e5da 28.65%,#72f6d1 50.52%,#76e268)}.address-book ._item ._icon6{background:linear-gradient(91.26deg,#70a2ff,#f76e64)}.address-book ._item ._icon7{background:linear-gradient(91.26deg,#70a2ff,#72f6d1 21.87%,#76e268 47.92%,#ffd505 72.4%,#f76e64);color:#6b3434}.address-book ._item ._icon8{background:linear-gradient(91.26deg,#a9cdff,#72f6d1 21.87%,#a0ed8d 55.73%,#fed365 81.77%,#faa49e);color:#2e2f7b}.tradeModeSelector{margin-bottom:15px}.tradeModeSelector ._wrap{margin:0 15px}.tradeModeSelector ._links{display:flex;align-items:center;background:#22222e;border-radius:10px;gap:10px}.tradeModeSelector ._links a{text-align:center;flex-grow:1;font-weight:600;font-size:16px;padding:10px;color:#fff;border-radius:10px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tradeModeSelector ._links a.active{background:#facc15;color:#000}@media (max-width: 450px){.tradeModeSelector ._links a{font-size:14px}}@media (max-width: 400px){.tradeModeSelector ._links{gap:5px}.tradeModeSelector ._links a{padding:10px 5px}}.tabSelector{margin-bottom:15px}.tabSelector ._wrap{margin:0}.tabSelector ._links{display:flex;align-items:center;background:#22222e;flex-wrap:wrap;border-radius:10px;gap:10px;justify-content:start}.tabSelector ._links button{text-align:center;flex-grow:1;font-weight:600;font-size:16px;padding:10px;color:#fff;border-radius:10px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabSelector ._links button.active{background:#facc15;color:#000}@media (max-width: 450px){.tabSelector ._links button{font-size:14px}}@media (max-width: 400px){.tabSelector ._links{gap:5px}.tabSelector ._links button{padding:10px 5px}}.settings-rows{background:#22222e;border-radius:10px;margin:15px 0}.settings-rows a{display:flex;align-items:center;padding:20px 10px;text-decoration:none;opacity:.9;transition:.3s opacity,.3s color,.3s background-color;border-bottom:1px solid #000;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#f7fafc}.settings-rows a.red{color:#e53e3e}.settings-rows a:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.settings-rows a:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-bottom:0}.settings-rows a span{flex-grow:1}.settings-rows a img:first-child{margin:0 15px 0 10px;flex-shrink:0;width:18px}.settings-rows a img:last-child{margin-left:10px;flex-shrink:0;width:7px}.settings-rows a:hover{background:#27273a;opacity:1}.created-wallet-page{width:400px;max-width:100%;margin:0 auto}.created-wallet-list ._row{display:flex;align-items:center;justify-content:space-between;text-align:left;border-bottom:1px solid #333;padding:5px 0 10px;margin:5px 0;gap:10px;max-width:100%}.created-wallet-list ._row ._chain{display:flex;align-items:center;gap:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.created-wallet-list ._row ._chain img{border-radius:100%;width:30px;flex-shrink:0}.created-wallet-list ._row ._chain span{font-size:14px;font-weight:500;color:#fff;flex-shrink:1;text-overflow:ellipsis;overflow:hidden;min-width:0;white-space:nowrap}.created-wallet-list ._row:nth-child(1){--animate-delay: .3s;-webkit-animation-delay:.3s;--animate-duration: .2s}.created-wallet-list ._row:nth-child(2){--animate-delay: .6s;-webkit-animation-delay:.6s;--animate-duration: .2s}.created-wallet-list ._row:nth-child(3){--animate-delay: .9s;-webkit-animation-delay:.9s;--animate-duration: .2s}.created-wallet-list ._row:nth-child(4){--animate-delay: 1.2s;-webkit-animation-delay:1.2s;--animate-duration: .2s}.created-wallet-list ._row:nth-child(5){--animate-delay: 1.5s;-webkit-animation-delay:1.5s;--animate-duration: .2s}.created-wallet-list ._row:nth-child(6){--animate-delay: 1.8s;-webkit-animation-delay:1.8s;--animate-duration: .2s}.created-wallet-list ._row:nth-child(7){--animate-delay: 2.1s;-webkit-animation-delay:2.1s;--animate-duration: .2s}.created-wallet-list ._row:nth-child(8){--animate-delay: 2.4s;-webkit-animation-delay:2.4s;--animate-duration: .2s}.created-wallet-list ._row:nth-child(9){--animate-delay: 2.7s;-webkit-animation-delay:2.7s;--animate-duration: .2s}.created-wallet-list ._row:nth-child(10){--animate-delay: 3s;-webkit-animation-delay:3s;--animate-duration: .2s}.created-wallet-anim-top{margin-top:50px}.created-wallet-anim{text-align:center}.created-wallet-anim>img{position:relative}.created-wallet-anim>img:nth-child(1){width:64px;z-index:10}.created-wallet-anim>img:nth-child(2){width:32px;z-index:12;margin-left:-26px;margin-top:32px;position:absolute}.created-wallet-anim>img:nth-child(3){width:32px;z-index:5;margin-left:-60px;margin-top:-10px;animation-duration:.8s;--animate-delay: .9s;position:absolute}.created-wallet-anim>img:nth-child(4){width:32px;z-index:5;margin-left:-46px;margin-top:-19px;animation-duration:1.5s;--animate-delay: 1.3s;position:absolute}.created-wallet-anim>img:nth-child(5){width:32px;z-index:5;margin-left:-31px;margin-top:-10px;animation-duration:2s;--animate-delay: 1.8s;position:absolute}.accountsListWrap{width:768px;max-width:100%;margin:60px 0 0}.accountsList ._item{display:flex;align-items:center;justify-content:space-between;padding:15px 10px;cursor:pointer;border-radius:10px}.accountsList ._item:hover{filter:brightness(110%)}.accountsList ._item ._left{display:flex;align-items:center;flex-grow:1}.accountsList ._item ._left ._icon{margin-right:10px;flex-shrink:0;border-radius:100%;width:40px;height:40px;background:#1a1a23;display:flex;align-items:center;justify-content:center}.accountsList ._item ._left ._title b{white-space:nowrap;overflow:hidden;display:block;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff}.accountsList ._item:nth-child(1) ._left ._icon{background:linear-gradient(91.26deg,#70a2ff,#54f0d1)}.accountsList ._item:nth-child(2) ._left ._icon{background:linear-gradient(91.26deg,#45f0d1,#76e268)}.accountsList ._item:nth-child(3) ._left ._icon{background:linear-gradient(91.26deg,#76e268,#ffd505)}.accountsList ._item:nth-child(4) ._left ._icon{background:linear-gradient(91.26deg,#ffd505,#f44336)}.accountsList ._item:nth-child(5) ._left ._icon{background:linear-gradient(91.26deg,#70a2ff,#72e5da 28.65%,#72f6d1 50.52%,#76e268)}.accountsList ._item:nth-child(6) ._left ._icon{background:linear-gradient(91.26deg,#70a2ff,#f76e64)}.accountsList ._item:nth-child(7) ._left ._icon{background:linear-gradient(91.26deg,#70a2ff,#72f6d1 21.87%,#76e268 47.92%,#ffd505 72.4%,#f76e64)}.accountsList ._item:nth-child(8) ._left ._icon{background:linear-gradient(91.26deg,#a9cdff,#72f6d1 21.87%,#a0ed8d 55.73%,#fed365 81.77%,#faa49e)}.accountsList ._item:hover{background:#22222e}.accountsList ._item:hover ._left ._title b{color:#facc15}.chainsListWrap{width:768px;max-width:100%;margin:60px auto 0}.chainsListWrap h3{font-weight:600;font-size:20px}.chainsList ._item{display:flex;align-items:center;justify-content:center;padding:15px 10px;cursor:pointer;border-radius:10px}.chainsList ._item._no_trading{opacity:.5}.chainsList ._item ._left{display:flex;align-items:center;flex-grow:1}.chainsList ._item ._left img{margin-right:10px;flex-shrink:0;border-radius:100%;width:40px;height:40px}.chainsList ._item ._left ._title{white-space:nowrap;overflow:hidden}.chainsList ._item ._left ._title ._chain{display:flex;align-items:center;gap:5px}.chainsList ._item ._left ._title ._chain b{display:block;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff}.chainsList ._item ._left ._title ._chain ._store_only{background:#303e50;padding:2px 5px;border-radius:15px;font-size:12px;text-transform:uppercase;color:#ccc;font-style:normal}.chainsList ._item ._left ._title ._address{display:block;font-style:normal;font-weight:400;line-height:16px;color:#9ca3af}.chainsList ._item:hover{background:#22222e}.chainsList ._item:hover ._left ._title b{color:#facc15}.assetListWrap{margin:45px 0}.assetListWrap h2{margin:0 0 15px;padding:0;font-style:normal;font-weight:700;font-size:20px;line-height:28px;color:#fff}.assetListWrap ._head{display:flex;align-items:center;justify-content:space-between}.assetListWrap ._head button{flex-shrink:0}.assetList ._item{display:flex;align-items:center;justify-content:center;cursor:pointer;width:100%;text-align:left;background:#22222e;border-radius:10px;padding:20px;margin-bottom:15px;gap:10px;overflow:hidden;max-width:100%;transition:.5s all}.assetList ._item:hover{filter:brightness(110%)}.assetList ._item ._left{display:flex;align-items:center;flex-grow:1;gap:10px;min-width:0}.assetList ._item ._left img{flex-shrink:0;border-radius:100%;width:45px;height:45px;margin-right:10px}.assetList ._item ._left ._title{white-space:nowrap;overflow:hidden}.assetList ._item ._left ._title ._name{display:block;overflow:hidden;text-overflow:ellipsis;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#fff}.assetList ._item ._left ._title ._symbol{display:block;overflow:hidden;text-overflow:ellipsis;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#8a8b94}.assetList ._item ._right{display:flex;align-items:center;gap:10px}.assetList ._item ._right ._usd{white-space:nowrap;font-style:normal;font-weight:600;font-size:16px;line-height:24px;text-align:right;color:#fff}.assetList ._item ._right button._menu{opacity:.3;padding:15px 10px;transition:.5s all}.assetList ._item ._right button._menu:hover{opacity:1}.assetSelectListWrap{margin:60px 0}.assetSelectList ._item{color:#fff;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#22222e;border-radius:10px;padding:15px;margin-bottom:15px;gap:10px;overflow:hidden;max-width:100%}.assetSelectList ._item:hover{filter:brightness(110%)}.assetSelectList ._item ._left{display:flex;align-items:center;justify-content:left;flex-grow:1}.assetSelectList ._item ._left img{margin-right:15px;flex-shrink:0;border-radius:100%;width:48px;height:48px}.assetSelectList ._item ._left ._title{white-space:nowrap;overflow:hidden;text-align:left}.assetSelectList ._item ._left ._title ._name{display:block;font-weight:600}.assetSelectList ._item ._left ._title ._symbol{display:block;font-style:normal;font-size:14px;opacity:.5;margin-top:2px}.assetSelectList ._item ._right ._usd{font-size:16px;font-weight:500}.help-block{display:flex;gap:10px;padding:15px;margin:15px 0;border-radius:10px;background:#facc151a;border:1px solid rgba(250,204,21,.3)}.help-block>svg{flex-shrink:0}.help-block ._info{flex-grow:1}.help-block ._info h3{margin:0;padding:0}.help-block ._info p{margin:10px 0 0;padding:0}.rModalWrap{background:#00000026;position:absolute;left:0;top:0;height:100vh;z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:100%;display:flex;justify-content:center}.rModalWrap .rModal{background:#1a1a23;width:100%;overflow-y:auto;max-width:100%}.rModalWrap .rModal ._wrap{display:flex;justify-content:center;margin-bottom:15px;max-width:100%;max-height:90vh}.rModalDot{display:flex;justify-content:center;margin:5px;position:relative;top:-20px;z-index:101}.rModalDot span{background:#333;height:5px;width:100px;color:#fff;border-radius:30px}.rModalWrap.rModalBottom{align-items:end}.rModalWrap.rModalBottom .rModal{overflow-y:visible;position:fixed;transition:bottom .3s,opacity .4s}.rModalWrap.rModalBottom.rModalBottomShowed .rModal{bottom:0}.rModalWrap.rModalBottom.rModalBottomHidden .rModal{bottom:-100%}.slippage-modal{max-width:100%;width:768px}.slippage-modal h2{font-weight:600;font-size:20px}.slippage-selector ._auto{display:flex;justify-content:center;gap:10px;align-items:center;padding:20px 15px;border-radius:15px;background:#22222e;width:100%;border:1px solid transparent}.slippage-selector ._auto>div{flex-grow:1;text-align:left}.slippage-selector ._auto>div b{display:block;font-weight:500;font-size:18px;color:#fff}.slippage-selector ._auto>div span{display:block;font-size:15px;opacity:.5;color:#fff}.slippage-selector ._auto>svg{flex-shrink:0}.slippage-selector ._auto>svg:first-child{margin:0 15px}.slippage-selector ._auto.active{border:1px solid #facc15}.slippage-selector ._auto.active b{color:#facc15}.slippage-selector ._items{display:flex;justify-content:center;flex-wrap:wrap;margin:10px -10px}.slippage-selector ._items button{margin:10px;width:calc(33.3333% - 20px);padding:15px;border-radius:15px;background:#22222e;border:1px solid transparent}.slippage-selector ._items button b{display:block;font-weight:500;font-size:20px;color:#fff;margin-bottom:5px}.slippage-selector ._items button span{display:block;font-size:15px;opacity:.5;color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.slippage-selector ._items button.active{border:1px solid #facc15}.slippage-selector ._items button.active b{color:#facc15}.qr-modal{text-align:center}.qr-modal h3{font-weight:600;font-size:20px}.qr-modal ._qr{display:flex;justify-content:center}.qr-modal ._qr>div{background:#fff;padding:30px;border-radius:10px}.qr-modal ._text_address{padding:30px 0;margin:15px}.qr-modal ._text_address ._h{font-weight:600;font-size:20px}.qr-modal ._text_address ._address{margin:15px 0;background:#111;font-size:18px;color:#fff;padding:15px;border-radius:10px;display:block;word-break:break-all}.qr-modal ._text_address ._copy_btn{margin-top:10px}.qr-modal ._text_address ._copy_btn button{color:#fff;transition:.5s opacity}.qr-modal ._text_address ._copy_btn button:hover{opacity:1}.qr-modal ._text_address ._copy_btn button img{margin-right:7px}.qr-modal ._bottom_btn{padding:30px 0;margin:15px}.qr-modal ._bottom_btn button{padding:20px 15px}.pnl-modal{text-align:center;width:100%;max-width:768px}.pnl-modal h3{font-weight:600;font-size:20px;margin:0}.pnl-modal ._head{display:flex;gap:10px;justify-content:space-between;align-items:center;padding:0 15px}.pnl-modal ._head>*{width:33%;flex-shrink:0}.pnl-modal ._head ._repeat{display:flex;justify-content:end;align-items:center;gap:10px}.pnl-modal ._head ._repeat button{margin:0}@media (max-width: 768px){.pnl-modal ._head ._repeat button span{display:none}}.pnl-image{max-width:100%;overflow:hidden;padding:0 15px}.pnl-image img{border-radius:15px}.token-modal{text-align:center;width:100%;max-width:768px;overflow-x:hidden}.token-modal ._head{display:flex;gap:10px;justify-content:space-between;align-items:center;padding:0 15px}.token-modal ._head ._right{display:flex;justify-content:right;align-items:center}.token-modal ._head ._right button{margin:0}@media (max-width: 768px){.token-modal ._head ._right button span{display:none}}.token-modal ._head ._h{display:flex;gap:15px;align-items:center}.token-modal ._head ._h img{border-radius:100%}.token-modal ._head ._h ._title{text-align:left}.token-modal ._head ._h ._title ._symbol{display:block;font-weight:600;font-size:20px;margin:0;color:#fff}.token-modal ._head ._h ._title ._name{display:block;font-weight:400;font-size:16px;margin:0;opacity:.5}.token-modal-balance{text-align:center;background:#22222e;border-radius:15px;padding:20px;margin:30px 15px}.token-modal-balance>b{display:block;font-weight:400;opacity:.5;font-size:14px}.token-modal-balance ._native{font-size:20px;font-weight:600}.token-modal-balance ._usd{font-size:16px;font-weight:400;color:#facc15}.token-modal-current-price{text-align:center;background:transparent;border-radius:15px;padding:0 20px}.token-modal-current-price>b{display:block;font-weight:400;opacity:.5;font-size:14px}.token-modal-current-price div{font-size:20px;font-weight:600}.token-modal-menu-cols{display:flex;align-items:center;justify-content:space-between;gap:1%;margin:30px 15px;overflow:hidden}.token-modal-menu-cols>div{width:31%;flex-shrink:0}.token-modal-menu-cols button{width:100%;padding:20px 10px}.token-modal-menu{margin:30px 15px}.token-modal-menu ._btn{display:flex;align-items:center;gap:10px;width:100%;border-radius:10px;background:#22222e;margin:10px 0;padding:15px;text-decoration:none}.token-modal-menu ._btn svg{flex-shrink:0;width:18px;height:18px}.token-modal-menu ._btn span{color:#fff;opacity:.7}.token-modal-menu ._btn:hover span{opacity:1}.token-address-box{background:#22222e;border-radius:15px;padding:20px;margin:30px 15px}.token-address-box h2{text-align:left;margin:0 0 20px;padding:0;font-style:normal;font-weight:600;font-size:18px;line-height:22px;color:#fff}.token-address-box code{background:#111;font-size:18px;color:#fff;opacity:.7;padding:15px;border-radius:10px;display:block;word-break:break-all;margin-bottom:15px}.token-address-box button{width:100%}.swapSort{display:flex;justify-content:center;margin-top:-31px;margin-bottom:-31px}.swapSort button{display:flex;border-radius:100%;padding:15px;background:#1a1a23;width:46px;height:46px}.swapSort button img{opacity:.5}.swapSort button:hover img{opacity:1}.swapField{margin:15px 0;background:#22222e;border-radius:10px;padding:20px}.swapField ._title{opacity:.5;font-size:13px;display:flex;align-items:center;justify-content:space-between}.swapField ._title ._balance{cursor:pointer}.swapField ._swapAmount{display:flex;align-items:center;justify-content:space-between}.swapField ._swapAmount ._input{display:flex;align-items:center}.swapField ._swapAmount ._input input[type=text]{border:none;font-size:24px;font-weight:600;background:transparent;outline:none;padding:5px 0;width:100%;flex-grow:1}.swapField ._swapAmount ._assetSwitcher{flex-shrink:0;display:flex;align-items:center;background:#22222e;border-radius:30px;padding:5px 10px;cursor:pointer;margin:5px 0;transition:.3s filter;color:#fff}.swapField ._swapAmount ._assetSwitcher:hover{filter:brightness(120%)}.swapField ._swapAmount ._assetSwitcher ._icon{width:32px;height:32px;border-radius:100%;border:1px solid #000;margin-right:10px}.swapField ._swapAmount ._assetSwitcher b{font-weight:700;font-size:15px;margin-right:10px}.swapField ._swapHelper{display:flex;align-items:center;justify-content:space-between}.swapField ._swapHelper ._usd{opacity:.5;font-size:13px}.swapField ._swapHelper ._percentBtns{display:flex;align-items:center;justify-content:end}.swapField ._swapHelper ._percentBtns button{color:#fff;opacity:.5;font-size:13px;border-radius:10px}.swapField ._swapHelper ._percentBtns button:hover{opacity:1}.percent-btns{display:flex;align-items:center;flex-wrap:wrap}.percent-btns button{color:#fff;opacity:.5;font-size:13px;border-radius:10px}.percent-btns button:hover{opacity:1}.swapBtnBlock{text-align:center}.swapBtnBlock button{width:100%}.swapSelectChain{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.swapSelectChain button{display:flex;align-items:center;gap:10px;border-radius:10px;background:#22222e;padding:10px}.swapSelectChain button img{width:20px;flex-shrink:0;border-radius:100%}.swapSelectChain button span{color:#fff}.swapSelectChain button.active{background:#facc15}.swapSelectChain button.active span{color:#000}.swapSelectListWrap{margin:0;display:flex;flex-direction:column;height:100%;max-height:100%}.swapSelectList{max-height:100%}.swapFormSearch .field-v1{margin:15px 0}.swapSelectList ._item{cursor:pointer;background:#22222e;border-radius:10px;padding:10px;color:#fff;width:100%;text-align:left;margin:10px 0}.swapSelectList ._item:first-child{margin-top:0}.swapSelectList ._item ._top{display:flex;align-items:center;justify-content:space-between}.swapSelectList ._item:hover{filter:brightness(110%)}.swapSelectList ._item ._left{display:flex;align-items:center;flex-grow:1}.swapSelectList ._item ._left img{margin-right:15px;flex-shrink:0;border-radius:100%;width:48px;height:48px}.swapSelectList ._item ._top ._left ._title{white-space:nowrap;overflow:hidden}.swapSelectList ._item ._top ._left ._title ._name{overflow:hidden;text-overflow:ellipsis;display:block;font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#fff}.swapSelectList ._item ._top ._left ._title ._symbol{overflow:hidden;text-overflow:ellipsis;display:block;font-style:normal;font-weight:400;font-size:12px;line-height:15px;color:#a1a1aa;margin-top:5px}.swapSelectList ._item ._top ._right{display:flex;align-items:center;justify-content:end;gap:15px}.swapSelectList ._item ._top ._right a{opacity:1}.swapSelectList ._item ._top ._right a:hover{filter:brightness(150%)}.swapSelectList ._item ._top ._right a img{width:20px}.swapSelectList ._item ._top ._right button{opacity:1;padding:0}.swapSelectList ._item ._top ._right button:hover{filter:brightness(150%)}.swapSelectList ._item ._top ._right button img{width:20px}.swapSelectList ._item ._top ._right ._close{opacity:.5}.swapSelectList ._item ._top ._right ._close:hover{opacity:1}.swapSelectList ._item ._bottom{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:10px;margin-top:15px;overflow:hidden;min-width:0}.swapSelectList ._item ._bottom ._std{border-radius:1111px;padding:2px 7px;white-space:nowrap;flex-shrink:1;display:flex!important;width:40%}.swapSelectList ._item ._bottom ._std i{display:block;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis}.swapSelectList ._item ._bottom ._std b{display:block;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#fff;overflow:hidden;text-overflow:ellipsis}.swapSelectList ._item ._bottom ._std._hl b{color:#facc15}.swapAmountOutTable{margin:15px auto;padding:0 15px;white-space:nowrap}.swapAmountOutTable ._row{display:flex;align-items:center;justify-content:center;margin:5px 0}.swapAmountOutTable ._row>div{font-size:14px;width:50%;flex-shrink:0}.swapAmountOutTable ._row>div:nth-child(1){opacity:.5;text-align:right;margin-right:10px}.swapAmountOutTable ._row>div:nth-child(2){opacity:.9}.swapAmountOutTable ._row>div:nth-child(2) b{opacity:1;font-weight:600}.swapAmountOutTable ._row>div._dbl{display:flex;align-items:center}.swapAmountOutTable ._row>div._dbl>div:nth-child(1){margin-right:10px}.swapAmountOutTable ._row>div._dbl>div:nth-child(2){opacity:.7}.slippageValue{display:flex;align-items:center;color:#fff;padding:0}.slippageValue b{font-weight:600}.slippageValue button img{opacity:.7;display:flex;align-items:center;transition:.3s opacity}.slippageValue button:hover img{opacity:1}.swapDetails{background:#22222e;border-radius:15px;padding:20px;margin:15px 0}.swapDetails ._top{display:flex;gap:10px;justify-content:space-between;align-items:start}.swapDetails ._top ._price b{font-style:normal;font-weight:600;font-size:20px;line-height:28px;color:#f7931a;white-space:nowrap}.swapDetails ._top_price_digits{display:flex;gap:10px;justify-content:space-between;align-items:start}.swapDetails ._top_price_digits ._digits{display:flex;gap:5px;align-items:center;margin-top:5px;flex-wrap:wrap;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.swapDetails ._top_price_digits ._digits ._usd{font-style:normal;font-weight:400;font-size:18px;line-height:28px;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.swapDetails ._top_price_digits ._digits ._native{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#777;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.swapDetails ._top ._slippage button{padding:5px 10px;gap:5px;background:#0a0a0a;border-radius:1111px;font-size:14px;display:flex;align-items:center}.swapDetails ._top ._slippage button b{font-weight:500;color:#aaa}.swapDetails ._top ._slippage button svg path{fill:#aaa}.swapDetails ._top ._slippage button:hover svg path{fill:#ffc107}.swapDetails ._top ._slippage button:hover span,.swapDetails ._top ._slippage button:hover b{color:#ffc107}.swapDetails ._cols3{display:flex;gap:10px;margin:15px 0}.swapDetails ._cols3>div{width:calc(33.333% - 5px);background:#2a2b35;border-radius:8px;padding:15px;cursor:default}.swapDetails ._cols3>div i{display:block;font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#777;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.swapDetails ._cols3>div ._two{display:flex;margin-top:5px;gap:3px;flex-wrap:wrap;align-items:center;overflow:hidden}.swapDetails ._cols3>div ._two b{white-space:nowrap;display:block;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff}.swapDetails ._cols3>div ._two ._usd{white-space:nowrap;font-style:normal;font-weight:400;font-size:12px;color:#fff;opacity:.5;transition:.3s all}.swapDetails ._cols3>div ._usd:hover{opacity:1}.swapDetails ._cols3>div ._two._alert b{color:#ffd505}.swapDetails ._cols3>div ._two._alert ._alert_img{margin-right:5px}@media (max-width: 500px){.swapDetails ._cols3>div ._two b{font-size:14px}}@media (max-width: 350px){.swapDetails ._cols3{flex-wrap:wrap}.swapDetails ._cols3>div{width:100%}}.swapDetails ._bottom ._marketName{display:flex;gap:10px}.swapDetails ._bottom ._marketName span{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#777}.swapDetails ._bottom ._marketName b{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#fff}.swapDetailsTable{margin:15px 0}.swapDetailsTable ._row{display:flex;align-items:center;justify-content:space-between}.swapDetailsTable ._row>div:nth-child(1){margin:10px 0;font-style:normal;font-weight:400;font-size:16px;line-height:18px;color:#9ca3af}.address-block>div{display:flex;align-items:center}.address-block>div>span{font-style:normal;font-weight:400;font-size:13px;line-height:16px;color:#9ca3af}.address-block>div>button{opacity:1;transition:opacity .3s;color:#fff;background:transparent;border-radius:10px;padding:5px;display:flex;align-items:center}.address-block>div>button img{margin-right:5px;width:12px;flex-shrink:0}.address-block>div>button svg{margin-right:5px;width:12px;flex-shrink:0}.address-block>div>button span{font-size:13px}.address-block>div>button:hover{opacity:1;background:#303e50}.address-block>div>a{margin-left:10px;display:flex;opacity:1;transition:opacity .3s}.address-block>div>a img{flex-shrink:0;width:12px}.address-block>div>a svg{flex-shrink:0;width:12px}.address-block>div>a:hover{opacity:1}.address-block>div>a:hover svg{filter:brightness(150%)}.btn-img>div{display:flex;align-items:center}.btn-img ._btn{opacity:1;transition:opacity .3s;color:#fff;background:transparent;border-radius:10px;padding:5px;display:flex;align-items:center;text-decoration:none}.btn-img ._btn img{margin-right:5px;width:18px;flex-shrink:0}.btn-img ._btn svg{margin-right:5px;width:18px;flex-shrink:0}.btn-img ._btn span{font-size:13px}.btn-img ._btn:hover{opacity:1;background:#303e50}.field-v1{display:flex;align-items:center;margin:15px 0}.field-v1 input[type=text]{width:100%;outline:none}.field-v1 input[type=text]._err{border-color:#c23939;color:#c23939}.field-v1 ._rightNotice{opacity:.7;margin-left:15px}.field-v1 button._max{margin-left:30px;background:transparent;color:#22abac}.field-v1 button._max:hover{color:#ffd505}.field-v1-bottom-notice{opacity:.5;font-size:14px;margin:-10px 15px 15px}.field-v1-bottom-errText{opacity:1;font-size:14px;margin:-10px 15px 15px;color:#c23939}.field-v1._search ._img{position:relative;margin-right:-40px;width:40px;display:flex;align-items:center;justify-content:center}.field-v1._search ._img img{opacity:.5;width:20px;margin-left:10px}.field-v1._search>input[type=text]{padding-left:50px;border:none}.field-v1._search ._clear{position:relative;width:25px;margin-left:-25px;cursor:pointer;display:none;align-items:center;justify-content:center}.field-v1._search ._clear._show{display:flex}.field-v1._search ._clear img{opacity:.5}.field-v1._search ._clear img:hover{opacity:1}.field-bg{background:#22222e;border-radius:10px;padding:15px}.field-bg input[type=text]{background:#1a1a23}.field-v2{margin:30px 0}.field-v2 input[type=text]{width:100%;outline:none;padding:15px}.field-v2 input[type=text]._err{border-color:#c23939;color:#c23939}.field-v2 select{width:100%;outline:none;padding:15px}.field-v2 #send-amount{font-size:24px;font-weight:500}.field-v2 #send-address{padding-right:40px}.field-v2 label{display:block;margin-bottom:5px}.field-v2 button._address_btn{position:relative;width:40px;margin-left:-40px}.field-v2 button._address_btn img{opacity:.5;top:2px;position:relative}.field-v2 button._address_btn:hover img{opacity:1}.field-v2 ._amountLabel{display:flex;gap:10px;align-items:end;justify-content:space-between}.field-v2 ._amountLabel ._maxAmount{opacity:.5;font-size:14px;margin-bottom:5px}.field-v2 button._max_btn{position:relative;width:60px;margin-left:-60px;text-align:right;padding-right:10px;font-size:14px;color:#facc15}.field-v2 button._max{margin-left:30px;background:transparent;color:#22abac}.field-v2 button._max:hover{color:#ffd505}.field-v2-bottom-notice{opacity:.5;font-size:14px;margin:-10px 15px 15px}.field-v2-bottom-errText{opacity:1;font-size:14px;margin:-10px 15px 15px;color:#c23939}.sendFormWrap{margin:60px 0}.sendForm ._rightInputUsd{opacity:.7;text-align:right;margin-top:-20px}.sendForm ._errText{opacity:1;font-size:16px;margin:30px 0 15px;color:#c23939;text-align:center;font-weight:500}.sendForm ._outputToken{display:flex;align-items:center;justify-content:space-between;background:#23232d;border-radius:9px;gap:15px;padding:15px;cursor:pointer}.sendForm ._outputToken ._icon{width:48px;height:48px;border-radius:100%}.sendForm ._outputToken ._info{flex-grow:1}.sendForm ._outputToken ._info b{display:block;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#f5f5f5}.sendForm ._outputToken ._info i{display:block;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#9ca3af}.sendForm ._outputToken:hover{filter:brightness(110%)}.sendForm ._outputToken:hover ._arrow path{fill:#facc15}.freqTokens{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}.freqTokens ._item{cursor:pointer;color:#fff;width:100%;text-align:left;transition:.3s all}@media (min-width: 768px){.freqTokens ._item{width:calc(50% - 10px)}}.freqTokens ._item:hover{filter:brightness(110%)}.freqTokens ._item ._top{display:flex;align-items:center;justify-content:space-between}.freqTokens ._item ._top ._left{display:flex;align-items:center;flex-grow:1;min-width:0}.freqTokens ._item ._top ._left img{margin-right:15px;flex-shrink:0;border-radius:100%;width:48px;height:48px}.freqTokens ._item ._top ._left ._title{white-space:nowrap;overflow:hidden}.freqTokens ._item ._top ._left ._title ._name{overflow:hidden;text-overflow:ellipsis;display:block;font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#fff}.freqTokens ._item ._top ._left ._title ._symbol{overflow:hidden;text-overflow:ellipsis;display:block;font-style:normal;font-weight:400;font-size:12px;line-height:15px;color:#a1a1aa;margin-top:5px}.freqTokens ._item ._top ._right{display:flex;align-items:center;justify-content:end;gap:15px;padding-right:15px}.freqTokens ._item ._top ._right ._btn{opacity:1;padding:0}.freqTokens ._item ._top ._right ._btn:hover{filter:brightness(150%)}.freqTokens ._item ._top ._right ._btn img{width:20px}.freqTokens ._item ._bottom{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:10px;margin-top:15px;overflow:hidden;min-width:0}.freqTokens ._item ._bottom ._std{border-radius:1111px;padding:2px 7px;white-space:nowrap;flex-shrink:1;display:flex!important;width:40%}.freqTokens ._item ._bottom ._std i{display:block;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis}.freqTokens ._item ._bottom ._std b{display:block;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#fff;overflow:hidden;text-overflow:ellipsis}.freqTokens ._item ._bottom ._std._hl b{color:#facc15}.trade-row{margin-bottom:15px;min-width:0;overflow:hidden;background:#22222e;padding:15px;border-radius:10px}.trade-row ._right{text-align:right}.trade-row ._top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.trade-row ._top ._left{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.trade-row ._top ._left ._icon{border-radius:100%}.trade-row ._top ._left ._title ._symbol{font-weight:600;color:#fff;font-size:18px}.trade-row ._top ._left ._title ._age{opacity:.5}.trade-row ._boxes{display:flex;justify-content:space-between;gap:10px;font-size:13px;margin-top:15px}.trade-row ._boxes ._box{border-radius:10px;background:#1a1a23;padding:15px;width:50%}.trade-row ._boxes ._box i{display:block;font-style:normal}.trade-row ._boxes ._box b{display:block;font-style:normal;font-weight:600;color:#fff;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trade-row ._boxes ._box ._usd{font-weight:400;color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.5;cursor:default;transition:.5s all}.trade-row ._boxes ._box ._usd:hover{opacity:1}.trade-row ._boxesBottom{display:flex;justify-content:space-between;gap:10px;font-size:13px;margin-top:15px}.trade-row ._boxesBottom ._box{border-radius:10px;padding:0 15px;width:50%}.trade-row ._boxesBottom ._box i{display:block;font-style:normal}.trade-row ._boxesBottom ._box b{display:block;font-style:normal;font-weight:600;color:#fff;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trade-row ._boxesBottom ._box b a{text-decoration:none;color:#fff;transition:.5s all}.trade-row ._boxesBottom ._box b a:hover{color:#facc15}.trade-row ._boxesBottom ._usd{font-weight:400;color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.5;cursor:default;transition:.5s all}.trade-row ._boxesBottom ._usd:hover{opacity:1}.trade-row ._boxesBottom ._share{display:flex;justify-content:right;align-items:end}.trade-row ._boxesBottom ._share button:hover svg path{fill:#fff}.trade-row ._pnl i{display:block;font-style:normal;opacity:.5}.trade-row ._pnl b{display:block;font-style:normal;font-weight:600;color:#fff;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trade-row ._green{color:#22c55e!important}.trade-row ._red{color:#c23939!important}.historyRows ._item{margin-bottom:15px;min-width:0;overflow:hidden}.historyRows ._item ._bottom{display:flex;align-items:end;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;margin-top:15px}.historyRows ._item ._top{display:flex;align-items:center;justify-content:space-between;gap:10px}.historyRows ._item ._top ._right{text-align:right}@media (max-width: 500px){.historyRows ._item ._top{flex-wrap:wrap}.historyRows ._item ._top ._right{text-align:left;width:100%}}.historyRows ._item ._type{display:flex;align-items:center;gap:7px;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff}.historyRows ._item ._type ._right_w{width:12px}.historyRows ._item ._to,.historyRows ._item ._hash{font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#9ca3af}.historyRows ._item ._date{font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#9ca3af;margin-top:3px}.historyRows ._item ._amount{font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff}.historyRows ._item._sent ._amount{color:#ef4444}.historyRows ._item ._amount1{font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#22c55e}.historyRows ._item ._amount2{font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#fff}.historyRows ._item._buy ._amount1{color:#22c55e}.historyRows ._item._buy ._amount2{color:#fff}.historyRows ._item._sell ._amount1{color:#f87171}.historyRows ._item._sell ._amount2{color:#fff}.historyRows ._item ._typeImg{flex-shrink:0;border-radius:100%;width:32px;height:32px}.historyRows ._item ._title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.historyRows ._item ._title ._name{display:block;font-weight:600}.historyRows ._item ._title ._symbol{display:block;font-style:normal;font-size:13px;opacity:.5}.historyRows ._item ._more{text-decoration:none;font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#ffc107}.historyRows ._item ._more:hover{filter:brightness(150%)}.login-logo{margin:50px auto;text-align:center;max-width:100%;width:300px}.login-logo img{width:128px;max-width:100%}.login-logo h1{font-style:normal;font-weight:700;font-size:24px;line-height:24px;color:#fff;margin:10px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px}.login-logo h1>span{flex-grow:1}.login-logo h1 ._beta{width:100%;margin:0;opacity:.5;color:#fff;padding:0;font-weight:400;font-size:16px;display:flex;align-items:center;justify-content:center;gap:3px}.login-logo h1 ._beta svg{position:relative;top:1px}.login-logo h1 ._beta:hover{opacity:1}.login-logo p{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#9ca3af;max-width:100%;margin:10px auto 0;padding:0;text-overflow:ellipsis}.login-logo._single{display:flex;align-items:center;justify-content:center;gap:20px;margin:20px 0 50px;width:400px}.login-logo._hor{display:flex;align-items:center;gap:20px;text-align:left;margin:20px 0 50px;width:400px}.beta-line{display:flex;align-items:center;justify-content:end;margin-top:-15px}.beta-line ._beta{margin:0;opacity:.5;color:#fff;padding:0;font-weight:400;font-size:16px;display:flex;align-items:center;justify-content:center;gap:3px}.beta-line ._beta svg{position:relative;top:1px}.beta-line ._beta:hover{opacity:1}.login-page{max-width:100%;margin:0 auto;width:400px;padding:15px}.login-page ._login_or{display:flex;align-items:center;margin:30px auto;max-width:100%}.login-page ._login_or div{flex-grow:1;width:50%;background:#6b7280;height:1px}.login-page ._login_or span{width:80px;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#6b7280}.terms{font-style:normal;font-weight:400;font-size:12px;line-height:16px;text-align:center;padding:0;margin:0;color:#9ca3af}.terms a{color:#facc15;text-decoration:none}.terms a:hover{text-decoration:underline}.copyright{font-style:normal;font-weight:400;font-size:12px;line-height:16px;text-align:center;padding:0;margin:0;color:#4b5563}.btn-yellow-out,.btn-dark,.btn-email,.btn-telegram,.btn-google,.btn-register{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 15px;border-radius:8px;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;color:#1f2937;text-decoration:none;transition:.5s all;margin:auto;max-width:100%}.btn-yellow-out:hover,.btn-dark:hover,.btn-email:hover,.btn-telegram:hover,.btn-google:hover,.btn-register:hover{filter:brightness(110%)}.btn-yellow-out svg,.btn-dark svg,.btn-email svg,.btn-telegram svg,.btn-google svg,.btn-register svg{flex-shrink:0}.btn-email{background:#facc15;color:#1a1a23}.btn-telegram{background:#2aabee;color:#fff}.btn-google{background:#fff;color:#1f2937}.btn-register{background:transparent;border:1px solid #facc15;color:#facc15}.btn-yellow-out{background:transparent;border:1px solid transparent;color:#facc15}.btn-dark{background:#24242e;border:1px solid transparent;color:#fff}.login-buttons ._btn{margin:15px 0;display:flex}.login-buttons ._btn a,.login-buttons ._btn button{flex-grow:1}.login-buttons h2{font-style:normal;font-weight:600;font-size:20px;line-height:28px;text-align:center;color:#fff}.supportLinks{margin:30px 0}.supportLinks h2{font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#8a8b97}.supportLinks a{font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#c8c9da;text-decoration:none;padding:15px;border-radius:10px;transition:.5s all}.supportLinks a ._img{width:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.supportLinks a:hover{color:#fff}.pin-code-circles{display:flex;align-items:center;justify-content:center;gap:10px;margin:50px 0}.pin-code-circles>div{border-radius:100%;border:2px solid #2a2a35;width:16px;height:16px}.pin-code-circles ._filled{background:#facc15}.pin-code-digits{margin:50px auto}.pin-code-digits>div{display:flex;align-items:center;justify-content:center;gap:30px;margin:30px 0}.pin-code-digits>div button{color:#fff;font-weight:500;width:64px;height:64px;border-radius:100%;background:#2a2a35;display:flex;align-items:center;justify-content:center}.pin-code-digits>div button:hover{filter:brightness(110%)}.pin-code-digits>div button._hidden{visibility:hidden}.pin-code-digits>div button._disabled{opacity:.5}.wallet-settings-box{margin:15px 0;padding:15px;background:#22222e;border-radius:10px}.wallet-settings-box ._top{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:20px}.wallet-settings-box ._top b{font-weight:600;font-size:18px}.wallet-settings-box button:hover svg path{fill:#f7931a}.wallet-settings-box ._code{background:#1a1a23;width:100%;font-weight:600;font-size:16px;padding:15px;border-radius:10px;word-break:break-all}.wallet-settings-box ._input{margin:10px 0}.wallet-settings-box ._input input{background:#1a1a23;width:100%;padding:15px;border-radius:10px;outline:none}.wallet-settings-box ._button{margin-top:20px}.wallet-settings-box ._button button{width:100%}.wallet-settings-box ._warning{color:#c23939}.wallet-bottom-links{margin:30px 0}.wallet-bottom-links ._btn{display:flex;gap:10px;align-items:center;justify-content:center;margin:0 auto}.wallet-bottom-links ._btn svg._stroke path{stroke:#facc15;transition:.3s all}.wallet-bottom-links ._btn span{color:#facc15;transition:.3s all}.wallet-bottom-links ._btn:hover svg._stroke path{stroke:#fff}.wallet-bottom-links ._btn:hover span{color:#fff}.cross-chain-my-wallet{background:#22222e;width:100%;font-weight:600;font-size:16px;padding:15px;border-radius:10px;word-break:break-all}.price-range ._row{display:flex;gap:10px;align-items:start}.price-range ._row ._col{width:50%}.price-range .percent-btns{flex-wrap:wrap}.dca-notice{padding:15px;background:#22222e;border-radius:10px}.dca-notice p:first-child{margin-top:0}.dca-notice p:last-child{margin-bottom:0}.dca-notice p b{color:#fff}.dca-history{margin:15px 0;padding:15px;background:#22222e;border-radius:10px}.dca-history-rows ._item{background:#1a1a23;margin-top:15px}.dca-history-rows ._item ._top{display:flex;align-items:center;gap:10px;justify-content:space-between}.dca-history-rows ._item ._top ._icons{display:flex;align-items:center;gap:10px}.dca-history-rows ._item ._top ._icons img{border-radius:100%}.dca-history-rows ._item ._top ._title ._type{display:flex;gap:5px;align-items:center;text-align:left}.dca-history-rows ._item ._top ._title ._type b{font-weight:600;color:#fff}.dca-history-rows ._item ._top ._title ._type button{margin:0;padding:0}.dca-history-rows ._item ._top ._title ._type svg{width:12px;height:12px;filter:grayscale(100%)}.dca-history-rows ._item ._top ._title ._type svg:hover{filter:none}.dca-history-rows ._item ._top ._title ._date{font-size:14px;opacity:.5}.dca-history-rows ._item ._top ._left{flex-wrap:wrap}.dca-history-rows ._item ._top ._right{text-align:right;display:flex;align-items:center;gap:10px;justify-content:right}.dca-history-rows ._item ._top ._right ._status>*{display:block}.dca-history-rows ._item ._top ._right ._status i{font-style:normal;text-transform:capitalize}.dca-history-rows ._item ._top ._right ._close{opacity:.5;margin:0;padding:0}.dca-history-rows ._item ._top ._right ._close:hover{opacity:1}.dca-history-rows ._item ._specs{margin-top:15px}.dca-history-rows ._item ._specs ._spec{display:flex;align-items:center;gap:10px;padding:5px 0}.dca-history-rows ._item ._specs ._spec b{width:200px;white-space:nowrap;flex-shrink:0;text-overflow:ellipsis;overflow:hidden}@media (max-width: 500px){.dca-history-rows ._item ._specs ._spec{flex-wrap:wrap;gap:0}.dca-history-rows ._item ._specs ._spec b{width:100%;white-space:normal}.dca-history-rows ._item ._top{align-items:start}}
