.header___1E4MV{background-color:transparent}/*!
 * 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{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.cardStyle___1G_Gl{height:273px;text-align:center;background:url("") no-repeat 50%;background-size:cover;position:relative;display:flex;flex-direction:column}.incentives___2L-J7{box-shadow:2px 2px #7cfb5c;width:68px;height:20px;box-sizing:border-box;background:#1f2226;border:1px solid #7cfb5c;color:#7cfb5c;font-family:"Inter";font-style:normal;font-weight:500;font-size:12px;text-align:center}.imgStyle___3vP0d{width:80px;height:80px;margin:20px auto;border-radius:40px;overflow:hidden}.imgStyle___3vP0d>img{height:100%;width:100%;max-width:100%;max-height:100%;object-fit:cover}.smallFont___1vmLs{opacity:.5;margin:16px auto 8px}.descriptionFont___28EQe{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.appNameFont___298mm{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.topCard___1Np5_{background:hsla(0,0%,100%,.1);margin:0 auto}.btn___18qGe{width:171px;height:48px;background:#7cfb5c;border-radius:16px;text-align:center}.btnFont___1B5ea{font-family:"Inter";font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#1f2226}.tableList___3DnSc{margin:0 auto}.tabFont___1IMli{font-weight:600;font-size:16px}.btn2___V855K{background:#fff;border-radius:16px;width:150px;height:48px}.btnFont2___2ZVJ4{font-family:"Inter";font-weight:600;font-size:16px;color:#000}.mobile .mod{margin:0 auto}.mobile .dogeRobinhood{max-width:2.67rem;font-size:.2rem;color:#fff;font-family:"Space Grotesk";font-family:"Comic Sans MS";font-style:normal;font-weight:400;font-size:20px;line-height:120%}.mobile .block{position:relative;display:flex;flex-direction:column;align-items:flex-start}.mobile .layerWrapper{position:absolute;display:flex;left:0;top:0;flex-direction:column;align-items:flex-start;width:3.75rem;height:3.94rem}.mobile .icons{margin-top:.6rem;margin-left:.2rem;position:relative}.mobile .icons img{position:absolute;width:.42rem}.mobile .icons .icon1{left:.36rem;width:.42rem}.mobile .textBackground{position:relative;height:.4rem;margin-top:.2rem;margin-left:.2rem}.mobile .info{position:relative;overflow:hidden;height:.21rem;max-width:3.35rem;margin-top:.64rem;margin-left:.2rem;font-size:.14rem;font-weight:500;color:#fff;text-align:left;white-space:pre;text-overflow:ellipsis}.mobile .wrapper{position:relative;display:flex;align-items:flex-start;align-self:center;margin-top:.16rem;font-weight:700;white-space:nowrap;line-height:1.1}.mobile .title{position:relative;width:3.35rem;height:1.32rem;font-size:.4rem;color:#fff;text-align:left;white-space:normal;font-family:"Space Grotesk"}.mobile .nfts{background-color:#fb5b5b;display:inline-block}.mobile .games{background-color:#7cfb5c;display:inline-block;color:#000}.mobile .defi{background-color:#7b6ffb;display:inline-block}.mobile .title1{position:absolute;left:.22rem;top:3.44rem;overflow:hidden;width:1.27rem;height:.63rem;font-size:.14rem;font-weight:500;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal;z-index:1}.mobile .background{position:absolute;left:0;top:2.8rem;width:3.75rem;height:3.84rem}.mobile .dogechain{font-size:.28rem;font-weight:700;color:#fff;align-self:center;padding-top:.1rem}.mobile .figure{position:absolute;right:NaN;bottom:NaN;width:NaN;height:NaN}.mobile .newButton{position:relative;display:flex;align-items:flex-end;margin-top:6.5rem;justify-content:center;white-space:nowrap}.mobile .header{position:relative;display:flex;align-items:flex-end;height:.9rem;margin-left:.2rem;line-height:.6rem;white-space:nowrap}.mobile .whatDogechain{font-family:"Space Grotesk";font-weight:700;margin-bottom:0;margin-right:.02rem;font-size:.28rem;line-height:.28rem;color:#fff;text-align:left;white-space:pre}.mobile .article{position:relative;width:3.35rem;margin-top:.1rem;margin-left:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left}.mobile .swiper{width:100%;max-width:100vw;overflow-x:auto;padding:0 .2rem;box-sizing:border-box}.mobile .body{position:relative;display:flex;align-items:flex-start;margin-top:.6rem;width:12rem}.mobile .body>div{display:flex;flex-direction:column;align-items:flex-start;margin-right:.2rem;width:2.75rem;flex-basis:2.75rem;overflow:hidden}.mobile .item{position:relative;width:2.75rem;height:2.75rem}.mobile .info1{position:relative;overflow:hidden;height:.24rem;max-width:2.75rem;margin-top:.15rem;font-size:.2rem;color:#fff;text-align:left;white-space:pre;font-family:"Comic Sans MS"}.mobile .summary{position:relative;display:-webkit-inline-box;overflow:hidden;width:2.27rem;height:.92rem;margin-top:.1rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal;text-overflow:ellipsis;webkit-box-orient:vertical;webkit-line-clamp:4}.mobile .wrapperItem1{display:flex;flex-direction:column;align-items:flex-start;margin-right:.2rem}.mobile .entryPic{position:relative;width:2.75rem;height:2.06rem}.mobile .info2{position:relative;overflow:hidden;height:.34rem;max-width:2.75rem;margin-top:.15rem;font-size:.2rem;color:#fff;text-align:left;white-space:pre;text-overflow:ellipsis;font-family:"Comic Sans MS"}.mobile .summary1{position:relative;display:-webkit-inline-box;overflow:hidden;width:2.17rem;height:.84rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal;text-overflow:ellipsis;webkit-box-orient:vertical;webkit-line-clamp:4}.mobile .wrapperItem2{display:flex;flex-direction:column;align-items:flex-start;margin-right:.2rem}.mobile .group{position:relative;display:flex;align-items:center;width:2.75rem;height:2.28rem;background-color:#fbf45b}.mobile .overlayer{position:absolute;left:.51rem;top:.82rem;width:1.01rem;height:.75rem;background-color:#000}.mobile .layerWrapper1{position:absolute;display:flex;flex-direction:column;align-items:flex-start;width:2.72rem;height:2.42rem}.mobile .layer1{max-width:100%}.mobile .title3{position:relative;overflow:hidden;width:2.55rem;height:.72rem;margin-top:.15rem;font-size:.2rem;color:#fff;text-align:left;white-space:normal;font-family:"Comic Sans MS"}.mobile .summary2{position:relative;overflow:hidden;width:2.44rem;margin-top:.1rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal;font-family:"Space Grotesk"}.mobile .wrapperItem3{display:flex;flex-direction:column;align-items:flex-start}.mobile .entryPic1{position:relative;width:2.75rem;height:1.83rem}.mobile .info3{position:relative;overflow:hidden;height:.34rem;max-width:2.75rem;margin-top:.15rem;font-size:.2rem;color:#fff;text-align:left;white-space:pre;font-family:"Comic Sans MS"}.mobile .summary3{position:relative;display:-webkit-inline-box;overflow:hidden;width:2.55rem;height:.84rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal;text-overflow:ellipsis;webkit-box-orient:vertical;webkit-line-clamp:4}.mobile .background1{position:relative;width:2.35rem;height:1.96rem;margin-top:.8rem;margin-left:.7rem}.mobile .trustDogechain{position:relative;overflow:hidden;height:.31rem;width:100%;text-align:center;margin-top:.1rem;font-size:.28rem;font-weight:700;color:#fff;white-space:pre;font-family:"Space Grotesk"}.mobile .article1{position:relative;overflow:hidden;width:3.35rem;height:2.2rem;margin-top:.1rem;margin-left:.21rem;font-size:.17rem;font-weight:500;color:hsla(0,0%,100%,.7);text-align:center;white-space:normal}.mobile .actionBg{position:relative;width:3.35rem;height:1.49rem;margin-top:.4rem;margin-left:.2rem}.mobile .article2{position:relative;display:-webkit-inline-box;overflow:hidden;width:3.35rem;height:1.05rem;margin-top:.1rem;margin-left:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal;text-overflow:ellipsis;webkit-box-orient:vertical;webkit-line-clamp:5}.mobile .buttonBg{position:relative;width:3.35rem;height:1.49rem;margin-left:.2rem}.mobile .article3{position:relative;overflow:hidden;width:3.35rem;height:1.05rem;margin-top:.1rem;margin-left:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal}.mobile .layer2{position:absolute;top:0;align-self:center;width:3.75rem;height:5.85rem}.mobile .dogechainhowGet{position:relative;margin:.7rem 0 .1rem;font-size:.4rem;font-weight:700;color:#fff;text-align:center;width:100%}.mobile .icon2{width:.48rem;height:.48rem;margin-right:.2rem}.mobile .info4{font-size:.2rem;line-height:.2rem;color:#fff;text-align:left;white-space:pre}.mobile .title4{position:relative;display:-webkit-inline-box;align-self:flex-end;overflow:hidden;width:2.67rem;height:.42rem;margin-top:.1rem;margin-right:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal;text-overflow:ellipsis;webkit-box-orient:vertical;webkit-line-clamp:2}.mobile .iconHot{width:.48rem;height:.48rem;margin-right:.2rem}.mobile .info5{font-size:.2rem;line-height:.2rem;color:#fff;text-align:left;white-space:pre}.mobile .info6{position:relative;align-self:flex-end;overflow:hidden;height:.21rem;max-width:3.35rem;margin-top:.1rem;margin-right:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:pre;text-overflow:ellipsis}.mobile .wrapper1{position:relative;display:flex;align-items:flex-start;align-self:center;margin-top:.3rem}.mobile .iconLink{width:.48rem;height:.48rem;margin-right:.2rem}.mobile .group1{display:flex;flex-direction:column;align-items:flex-start}.mobile .group1 span{position:relative}.mobile .summary4{width:2.67rem;margin-top:.1rem;font-size:.14rem;color:hsla(0,0%,100%,.7);white-space:normal}.mobile .picture{position:absolute;left:0;right:0;top:-.5rem;width:1rem;height:1rem;margin:0 auto}.mobile .whoAre{position:relative;max-width:9.78rem;font-size:.28rem;font-weight:700;color:#fbf45b;text-align:center}.mobile .background2{position:relative;width:3.35rem;height:1.9rem;margin-top:.3rem;margin-left:.2rem}.mobile .article4{position:relative;overflow:hidden;width:3.35rem;margin-top:.3rem;margin-left:.22rem;font-size:.17rem;font-weight:500;color:#fbf45b;text-align:center;white-space:normal}.mobile .layer3{position:relative;width:3.35rem;height:3.35rem;margin-top:1.2rem;margin-left:.2rem}.mobile .logo{position:relative;width:1.33rem;height:.27rem;margin-top:.2rem;margin-left:.2rem}.mobile .summary5{position:relative;min-height:.48rem;max-width:11.4rem;margin-top:.1rem;margin-left:.2rem;font-size:.2rem;color:#fff;text-align:left;font-family:"Comic Sans MS"}.mobile .article5{position:relative;overflow:hidden;width:3.35rem;margin-top:.1rem;margin-left:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal}.mobile .background3{position:relative;width:3.35rem;height:3.35rem;margin-top:.6rem;margin-left:.2rem}.mobile .logo1{position:relative;width:1.08rem;height:.3rem;margin-top:.2rem;margin-left:.2rem}.mobile .summary6{position:relative;overflow:hidden;width:3.35rem;height:.96rem;margin-top:.1rem;margin-left:.2rem;font-size:.2rem;color:#fff;text-align:left;white-space:normal;font-family:"Comic Sans MS"}.mobile .article6{position:relative;overflow:hidden;width:3.35rem;margin-top:.1rem;margin-left:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal}.mobile .wrapper2{position:relative;display:flex;align-items:flex-start;font-weight:700}.mobile .summary7{font-family:"Space Grotesk";position:relative;width:3.35rem;font-size:.28rem;color:#fff;text-align:left;white-space:normal;line-height:1.1}.mobile .price{font-size:.28rem;color:#fff;text-align:center;background-color:#7b6ffb;font-weight:700}.mobile .learnMore{font-size:.14rem;color:#fb5b5b;text-align:left;white-space:pre;font-weight:700;padding-left:.2rem;text-decoration:none}.mobile .image{position:relative;width:1.22rem;height:1.4rem;margin-top:1.2rem}.mobile .row1{position:relative;display:flex;align-items:flex-start;width:2.75rem;height:2.5rem;margin-top:.2rem}.mobile .layer4{position:absolute;left:0;top:0;width:2.75rem;height:2.5rem}.mobile .figure1{position:absolute;left:.91rem;top:.78rem;width:.92rem;height:.92rem}.mobile .bitmap{position:relative;width:.89rem;height:.89rem}.mobile .posstaking{position:absolute;top:.31rem;right:.22rem;font-size:.11rem;line-height:.27rem;color:#fff;text-align:center;white-space:pre}.mobile .wrapper3{position:absolute;display:flex;left:.47rem;top:.01rem;align-items:center;width:.89rem;height:.89rem}.mobile .picture1{position:absolute;left:0;top:0;width:.89rem;height:.89rem}.mobile .info7{position:relative;display:-webkit-inline-box;overflow:hidden;width:.52rem;height:.39rem;margin-left:.21rem;font-size:.11rem;line-height:.4rem;color:#fff;text-align:center;white-space:normal;text-overflow:ellipsis;webkit-box-orient:vertical;webkit-line-clamp:2}.mobile .wrapperItem12{position:relative;display:flex;align-items:flex-end;margin:1.59rem .48rem 0 .47rem}.mobile .image1{position:relative;width:.89rem;height:.89rem}.mobile .crosschainbridge{position:absolute;top:.31rem;right:.09rem;font-size:.11rem;line-height:.27rem;color:#fff;text-align:center;white-space:pre}.mobile .wrapper4{position:relative;display:flex;align-items:center;width:.89rem;height:.89rem;margin-top:.8rem;background-color:#000;line-height:.53rem;border-radius:50%}.mobile .title5{display:-webkit-inline-box;overflow:hidden;width:.77rem;height:.52rem;margin-top:-.01rem;margin-left:.08rem;font-size:.11rem;color:#fff;text-align:center;white-space:normal;text-overflow:ellipsis;webkit-box-orient:vertical;webkit-line-clamp:3}.mobile .wrapperItem21{position:absolute;display:flex;top:.01rem;right:.48rem;align-items:flex-end}.mobile .figure2{position:relative;width:.89rem;height:.89rem}.mobile .info8{position:absolute;top:.31rem;right:.17rem;font-size:.11rem;line-height:.27rem;color:#fff;text-align:center;white-space:pre}.mobile .wrapperItem31{position:absolute;display:flex;right:.48rem;bottom:.02rem;align-items:flex-end}.mobile .bitmap1{position:relative;width:.89rem;height:.89rem}.mobile .evmcompatibility{position:absolute;top:.31rem;right:.07rem;font-size:.11rem;line-height:.27rem;color:#fff;text-align:center;white-space:pre}.mobile .picture2{position:absolute;left:1.55rem;top:62.91rem;width:.92rem;height:.92rem}.mobile .article7{position:relative;overflow:hidden;width:3.35rem;height:1.9rem;margin-top:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:center;line-height:.21rem}.mobile .largeIcon{position:relative;width:.72rem;height:1rem;margin-top:.6rem}.mobile .dogecoin{position:relative;overflow:hidden;height:.31rem;max-width:9.28rem;margin-top:.2rem;font-size:.28rem;font-weight:700;color:#fff;text-align:center;line-height:1.1}.mobile .background4{position:relative;width:2.75rem;height:2.52rem;margin-top:.2rem}.mobile .summary8{position:relative;overflow:hidden;width:3.22rem;height:1.27rem;margin-top:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:center;white-space:normal;line-height:1.5}.mobile .row2{position:relative;display:flex;align-items:center;height:2.47rem;margin-top:1.2rem;background-color:#1f2226;box-sizing:border-box;width:3.35rem;align-self:center;justify-content:center;background:url("") no-repeat 50%;background-size:contain}.mobile .item1{position:relative;width:2.11rem;height:2.12rem;margin-top:-.01rem}.mobile .team{position:absolute;top:.16rem;right:1.44rem;overflow:hidden;width:.45rem;font-size:.18rem;color:#fff;text-align:center;font-family:"Comic Sans MS";transform:rotate(15deg);line-height:1}.mobile .community{position:absolute;left:0;right:0;bottom:.4rem;color:transparent;background:url("") no-repeat;width:100%;height:100px;display:block;background-size:75% auto;background-position:50%}.mobile .airdroppingCommunity{margin:0;position:relative;color:#fff}.mobile .airdroppingCommunity dt{font-size:.2rem;font-family:"Comic Sans MS";margin-top:.2rem;margin-left:.2rem}.mobile .airdroppingCommunity dd{font-size:.14rem;color:hsla(0,0%,100%,.7);margin-top:.1rem;display:list-item;margin-left:.4rem}.mobile .layer5{position:relative;width:3.35rem;height:2.19rem;margin-top:.8rem}.mobile .grantsBuilders{position:relative;height:.24rem;max-width:11.4rem;margin-top:.1rem;margin-left:.3rem;font-size:.2rem;color:#fff;font-family:"Comic Sans MS";align-self:flex-start}.mobile .summary9{position:relative;overflow:hidden;width:3.35rem;margin-top:.1rem;margin-left:.2rem;font-size:.14rem;color:hsla(0,0%,100%,.7);text-align:left;white-space:normal}.mobile .summary10{position:relative;width:3.35rem;font-size:.28rem;font-weight:700;line-height:1.1;color:#fff;text-align:center;font-family:"Space Grotesk"}.mobile .row3{position:relative;font-size:14px;padding-top:.4rem}.mobile .readWhitepaper{display:block;line-height:.48rem;width:1.82rem;height:.48rem;padding:0 .25rem;background-color:#fff;box-sizing:border-box;border-radius:.16rem;font-size:.16rem;color:#1f2226;text-align:center;text-decoration:none}.mobile .button-root:active{color:#fff!important;background-color:#2a5bd1!important}.mobile .container{position:absolute;display:flex;left:0;right:0;bottom:0;flex-direction:column;align-items:center;width:2.5rem;height:2.5rem;background-color:#fff;margin:0 auto;box-shadow:.2rem .2rem 0 #a6acb4,.4rem .4rem 0 rgba(115,119,125,.8)}.mobile .iconMore{position:relative;width:.46rem;height:.46rem;margin-top:.47rem}.mobile .dogechainwhitepaper{position:relative;overflow:hidden;width:1.1rem;height:.48rem;margin-top:.16rem;font-size:.19rem;color:rgba(0,0,0,.8);text-align:center;font-family:"Comic Sans MS"}.mobile .footer{position:relative;display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:1.67rem;background:url("") no-repeat 50%;background-size:100% 100%}.mobile .wrapper5{position:relative;display:flex;flex-direction:column;align-items:center;width:3.75rem;margin:0 auto;padding-bottom:.6rem}.mobile .article9{position:relative;width:3.35rem;min-height:2.3rem;margin-top:.4rem;font-size:.28rem;font-weight:700;color:#fff;text-align:center;white-space:normal;font-family:"Space Grotesk"}.mobile .contactWrapper{position:relative;margin-top:.4rem;font-size:12px}.mobile .contact{font-size:.16rem;text-align:center;height:.48rem;background-color:#fff;border-radius:.16rem;box-sizing:border-box;line-height:.16rem;padding:0 .24rem;color:#1f2226;display:flex;align-items:center}.mobile .wrapper6{position:relative;width:100%;padding:.4rem .2rem .2rem;height:4.7rem;box-sizing:border-box}.mobile .wrapper6-top{display:flex;justify-content:space-between}.mobile .horizontalLine{position:relative;align-self:center;width:96%;height:1px;background-color:hsla(0,0%,100%,.3)}.mobile .actionBg1{width:.4rem;height:.4rem}.mobile .nav-box-info{display:flex;flex-direction:column;grid-row-gap:20px;row-gap:20px;font-size:.16rem}.mobile .nav-box-social-media{display:grid;grid-template-columns:1fr 1fr 1fr auto;grid-row-gap:.4rem;row-gap:.4rem;font-size:.16rem;margin-top:.4rem}.mobile a.underline:hover{text-decoration:underline}.mobile .email{width:100%;position:relative;margin-top:.2rem;font-size:.18rem;color:hsla(0,0%,100%,.7);text-decoration:none}.mobile .buttonBg1{position:absolute;left:0;right:0;margin:0 auto;top:-.48rem;width:2.75rem;height:.64rem}.mobile .box-1{height:5.35rem;width:100%;background:url("") no-repeat 50%;background-size:cover;margin-top:1.2rem;padding-top:.4rem;display:flex;align-items:center;flex-direction:column;position:relative;overflow:hidden}.mobile .underline{color:#fff;text-decoration:none}.mobile .first-box{width:3.75rem;margin:0 auto;position:relative;display:flex;flex-direction:column}.mobile .two-box{width:3.75rem;margin:0 auto;position:relative;display:flex;flex-direction:column}.mobile .three-box{width:100%;background:url("") no-repeat top;background-size:100% 100%;margin-top:1.2rem;display:flex;justify-content:center}.mobile .submain{position:relative;display:flex;flex-direction:column;align-items:flex-start;width:3.75rem;height:5.85rem}.mobile .fourth-box{display:flex;flex-direction:column;padding-top:1.2rem;width:3.75rem;margin:0 auto}.mobile .fifth-box{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:4.2rem;background:url("") no-repeat center -.1rem #1f2226;background-size:2.8rem 2.8rem;padding-top:2.5rem;box-sizing:border-box;margin-top:1.2rem}.mobile .sixth-box{margin-top:120px!important;width:3.75rem;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}.mobile .sticky{position:fixed;z-index:99;bottom:0;left:0;right:0;font-size:14px;text-align:center;display:flex;flex-direction:column;width:100vw}.mobile .sticky>div{padding-bottom:.4rem;background-color:#000}.mobile .sticky p{margin:0;color:#fff;font-size:.14rem;line-height:1.1;padding:.1rem 0;background:linear-gradient(180deg,transparent,#000)}.mobile .sticky button{width:3.35rem;height:.48rem;border-radius:.16rem;font-weight:600;font-size:.16rem;line-height:.24rem;margin:.1rem auto 0}.mobile .button-contained{background-color:#fff;border:0}.mobile .button-outlined{background-color:transparent;border:1px solid #fff;color:#fff}.home .container-temp{margin-top:30px}.home a{color:inherit;text-decoration:none}.home a.underline:hover{text-decoration:underline}.home .button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:700}.home .button:hover{opacity:.7}.home .mod{min-width:1428px;width:100%}.home .group-container{width:1428px;margin:0 auto;position:relative}.home .gloup-2{background-image:linear-gradient(180deg,transparent,#000),url("");background-size:cover;background-repeat:no-repeat;background-position:center 177px}.home .flex-center{display:flex;align-items:center;justify-content:center}.home .flex-column{flex-direction:column}.home .wow{position:absolute;top:165px;left:137px}.home .info{position:absolute;top:262px;left:133px;text-align:left;white-space:pre;color:#fff;font-size:23px;font-weight:500}.home .container-xxx{position:absolute;top:20px;right:20px}.home .group-3{background:url("img_48.png") no-repeat 50%;background-size:cover}.home .info-1{text-align:center;color:#1f2226;font-size:16px}.home .icon-paperplane{position:absolute;top:20px;right:20px;width:48px;height:48px}.home .thumbnail{position:absolute;right:null;bottom:null;width:null;height:null}.home .header{display:flex;position:relative;align-items:flex-start;align-self:center;flex-direction:row;margin-top:171px;white-space:nowrap}.home .container-1{display:flex;position:relative;align-items:flex-start;flex-direction:column;margin-top:349px;white-space:normal}.home .mask{position:absolute;top:0;left:1px;border-radius:30px;border:3px solid #000;background-color:#c4c4c4;width:60px;height:60px}.home .large-icon{position:absolute;top:0;left:0;width:61px;height:60px}.home .wrapper{display:flex;position:relative;align-items:center;flex-direction:row;margin-left:47px}.home .large-icon-1{margin-top:-1px;margin-right:12px;width:64px}.home .title{width:250px;height:60px;overflow:hidden;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:20px;font-weight:500}.home .what-dogechain{position:relative;margin-top:90px;max-width:371px;text-align:left;white-space:pre;color:#fff;font-size:40px;font-weight:700;z-index:10}.home .article{position:relative;margin-top:13px;width:400px;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400;z-index:10}.home .container-2{display:flex;position:relative;align-items:flex-start;flex-direction:row;width:758px;height:838px}.home .wrapper-1{display:flex;position:absolute;top:0;left:0;align-items:flex-end;flex-direction:row;width:758px;height:838px;white-space:normal}.home .item{position:absolute;top:-10px;right:-56px;width:390px;height:392px}.home .group-item-1{display:flex;position:absolute;top:207px;right:-106px;align-items:flex-start;flex-direction:row;justify-content:center}.home .banner{position:relative;width:579px;height:330px}.home .picture{position:absolute;top:114px;right:90px;width:102px;height:102px}.home .group-item-2{display:flex;position:absolute;top:277px;right:0;align-items:flex-end;flex-direction:row}.home .thumbnail-1{position:relative;width:885px;height:885px}.home .speed-prev{position:absolute;top:129px;left:203px}.home .speed{position:absolute;top:266px;left:323px}.home .moon{position:absolute;top:186px;right:4px}.home .entry-pic{position:absolute;top:193px;right:200px;width:168px;height:134px}.home .many{position:absolute;top:385px;right:149px}.home .woof-woof{position:absolute;top:210px;left:297px}.home .logo{position:relative;margin-bottom:487px;margin-left:120px;width:110px;height:85px}.home .title-1{position:relative;margin-top:535px;margin-right:20px;margin-left:6px}.home .container-3{display:flex;position:absolute;top:139px;left:0;align-items:flex-start;flex-direction:row;font-weight:700;width:600px}.home .title-2{position:relative;text-align:left;white-space:normal;color:#fff;font-size:59px;line-height:64px}.home .bk-nfts{background-color:#fb5c5c;display:inline-block;line-height:64px}.home .bk-games{background-color:#7cfb5c;display:inline-block;line-height:64px;color:#000}.home .bk-defi{background-color:#7b6ffc;display:inline-block;line-height:64px}.home .nfts{text-align:left;color:#fff;font-size:59px}.home .defi{text-align:left;color:#fff;font-size:59px}.home .body-item0{display:flex;position:relative;align-items:flex-start;align-self:center;flex-direction:row;margin-top:69px;justify-content:center}.home .container-item0{display:flex;align-items:flex-start;flex-direction:column;margin-right:20px}.home .product{position:relative;width:292px;height:292px}.home .info-2{position:relative;margin-top:20px;max-width:292px;height:29px;overflow:hidden;text-align:left;white-space:pre;color:#fff;font-size:24px;line-height:1.2;font-weight:400}.home .summary{position:relative;margin-top:10px;width:259px;height:100px;overflow:hidden;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .container-item1{display:flex;align-items:flex-start;flex-direction:column;margin-right:20px}.home .entry-pic-1{position:relative;width:292px;height:219px}.home .info-3{position:relative;margin-top:20px;width:177px;height:58px;overflow:hidden;text-align:left;white-space:normal;color:#fff;font-size:24px;line-height:1.2;font-weight:400}.home .summary-1{position:relative;margin-top:10px;width:247px;height:96px;overflow:hidden;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .container-item2{display:flex;align-items:flex-start;flex-direction:column;margin-right:20px}.home .wrapper-2{display:flex;position:relative;align-items:center;flex-direction:row;background-color:#fbf45b;width:292px;height:242px}.home .overlayer{position:absolute;top:87px;left:53px;background-color:#000;width:108px;height:80px}.home .background-wrapper{display:flex;position:absolute;top:0;right:-42px;align-items:flex-start;flex-direction:column;width:377px;height:378px}.home .background{position:absolute;top:0;align-self:center;width:292px;height:242px}.home .circle{position:relative;margin-top:112px;margin-left:227px;background-color:#fbf45b;width:5px;height:6px}.home .circle-1{position:relative;margin-left:232px;background-color:#fbf45b;width:5px;height:5px}.home .title-3{position:relative;margin-top:20px;width:292px;height:87px;overflow:hidden;text-align:left;white-space:normal;color:#fff;font-size:24px;line-height:1.2;font-weight:400}.home .summary-2{position:relative;margin-top:10px;width:278px;overflow:hidden;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .container-item3{display:flex;align-items:flex-start;flex-direction:column}.home .entry-pic-2{position:relative;width:292px;height:194px}.home .info-4{position:relative;margin-top:20px;width:211px;height:58px;overflow:hidden;text-align:left;white-space:normal;color:#fff;font-size:24px;line-height:1.2;font-weight:400}.home .summary-3{position:relative;margin-top:10px;width:292px;height:100px;overflow:hidden;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .entry-pic-3{position:relative;align-self:center;margin-top:150px;width:298px;height:248px}.home .trust-dogechain{position:relative;align-self:center;margin-top:22px;max-width:366px;height:44px;text-align:center;white-space:pre;color:#fff;font-size:40px;font-weight:700;line-height:1.1}.home .article-1{position:relative;align-self:center;margin-top:20px;width:812px;height:170px;overflow:hidden;white-space:normal;color:hsla(0,0%,100%,.7);font-size:20px;font-weight:500}.home .submain{display:flex;position:relative;align-items:center;align-self:center;flex-direction:row;margin-top:108px}.home .container-item0-1{display:flex;align-items:flex-start;flex-direction:column;margin-right:20px}.home .wrapper-3{display:flex;position:relative;align-items:flex-start;flex-direction:row;background-color:#fbf45b;width:500px;height:182px}.home .image{margin-top:48px;margin-left:50px;width:88px;height:100px}.home .icon-piece{margin-top:120px;width:8px;height:28px}.home .wow-love-wrapper{box-sizing:border-box;display:flex;align-items:center;flex-direction:row;margin-top:80px;border-radius:28px;background-color:#fff;padding-right:20px;padding-left:20px;height:68px;line-height:40px;white-space:pre}.home .wow-love{text-align:left;color:#fb5b5b;font-size:40px;font-weight:400}.home .article-2{position:relative;margin-top:20px;width:460px;height:96px;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .container-item1-1{display:flex;align-items:flex-start;flex-direction:column}.home .wrapper-4{display:flex;position:relative;align-items:flex-start;flex-direction:row;background-color:#7bfb5b;width:500px;height:182px}.home .group-item-3{display:flex;align-items:flex-end;flex-direction:row;margin-top:56px;margin-right:65px;margin-left:140px}.home .view{box-sizing:border-box;display:flex;align-items:center;flex-direction:row;padding-right:20px;padding-left:20px;margin-top:-90px;margin-left:-140px}.home .info-5{text-align:left;color:#7b6ffb;font-size:30px;font-weight:400}.home .icon-piece-1{width:8px;height:28px}.home .large-icon-2{margin-top:60px;width:73px;height:88px}.home .article-3{position:relative;margin-top:20px;width:500px;height:96px;overflow:hidden;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .block-1{margin-top:-34px;margin-left:50px}.home .info-6{text-align:left;color:#7b6ffb;font-size:40px;font-weight:400}.home .info-7{text-align:left;color:#fb5b5b;font-size:30px;font-weight:400}.home .row{display:flex;position:relative;align-items:center;flex-direction:row;justify-content:space-between;margin-top:200px;margin-left:274px;width:510px}.home .hurry{z-index:10;position:relative;width:150px}.home .figure{width:140px;height:140px;z-index:10}.home .row1{display:flex;position:relative;align-items:flex-start;flex-direction:row;margin-top:32px;background-size:contain;font-weight:500}.home .container-4{display:flex;align-items:center;flex-direction:column;margin-top:653px;width:1428px;height:980px}.home .who-are{position:relative;margin-top:207px;max-width:1416px;height:44px;overflow:hidden;text-align:center;white-space:pre;color:#fbf45b;font-size:40px}.home .cover{position:relative;margin-top:59px;width:677px;height:385px;font-weight:400}.home .article-4{position:relative;margin-top:41px;width:812px;height:150px;overflow:hidden;text-align:center;white-space:normal;color:#fbf45b;font-size:20px}.home .block-3{display:flex;position:absolute;top:68px;left:0;right:0;margin:0 auto;align-items:center;align-self:center;flex-direction:column;background-size:contain;background-image:url("");width:797px;height:760px}.home .dogechainhow-get{position:relative;margin-top:100px;height:130px;text-align:center;white-space:normal;color:#fff;font-size:59px;line-height:1.1;font-weight:700}.home .container-item0-2{display:flex;position:relative;align-items:center;flex-direction:row;margin-top:40px;width:486px}.home .large-icon-3{margin-top:-3px;margin-right:15px;width:60px;height:60px}.home .wrapper-5{display:flex;align-items:flex-start;flex-direction:column;white-space:pre}.home .info-8{position:relative;text-align:left;color:#fff;font-size:24px;font-weight:400}.home .title-4{position:relative;margin-top:10px;max-width:385px;text-align:left;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400;white-space:normal}.home .container-item1-2{display:flex;position:relative;align-items:center;flex-direction:row;margin-top:40px;width:486px}.home .large-icon-4{margin-top:-3px;margin-right:15px;width:60px;height:60px}.home .wrapper-6{display:flex;align-items:flex-start;flex-direction:column;white-space:pre}.home .info-9{position:relative;text-align:left;color:#fff;font-size:24px;font-weight:400}.home .info-10{position:relative;margin-top:10px;text-align:left;max-width:385px;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .container-5{display:flex;position:relative;align-items:center;flex-direction:row;margin-top:40px;width:486px}.home .large-icon-5{margin-right:15px;width:60px;height:60px}.home .wrapper-7{display:flex;align-items:flex-start;flex-direction:column}.home .doge-robinhood{position:relative;max-width:411px;height:29px;overflow:hidden;text-align:left;white-space:pre;color:#fff;font-size:24px;font-weight:400}.home .summary-4{position:relative;margin-top:10px;width:411px;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .container-6{box-sizing:border-box;display:flex;position:relative;align-items:center;flex-direction:row;border-radius:16px;background-color:#7bfb5b;padding-right:24px;padding-left:24px;height:48px;line-height:16px;white-space:pre}.home .info-11{text-align:center;color:#1f2226;font-size:16px}.home .main-item0{display:flex;position:relative;align-items:center;align-self:center;flex-direction:row;margin-top:106px}.home .item-1{margin-right:124px;width:390px;height:390px}.home .container-7{display:flex;align-items:flex-start;flex-direction:column;margin-top:-1px}.home .logo-1{position:relative;width:133px;height:27px}.home .summary-5{font-family:"Comic Sans MS";position:relative;margin-top:10px;width:445px;height:58px;text-align:left;white-space:normal;color:#fff;font-size:24px;line-height:1.2;font-weight:400}.home .article-5{position:relative;margin-top:10px;width:500px;height:168px;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .main-item1{display:flex;position:relative;align-items:center;align-self:center;flex-direction:row;margin-top:120px}.home .container-8{display:flex;align-items:flex-start;flex-direction:column;margin-right:124px}.home .logo-2{position:relative;width:108px;height:30px}.home .summary-6{font-family:"Comic Sans MS";position:relative;margin-top:10px;width:451px;height:116px;text-align:left;white-space:normal;color:#fff;font-size:24px;line-height:1.2;font-weight:400}.home .article-6{position:relative;margin-top:10px;width:500px;height:120px;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .product-1{width:390px;height:390px}.home .row3{display:flex;position:relative;align-items:center;align-self:center;flex-direction:row;justify-content:center;margin-top:200px;background-color:#1f2226;width:1226px;height:554px}.home .container-9{display:flex;align-items:flex-start;flex-direction:column;margin-right:122px}.home .wrapper-8{display:flex;position:relative;align-items:flex-start;flex-direction:row;font-weight:700}.home .learn-more-prev{position:relative;width:500px;height:224px;text-align:left;white-space:normal;color:#fff;font-size:40px;line-height:1.1}.home .learn-more{white-space:pre;color:#fb5b5b;font-size:18px}.home .price{text-align:left;color:#fff;font-size:40px;background-color:#7b6ffb}.home .wrapper-9{box-sizing:border-box;display:flex;position:relative;align-items:center;flex-direction:row;border-radius:16px;background-color:#7bfb5b;padding-right:24px;padding-left:24px;height:48px;line-height:16px;white-space:pre;margin-top:90px}.home .info-12{text-align:center;color:#1f2226;font-size:16px}.home .item-2{width:394px;height:394px}@keyframes loop-rotate{0%,to{transform:rotate(0deg)}25%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}}.home .item-2:hover{animation:loop-rotate 1s linear infinite}.home .row4{display:flex;position:relative;align-items:center;align-self:center;flex-direction:row;margin-top:200px}.home .container-10{display:flex;align-items:flex-start;flex-direction:row;margin-right:1px;width:493px;height:779px}.home .wrapper-10{display:flex;position:relative;align-items:flex-start;flex-direction:column;margin-top:-5px;width:368px}.home .bitmap{position:relative;align-self:center;width:122px;height:140px}.home .dogechain{position:relative;align-self:center;margin-top:40px;height:44px;text-align:center;white-space:nowrap;color:#fff;font-size:40px;font-weight:700;line-height:1.1}.home .layer-wrapper{display:flex;position:relative;align-items:flex-start;flex-direction:row;margin-top:34px;margin-left:3px;width:356px;height:324px;background:url("") no-repeat 50%}.home .layer-1{position:absolute;top:0;left:0;width:356px;height:324px}.home .picture-1{position:absolute;top:102px;left:118px;width:120px;height:120px}.home .view-item0{display:flex;position:absolute;top:104px;left:2px;align-items:flex-end;flex-direction:row}.home .image-1{position:relative;width:116px;height:116px}.home .posstaking{position:absolute;top:40px;right:31px;width:51px;height:34px;overflow:hidden;text-align:center;line-height:34px;white-space:normal;color:#fff;font-size:14px;font-weight:400}.home .view-1{display:flex;position:absolute;top:2px;left:61px;align-items:center;flex-direction:row;justify-content:center;width:116px;height:116px;border-radius:50%;border:2px solid #7d6d2a;background-color:#000}.home .figure-1{position:absolute;top:0;left:0;width:116px;height:116px}.home .info-13{position:relative;margin-top:-1px;width:66px;height:51px;overflow:hidden;text-align:center;line-height:51px;white-space:normal;color:#fff;font-size:14px;font-weight:400}.home .view-item1{display:flex;position:relative;align-items:flex-end;flex-direction:row;margin-top:206px;margin-right:61px;margin-left:61px}.home .bitmap-1{position:relative;width:116px;height:116px}.home .crosschainbridge{position:absolute;top:40px;right:15px;width:83px;height:34px;overflow:hidden;text-align:center;line-height:34px;white-space:normal;color:#fff;font-size:14px;font-weight:400}.home .view-2{display:flex;position:relative;align-items:center;flex-direction:row;justify-content:center;margin-top:104px;width:116px;height:116px}.home .picture-2{position:absolute;top:0;left:0;width:116px;height:116px}.home .title-5{position:relative;margin-top:-2px;width:96px;height:68px;overflow:hidden;text-align:center;line-height:68px;white-space:normal;color:#fff;font-size:14px;font-weight:400}.home .view-item2{display:flex;position:absolute;top:2px;right:61px;align-items:flex-end;flex-direction:row;border-radius:50%;border:2px solid #7d6d2a;background-color:#000}.home .image-2{position:relative;width:116px;height:116px}.home .info-14{position:absolute;top:40px;right:26px;width:61px;height:34px;overflow:hidden;text-align:center;line-height:34px;white-space:normal;color:#fff;font-size:14px;font-weight:400}.home .view-item3{display:flex;position:absolute;right:61px;bottom:2px;align-items:flex-end;flex-direction:row}.home .figure-2{position:relative;width:116px;height:116px}.home .evmcompatibility{position:absolute;top:40px;right:12px;width:88px;height:34px;overflow:hidden;text-align:center;line-height:34px;white-space:normal;color:#fff;font-size:14px;font-weight:400}.home .bitmap-2{position:absolute;top:202px;right:109px;width:120px;height:120px}.home .article-7{position:relative;margin-top:44px;width:368px;height:168px;text-align:center;white-space:normal;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .container-11{display:flex;align-items:flex-start;flex-direction:row}.home .vertical-line{margin-right:133px;margin-left:-1px;background-color:hsla(0,0%,100%,.2);width:1px;height:779px}.home .wrapper-11{display:flex;align-items:center;flex-direction:column;margin-top:40px}.home .large-icon-6{position:relative;width:72px;height:100px}.home .dogecoin{position:relative;height:44px;text-align:center;white-space:nowrap;color:#fff;font-size:40px;font-weight:700;line-height:1.1}.home .product-2{position:relative;margin-top:34px;width:356px;height:326px}.home .summary-7{position:relative;margin-top:42px;width:304px;height:90px;text-align:center;white-space:normal;color:hsla(0,0%,100%,.7);font-size:20px;font-weight:500}.home .row5{display:flex;position:relative;align-items:flex-start;align-self:center;flex-direction:row;margin-top:230px}.home .container-12{display:flex;align-items:flex-start;flex-direction:column;margin-right:20px}.home .item-wrapper{display:flex;position:relative;align-items:center;flex-direction:row;justify-content:center;width:500px;height:368px;background:url("") no-repeat 50% #1f2226;background-size:cover}.home .team{position:absolute;top:11px;right:215px;border:1px solid #4c4e51;width:68px;height:56px;overflow:hidden;text-align:center;white-space:normal;color:#fff;font-size:27px;font-weight:400}.home .community{position:absolute;top:249px;right:54px;border:2px solid #1f2226;text-align:center;line-height:51px;white-space:pre;color:px;font-size:50px;font-weight:400}.home .airdropping-community{position:relative;margin-top:20px;max-width:500px;height:29px;overflow:hidden;text-align:left;white-space:pre;color:#fff;font-size:24px;font-weight:400;font-family:"Comic Sans MS"}.home .article-8{padding-left:18px;position:relative;margin-top:10px;width:480px;height:240px;overflow:hidden;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);line-height:24px;font-size:16px;font-weight:400}.home .container-13{display:flex;align-items:flex-start;flex-direction:column}.home .banner-1{position:relative;width:708px;height:463px}.home .grants-builders{position:relative;margin-top:20px;max-width:708px;height:29px;overflow:hidden;text-align:left;white-space:pre;color:#fff;font-size:24px;font-weight:400;font-family:"Comic Sans MS"}.home .summary-8{position:relative;margin-top:10px;width:546px;height:60px;text-align:left;white-space:normal;color:hsla(0,0%,100%,.7);font-size:20px;font-weight:500}.home .row6{box-sizing:border-box;display:flex;position:relative;align-items:center;align-self:center;flex-direction:row;margin-top:70px;border-radius:16px;background-color:#7bfb5b;padding-right:24px;padding-left:24px;height:48px;line-height:16px;white-space:pre}.home .info-15{text-align:center;color:#1f2226;font-size:16px}.home .body-item1{display:flex;position:relative;align-items:flex-start;align-self:center;flex-direction:row;justify-content:center;margin-top:202px;background-size:contain;background-image:url("");width:1228px}.home .container-14{display:flex;position:relative;align-items:flex-start;flex-direction:column;margin-top:104px;margin-right:127px}.home .summary-9{position:relative;width:454px;height:176px;color:#fff;font-size:40px;font-weight:700;line-height:1.1}.home .read-whitepaper-wrapper{box-sizing:border-box;display:flex;position:relative;align-items:center;flex-direction:row;margin-top:60px;border-radius:16px;background-color:#fff;padding-right:24px;padding-left:24px;height:48px;line-height:16px;white-space:pre}.home .read-whitepaper{text-align:center;color:#1f2226;font-size:16px}.home .layer-2{position:relative;margin-top:120px;background-color:rgba(115,119,125,.8);width:429px;height:374px}.home .mask-1{position:absolute;right:134px;bottom:0;background-color:#a6acb4;width:429px;height:394px}.home .container-15{display:flex;position:absolute;right:154px;bottom:0;align-items:center;flex-direction:column;background-color:#fff;width:429px;height:414px}.home .picture-3{position:relative;margin-top:81px;width:80px;height:80px}.home .dogechainwhitepaper{position:relative;margin-top:25px;width:188px;font-family:"Comic Sans MS";overflow:hidden;text-align:center;color:rgba(0,0,0,.8);font-size:34px;font-weight:400}.home .row8{display:flex;position:relative;align-items:center;align-self:center;flex-direction:row;justify-content:space-between;margin-top:80px;width:691px;height:24px;line-height:16px;white-space:pre}.home .platform-partners-prev{text-align:center;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .platform-partners{text-align:center;color:hsla(0,0%,100%,.7);font-size:16px;font-weight:400}.home .row9{display:flex;position:relative;align-items:center;align-self:center;flex-direction:row;justify-content:center;margin-top:40px}.home .bg{margin-right:186px;width:453px;height:62px}.home .action-bg{width:203px;height:44px}.home .footer{display:flex;position:relative;align-items:flex-end;flex-direction:row;margin-top:246px;white-space:nowrap}.home .background-1{position:relative;width:1428px;height:546px;white-space:normal}.home .article-9{position:absolute;top:74px;right:236px;width:930px;text-align:center;white-space:normal;color:#fff;font-size:40px;line-height:1.1;font-weight:700}.home .contact-wrapper{box-sizing:border-box;display:flex;position:absolute;top:270px;left:646px;align-items:center;flex-direction:row;border-radius:16px;background-color:#fff;padding-right:23px;padding-left:25px;height:48px;line-height:16px;white-space:pre}.home .contact{text-align:center;color:#1f2226;font-size:16px}.home .footer-box{width:1228px;position:absolute;top:436px;left:0;right:0;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.home .button-bg{width:244px;white-space:normal}.home .nav-box{display:flex;align-items:center;grid-column-gap:32px;-webkit-column-gap:32px;column-gap:32px}.home .nav-box-sub{display:flex;align-items:center;grid-column-gap:32px;-webkit-column-gap:32px;column-gap:32px}.home .vertical-divider{height:16px}.home .horizontal-line{position:absolute;top:375px;left:100px;background-color:hsla(0,0%,100%,.3);width:1228px;height:1px;white-space:normal}.home .block-4{display:flex;position:absolute;bottom:513px;left:614px;align-items:flex-start;flex-direction:row;width:69px}.home .large-icon-7{position:absolute;top:0;left:0;width:69px;height:80px}.home .icon-piece-2{position:relative;margin-top:52px;width:8px;height:28px}.home .woofwoof-wrapper{box-sizing:border-box;display:flex;position:absolute;right:545px;bottom:513px;align-items:center;height:68px;line-height:40px;white-space:nowrap}.home .container{box-sizing:border-box;margin-top:45px;border-radius:16px;background-color:#fff;padding-right:24px;padding-left:24px;height:48px;line-height:48px;white-space:nowrap;transition:background-color .2s}.home .container span{transition:color .2s}.home .container:hover{background-color:#2a5bd1;opacity:1;color:#fff!important}.home .container:hover span{color:#fff!important}.home .container-outlined{box-sizing:border-box;border-radius:16px;padding-right:24px;padding-left:24px;height:48px;line-height:48px;white-space:nowrap;border:1px solid #fff}.home .container-outlined span{color:#fff!important}:root{--ps-bg-primary:#000;--ps-bg-primary2:#1f2226;--ps-bg-card:hsla(0,0%,100%,0.1);--ps-btn-primary:#7cfb5c;--ps-text-h1:#fff;--ps-text-body1:hsla(0,0%,100%,0.7);--ps-text:#fff;--ps-secondary:#7b6ffc;--ps-active:#fbf55c;--ps-success:#7cfb5c;--ps-warn:#fbf55c;--ps-error:#fb5c5c;--ps-gray-600:#82899a}@font-face{font-family:"Comic Sans MS";font-style:normal;font-display:swap;font-weight:400;src:url("") format("truetype")}@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:400;font-feature-settings:"ss01" on,"case" on,"calt" off;src:url("SpaceGrotesk-Regular.ttf") format("truetype")}@font-face{font-family:"Inter";src:url("Inter-Regular.ttf") format("truetype");font-feature-settings:"ss02" on,"ss01" on,"calt" off}body{height:100vh;margin:0;background-color:#000;background-color:var(--ps-bg-primary);font-family:"Inter",sans-serif;color:#fff}main#root{height:100%;display:flex;flex-direction:column}.MuiTypography-root{letter-spacing:normal}img,svg{vertical-align:middle;-webkit-user-drag:none}a{color:inherit;text-decoration:none}a[data-underline]:hover{text-decoration:underline}.comic-sans-ms{font-family:"Comic Sans MS"}.space-grotesk{font-family:"Space Grotesk"}