@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";@import"https://fonts.googleapis.com/css?family=Cookie:regular";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css *//*!
 * 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}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}:root{--color-bg-primary: #F7F7F7;--color-bg-secondary: #FFFFFF;--color-bg-header: #F7F7F7;--color-text-primary: #1C1C1C;--color-text-secondary: #121212;--color-text-inverse: #FFFFFF;--color-link: #1C1C1C;--color-link-hover: #121212;--color-btn-bg: #121212;--color-btn-text: #1C1C1C;--color-btn-hover-opacity: .8;--color-form-border: #1C1C1C;--color-form-border-focus: #121212;--color-form-placeholder: #1C1C1C;--color-theme-switcher-bg: rgba(0, 0, 0, .05);--color-theme-switcher-bg-hover: rgba(0, 0, 0, .1);--transition-speed: all .5s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--color-bg-primary: #121212;--color-bg-secondary: #1C1C1C;--color-bg-header: #121212;--color-text-primary: #FFFFFF;--color-text-secondary: #F7F7F7;--color-text-inverse: #1C1C1C;--color-link: #FFFFFF;--color-link-hover: #F7F7F7;--color-btn-bg: #FFFFFF;--color-btn-text: #FFFFFF;--color-btn-hover-opacity: .8;--color-form-border: rgba(255, 255, 255, .3);--color-form-border-focus: #FFFFFF;--color-form-placeholder: rgba(255, 255, 255, .5);--color-theme-switcher-bg: rgba(255, 255, 255, .1);--color-theme-switcher-bg-hover: rgba(255, 255, 255, .15)}.clearfix:after{content:"";display:block;clear:both}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{max-height:1000000px}body{font:16px/1.2 Inter,Arial,Helvetica Neue,Helvetica,sans-serif;min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text-primary);background-color:var(--color-bg-primary);transition:var(--transition-speed)}*{transition:background-color var(--transition-speed),color var(--transition-speed),border-color var(--transition-speed),box-shadow var(--transition-speed)}img,svg,video,canvas,iframe,object,embed,input[type=checkbox],input[type=radio],.header__theme-switcher-label,.header__theme-switcher-icon{transition:none}.header__theme-switcher-label{transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .3s ease!important}.header__theme-switcher-icon{transition:opacity .3s ease-in-out!important}img{max-width:100%;height:auto;vertical-align:top}.gm-style img{max-width:none}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h{font-weight:700;margin:0 0 .5em;color:var(--color-text-primary);transition:color var(--transition-speed)}h1,.h1{font-size:78px}h2,.h2{font-size:52px}h3,.h3{font-size:24px}h4,.h4{font-size:22px}h5,.h5{font-size:17px}h6,.h6{font-size:15px}p{margin:0 0 1em}a{color:var(--color-link);text-decoration:none;transition:color var(--transition-speed)}a:hover,a:focus{color:var(--color-link-hover);text-decoration:none}form,fieldset{margin:0;border-style:none}input[type=text],input[type=tel],input[type=email],input[type=search],input[type=password],textarea{-webkit-appearance:none;-webkit-border-radius:0;outline:none;box-sizing:border-box;border:1px solid var(--color-form-border);color:var(--color-text-primary);background-color:var(--color-bg-secondary);transition:border-color var(--transition-speed),color var(--transition-speed),background-color var(--transition-speed)}input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=search]:focus,input[type=password]:focus,textarea:focus{border-color:var(--color-form-border-focus)}input[type=text]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--color-form-placeholder)}input[type=text]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=password]::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:var(--color-form-placeholder)}input[type=text]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=password]:-moz-placeholder,textarea:-moz-placeholder{color:var(--color-form-placeholder)}input[type=text]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--color-form-placeholder)}input[type=text].placeholder,input[type=tel].placeholder,input[type=email].placeholder,input[type=search].placeholder,input[type=password].placeholder,textarea.placeholder{color:var(--color-form-placeholder)}select{-webkit-border-radius:0}textarea{vertical-align:top;resize:none}button,input[type=button],input[type=reset],input[type=file],input[type=submit]{-webkit-appearance:none;-webkit-border-radius:0;cursor:pointer;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif}.header{position:sticky;top:0;left:0;z-index:100;padding:20px 0;transition:var(--transition-speed)}.header .container{max-width:1388px;padding:0 14px}.header__inner{display:flex;justify-content:space-between;gap:10px;align-items:center;background-color:var(--color-bg-secondary);border-radius:9999px;padding:8px 10px;transition:var(--transition-speed);box-shadow:0 2px 20px #0000001a}.header__logo-track{position:relative;flex:1;height:56px;margin-right:10px}@media (max-width: 479px){.header__logo-track{height:44px;width:44px;order:2;margin:0 auto;flex:0 1 auto}}.header__logo{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.0784313725);padding:5px;display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;box-shadow:0 4px 6px #4c146814;will-change:transform}@media (max-width: 479px){.header__logo{width:44px;height:44px}}.header__logo:before{content:"";position:absolute;border-radius:50%;top:0;left:0;width:100%;height:100%;box-shadow:0 0 3.5px #f2f2f233 inset}.header__menu{display:flex;align-items:center;gap:16px}@media (max-width: 479px){.header__menu{display:contents}}.header__menu-button{min-width:150px;width:150px;background-color:var(--color-btn-bg);color:#fff;border:none;cursor:pointer;font-weight:500;border-radius:999px;font-size:18px;padding:14px 24px;white-space:nowrap;background:linear-gradient(98.09deg,#fc79c1 18.04%,#8610E1 100%);background-size:200% 200%;box-shadow:0 4px 23.2px #fa5eb582;position:relative;overflow:hidden;animation:gradientFlow 4s ease infinite;transition:background .6s cubic-bezier(.4,0,.2,1),color .6s cubic-bezier(.4,0,.2,1),box-shadow .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 1320px){.header__menu-button{font-size:calc(14px + 4 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.header__menu-button{padding-top:calc(12px + 2 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.header__menu-button{padding-bottom:calc(12px + 2 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.header__menu-button{padding-right:calc(10px + 14 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.header__menu-button{padding-left:calc(10px + 14 * (100vw - 393px) / 927)}}[data-theme=light] .header__menu-button{background:linear-gradient(0deg,rgba(255,255,255,.1),rgba(255,255,255,.1)),linear-gradient(142.93deg,#FFB2EB 15.16%,#FF51D3 95.7%);background-size:200% 200%}@media (max-width: 479px){.header__menu-button{order:3;min-width:110px;width:110px;height:44px}}.header__theme-switcher{position:relative;min-width:87px;width:87px;height:50px;padding:8px;background:linear-gradient(98.09deg,rgba(250,94,181,.5) 18.04%,rgba(134,16,225,.5) 100%);border-radius:100px;outline:none;border:none;cursor:pointer}@media (max-width: 479px){.header__theme-switcher{order:1;padding:6px 7px;min-width:110px;width:110px;height:44px}}.header__theme-switcher-label{display:flex;align-items:center;justify-content:center;width:34px;height:34px;cursor:pointer;border-radius:50%;background-color:#f7f7f7;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;left:8px;top:50%;transform:translateY(-50%);overflow:visible}@media (max-width: 479px){.header__theme-switcher-label{width:30px;height:30px}}.header__theme-switcher-icon{position:absolute;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.header__theme-switcher-icon img{width:100%;height:100%;object-fit:contain}.header__theme-switcher-icon--moon{opacity:1}.header__theme-switcher-icon--sun{opacity:0}[data-theme=dark] .header__theme-switcher-label{transform:translateY(-50%) translate(0)}[data-theme=dark] .header__theme-switcher-label .header__theme-switcher-icon--moon{opacity:1;transform:scale(1) rotate(0)}[data-theme=dark] .header__theme-switcher-label .header__theme-switcher-icon--sun{opacity:0;transform:scale(.8) rotate(-90deg)}[data-theme=light] .header__theme-switcher-label{transform:translateY(-50%) translate(37px)}@media (max-width: 479px){[data-theme=light] .header__theme-switcher-label{transform:translateY(-50%) translate(65px)}}[data-theme=light] .header__theme-switcher-label .header__theme-switcher-icon--moon{opacity:0;transform:scale(.8) rotate(90deg)}[data-theme=light] .header__theme-switcher-label .header__theme-switcher-icon--sun{opacity:1;transform:scale(1) rotate(0)}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}html::-webkit-scrollbar{width:10px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background:#FFB2EB;border-radius:10px;width:10px}#wrapper{overflow:hidden}.container{max-width:1320px;width:100%;margin:0 auto;padding:0 10px}.light,[data-theme=light] .dark{display:none}[data-theme=light] .light{display:block}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:888px;width:95%;max-height:95%;background-color:var(--color-bg-primary);border-radius:33px;padding:95px 40px;box-shadow:0 4px 6px #4c146814;z-index:1000;text-align:center;border:1px solid #FFB2EB;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease,var(--transition-speed)}.popup.active{opacity:1;visibility:visible;pointer-events:all}.popup:before{content:"";position:absolute;top:0;left:-750px;aspect-ratio:1/1;width:auto;height:530px;background:radial-gradient(59.01% 59.01% at 35.17% 31.17%,rgba(255,81,211,.77) 0%,rgba(255,81,211,.77) 100%);filter:blur(230px);border-radius:50%;z-index:-1}@media (max-width: 1320px){.popup:before{left:calc(-780px + 30 * (100vw - 393px) / 927)}}.popup__bg{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;z-index:-1;pointer-events:none}@media (max-width: 479px){.popup__bg{top:5%}}.popup__bg img{width:100%;height:100%;object-fit:cover}@media (max-width: 479px){.popup__bg img{object-fit:fill}}.popup__close{position:absolute;top:20px;right:20px;cursor:pointer;z-index:1001;width:14px;height:14px}.popup__close span{position:absolute;top:50%;left:50%;display:block;width:100%;height:1px;background-color:#828282}.popup__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.popup__close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.popup__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:650px;width:100%;margin:0 auto}.popup h2{font-size:40px;font-weight:500;line-height:120%;letter-spacing:-1.5px;margin-bottom:10px}@media (max-width: 1320px){.popup h2{font-size:calc(24px + 16 * (100vw - 393px) / 927)}}.popup p{font-size:22px;font-weight:500;line-height:120%}@media (max-width: 1320px){.popup p{font-size:calc(14px + 8 * (100vw - 393px) / 927)}}[data-theme=light] .popup p{color:#828282}.popup p br{display:none}@media (max-width: 767px){.popup p br{display:block}}.popup__form{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #FFB2EB;max-width:310px;width:100%;margin:30px auto 0;border-radius:33px;padding:4px 3px 4px 13px;background-color:var(--color-bg-primary)}@media (max-width: 767px){.popup__form{flex-direction:column;border:none;max-width:100%;padding:0;border-radius:0;background-color:transparent;row-gap:8px}}.popup__form input{width:100%;border:none;outline:none;background:transparent;font-size:18px;line-height:120%}@media (max-width: 767px){.popup__form input{border:1px solid #FFB2EB;border-radius:33px;padding:10px 16px;background-color:var(--color-bg-primary)}}.popup__form input::-webkit-input-placeholder{color:#ffffff4d}[data-theme=light] .popup__form input::-webkit-input-placeholder{color:#9e9d9d}.popup__form input::-moz-placeholder{opacity:1;color:#ffffff4d}[data-theme=light] .popup__form input::-moz-placeholder{color:#9e9d9d}.popup__form input:-moz-placeholder{color:#ffffff4d}[data-theme=light] .popup__form input:-moz-placeholder{color:#9e9d9d}.popup__form input:-ms-input-placeholder{color:#ffffff4d}[data-theme=light] .popup__form input:-ms-input-placeholder{color:#9e9d9d}.popup__form input.placeholder{color:#ffffff4d}[data-theme=light] .popup__form input.placeholder{color:#9e9d9d}.popup__form button{display:flex;align-items:center;justify-content:center;background:linear-gradient(98.09deg,#FA5EB5 18.04%,#8610E1 100%);min-width:34px;width:34px;height:34px;border-radius:50%;border:none;outline:none;cursor:pointer;padding:0;box-shadow:0 4px 6px #4c146814}@media (max-width: 767px){.popup__form button{width:100%;border-radius:33px;height:44px}}[data-theme=light] .popup__form button{background:linear-gradient(0deg,rgba(255,255,255,.1),rgba(255,255,255,.1)),linear-gradient(142.93deg,#FFB2EB 15.16%,#FF51D3 95.7%);color:#fff}.popup__form button span{display:none}@media (max-width: 767px){.popup__form button span{display:block}}@media (max-width: 767px){.popup__form button img{display:none}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease,background-color var(--transition-speed)}.popup-overlay.active{opacity:1;visibility:visible;pointer-events:all}.btn{display:flex;align-items:center;justify-content:flex-end;gap:14px;border:1px solid #FFB2EB;border-radius:28px;background-color:var(--color-bg-primary);font-size:18px;line-height:120%;font-weight:500;padding:0 0 0 24px;box-shadow:0 0 23px #f2f2f233 inset;transition:var(--transition-speed)}@media (max-width: 1320px){.btn{font-size:calc(12px + 6 * (100vw - 393px) / 927)}}[data-theme=light] .btn{background:rgba(255,255,255,.8)}.btn:hover span{transition:var(--transition-speed);rotate:45deg}.btn span{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(98.09deg,#FA5EB5 18.04%,#8610E1 100%);transition:rotate .3s ease,background var(--transition-speed);font-size:18px;font-weight:500;transition:var(--transition-speed)}@media (max-width: 1320px){.btn span{width:calc(45px + 11 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.btn span{height:calc(45px + 11 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.btn span{font-size:calc(13px + 5 * (100vw - 393px) / 927)}}[data-theme=light] .btn span{background:linear-gradient(0deg,rgba(255,255,255,.1),rgba(255,255,255,.1)),linear-gradient(142.93deg,#FFB2EB 15.16%,#FF51D3 95.7%)}.btn span img{width:14px;height:14px}.hero{padding:88px 0 70px}@media (max-width: 767px){.hero{padding-top:14px;padding-bottom:30px}}.hero .container{position:relative}.hero .container:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:7%;width:474px;height:474px;border-radius:50%;background:rgba(193,54,243,.6117647059);filter:blur(634px);z-index:-1}[data-theme=light] .hero .container:after{display:none}.hero__bg{position:absolute;top:-17%;right:4%;max-width:640px;width:50%;height:auto}@media (max-width: 1023px){.hero__bg{z-index:-1;right:auto;left:0;max-width:290px;width:100%;top:5%}}@media (max-width: 479px){.hero__bg{left:-1%}}.hero__bg img{width:100%;height:100%}.hero__icon{position:absolute;z-index:-2;top:20%;right:12%;width:60px;height:60px;border-radius:10px;padding:10px;box-shadow:0 0 3px #f2f2f233 inset;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0px 4px 6px rgba(76,20,104,.0784313725));background:rgba(255,255,255,.08)}[data-theme=light] .hero__icon{border:1px solid #FFFFFF;background:rgba(255,255,255,.08);box-shadow:0 0 3px #f2f2f233}.hero__icon img{width:70%;height:70%;object-fit:contain}@media (max-width: 1023px){.hero__icon{display:none}}.hero__content{display:flex;flex-direction:column;max-width:835px;width:100%}@media (max-width: 1023px){.hero__content{max-width:100%;text-align:center}}.hero__title{font-size:160px;line-height:89%;letter-spacing:-1.5px;margin-bottom:66px}@media (max-width: 1320px){.hero__title{font-size:calc(70px + 90 * (100vw - 393px) / 927)}}.hero__title i{font-weight:400;font-style:normal;font-family:Cookie;font-size:200px}@media (max-width: 1320px){.hero__title i{font-size:calc(85px + 115 * (100vw - 393px) / 927)}}@media (max-width: 1023px){.hero__title{margin-bottom:265px;text-align:end;order:1}}.hero__title span{position:relative;display:inline-block}.hero__title span:before{content:attr(data-text);position:absolute;top:0;right:0;bottom:0;left:0;color:#923a6b;z-index:-1;transform:translate(-6px,6px)}@media (max-width: 479px){.hero__title span:before{transform:translate(-2px,2px)}}.hero__title b{position:relative;background:linear-gradient(142.93deg,#FFB2EB 15.16%,#FF51D3 95.7%);color:transparent;-webkit-background-clip:text;background-clip:text;z-index:2}.hero__subtitle{font-size:40px;font-weight:500;line-height:120%;letter-spacing:-1.5px;margin-bottom:14px}@media (max-width: 1320px){.hero__subtitle{font-size:calc(24px + 16 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.hero__subtitle{margin-bottom:calc(10px + 4 * (100vw - 393px) / 927)}}@media (max-width: 1023px){.hero__subtitle{order:3}}.hero__text{font-size:26px;font-weight:500;line-height:120%;max-width:600px;width:100%;margin-bottom:26px}@media (max-width: 1320px){.hero__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.hero__text{margin-bottom:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 1023px){.hero__text{margin:0 auto 14px;order:4}}@media (max-width: 479px){.hero__text{max-width:300px}}[data-theme=light] .hero__text{color:#828282}.hero__button{margin-bottom:65px;width:max-content}@media (max-width: 1023px){.hero__button{margin:0 auto;order:5}}.hero__labels{display:flex;align-items:center;gap:18px}@media (max-width: 1023px){.hero__labels{order:2;justify-content:center;margin-bottom:35px}}@media (max-width: 767px){.hero__labels{gap:10px}}.hero__label{display:flex;align-items:center;gap:6px;border:1px solid #FFB2EB;border-radius:16px;padding:14px 18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 767px){.hero__label{padding:7px 10px;border-radius:9px;gap:3px}}.hero__label img{width:24px;height:24px}@media (max-width: 767px){.hero__label img{width:14px;height:14px}}.hero__label span{margin-top:1px;font-size:18px;font-weight:500;line-height:120%}@media (max-width: 1320px){.hero__label span{font-size:calc(9px + 9 * (100vw - 393px) / 927)}}.content-block{overflow:hidden}.content-block__inner{border:1px solid #FFB2EB;border-radius:20px;padding:260px 15px;position:relative;display:flex;align-items:center;justify-content:center;background-color:var(--color-bg-secondary)}@media (max-width: 1320px){.content-block__inner{padding-top:calc(150px + 110 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.content-block__inner{padding-bottom:calc(150px + 110 * (100vw - 393px) / 927)}}.content-block__title{font-size:40px;font-weight:500;line-height:120%;letter-spacing:-1.5px;text-align:center;max-width:605px;width:100%;margin:0 auto;color:transparent;background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background var(--transition-speed)}@media (max-width: 1320px){.content-block__title{font-size:calc(20px + 20 * (100vw - 393px) / 927)}}[data-theme=light] .content-block__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.content-block__title br{display:none}@media (max-width: 767px){.content-block__title br{display:block}}.content-block__text{max-width:652px;color:#828282;font-size:26px;font-weight:500;line-height:120%;text-align:center;margin:0 auto}@media (max-width: 1320px){.content-block__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}.finally{padding:50px 0}@media (max-width: 767px){.finally{padding:25px 0 40px}}.finally__icon{position:absolute;border-radius:50%;border:2px solid #FA5EB5;display:flex;align-items:center;justify-content:center;box-shadow:2.05px 2.05px 3.07px #ffffff26 inset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(193,54,243,.0784313725)}@media (max-width: 767px){.finally__icon{width:64px;height:64px}}.finally__icon img{width:82px;height:82px}@media (max-width: 767px){.finally__icon img{width:54px;height:54px}}.finally__icon.icon-1{bottom:13%;left:25%;width:106px;height:106px}@media (max-width: 767px){.finally__icon.icon-1{display:none}}.finally__icon.icon-2{top:8%;right:20%;width:120px;height:120px}@media (max-width: 767px){.finally__icon.icon-2{top:15%;right:5%}}@media (max-width: 479px){.finally__icon.icon-2{width:76px;height:76px}}.finally__icon.icon-3{bottom:10%;right:6%;width:113px;height:113px}@media (max-width: 767px){.finally__icon.icon-3{right:62%;bottom:9%}}@media (max-width: 479px){.finally__icon.icon-3{width:76px;height:76px}}.finally__icon.icon-4{top:13%;left:9%;width:98px;height:98px}@media (max-width: 767px){.finally__icon.icon-4{top:5%;left:15%}}@media (max-width: 479px){.finally__icon.icon-4{width:64px;height:64px}}.finally__star{position:absolute}@media (max-width: 767px){.finally__star{width:75px}}.finally__star.star-1{top:20%;left:23%}@media (max-width: 767px){.finally__star.star-1{top:22%;left:2%;rotate:9deg}}.finally__star.star-2{bottom:15%;right:25%}@media (max-width: 767px){.finally__star.star-2{bottom:20%}}.finally__title{max-width:605px}.short-section{padding:52px 0}@media (max-width: 767px){.short-section{padding:80px 0 50px}}.short-section__content{flex-direction:column;padding-top:260px;padding-bottom:220px}@media (max-width: 1320px){.short-section__content{padding-top:calc(130px + 130 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.short-section__content{padding-bottom:calc(130px + 90 * (100vw - 393px) / 927)}}.short-section__title{max-width:675px;margin-bottom:40px}@media (max-width: 1320px){.short-section__title{margin-bottom:calc(14px + 26 * (100vw - 393px) / 927)}}.short-section__star{position:absolute}.short-section__star.star-1{top:17%;left:9%;transform:rotate(47deg);width:100px}.short-section__star.star-2{top:18%;left:50%;transform:rotate(1.79deg)}@media (max-width: 767px){.short-section__star.star-2{width:90px;top:8%}}.short-section__star.star-3{top:2%;left:80%;transform:rotate(1.79deg);width:75px}.short-section__star.star-4{bottom:35%;left:5%;transform:rotate(-36deg);width:60px}.short-section__star.star-5{bottom:33%;left:30%;transform:translateY(-50%) rotate(28deg);width:50px}@media (max-width: 767px){.short-section__star.star-5{bottom:15%}}.short-section__star.star-6{bottom:7%;right:40%;transform:translateY(-50%) rotate(-44deg);width:50px}.short-section__star.star-7{top:35%;right:5%;transform:rotate(11deg);width:100px}@media (max-width: 767px){.short-section__star.star-7{width:75px;top:50%}}.swap-section{padding:52px 0}@media (max-width: 479px){.swap-section{padding-top:40px}}.swap-section__content{padding-top:230px;padding-bottom:160px;flex-direction:column}@media (max-width: 1320px){.swap-section__content{padding-top:calc(80px + 150 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.swap-section__content{padding-bottom:calc(80px + 80 * (100vw - 393px) / 927)}}.swap-section__img{position:absolute}.swap-section__img.img-1{top:10%;right:20%}@media (max-width: 767px){.swap-section__img.img-1{width:29px;height:29px}}.swap-section__img.img-2{top:5%;left:15%}@media (max-width: 767px){.swap-section__img.img-2{width:34px}}.swap-section__img.img-3{bottom:5%;right:25%}@media (max-width: 767px){.swap-section__img.img-3{width:25px}}.swap-section__img.img-4{left:10%;bottom:10%}@media (max-width: 767px){.swap-section__img.img-4{width:27px}}.swap-section__img.img-5{bottom:25%;right:5%}@media (max-width: 767px){.swap-section__img.img-5{width:28px}}.swap-section__title{max-width:905px;margin-bottom:40px}@media (max-width: 1320px){.swap-section__title{margin-bottom:calc(26px + 14 * (100vw - 393px) / 927)}}.swap-section__title br{display:none}@media (max-width: 479px){.swap-section__title br{display:block}}@media (max-width: 479px){.checkout-section{padding-top:60px}}.checkout-section__content{padding-top:265px;padding-bottom:175px;flex-direction:column}@media (max-width: 1320px){.checkout-section__content{padding-top:calc(102px + 163 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.checkout-section__content{padding-bottom:calc(102px + 73 * (100vw - 393px) / 927)}}.checkout-section__title{max-width:925px;margin-bottom:40px}@media (max-width: 1320px){.checkout-section__title{margin-bottom:calc(26px + 14 * (100vw - 393px) / 927)}}.checkout-section__img{position:absolute}@media (max-width: 767px){.checkout-section__img{width:67px}}.checkout-section__img.img-1{top:10%;right:5%}.checkout-section__img.img-2{bottom:5%;left:15%}.checkout-section__img.img-3{top:13%;left:50%}.checkout-section__img.img-4{top:5%;left:5%}.checkout-section__img.img-5{bottom:9%;right:7%}.promise{padding:50px 0}@media (max-width: 767px){.promise{padding:80px 0 70px}}.promise__content{padding-top:275px;padding-bottom:235px;flex-direction:column}@media (max-width: 1320px){.promise__content{padding-top:calc(120px + 155 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.promise__content{padding-bottom:calc(104px + 131 * (100vw - 393px) / 927)}}.promise__title{max-width:910px;margin-bottom:14px;font-weight:500;font-size:40px;letter-spacing:0}@media (max-width: 1320px){.promise__title{font-size:calc(18px + 22 * (100vw - 393px) / 927)}}@media (max-width: 479px){.promise__title{max-width:310px;font-weight:600}}.promise__text{font-weight:500;font-size:26px}@media (max-width: 1320px){.promise__text{font-size:calc(18px + 8 * (100vw - 393px) / 927)}}@media (max-width: 479px){.promise__text{font-weight:600}}.promise__border{position:absolute;top:30%;left:50%;transform:translate(-50%);margin-bottom:40px;height:100%;width:100%;object-fit:cover;pointer-events:none}@media (max-width: 1320px){.promise__border{margin-bottom:calc(26px + 14 * (100vw - 393px) / 927)}}@media (max-width: 767px){.promise__border{top:25%}}@media (max-width: 479px){.promise__border{max-width:335px;top:22%}}.promise__logo{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);border-radius:10px;border:1px solid #FA5EB5;display:flex;align-items:center;justify-content:center;box-shadow:2.05px 2.05px 3.07px #ffffff26 inset;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(193,54,243,.3);width:60px;height:60px}@media (max-width: 767px){.promise__logo{top:25%;width:43px;height:43px}}@media (max-width: 479px){.promise__logo{top:22%}}[data-theme=light] .promise__logo{border:1px solid #FFFFFF;background:rgba(255,255,255,.3);box-shadow:0 4px 6px #4c146814}.promise__logo-img{width:50%;height:50%}.promise__logo-star{width:100px;position:absolute;top:-27px;right:-30px}@media (max-width: 767px){.promise__logo-star{top:-18px;right:-21px}}.promise__star{position:absolute}.promise__star.star-1{top:5%;left:5%;width:70px}.promise__star.star-2{top:15%;left:10%;rotate:-12deg}@media (max-width: 767px){.promise__star.star-2{display:none}}.promise__star.star-3{top:5%;right:10%;rotate:12deg}@media (max-width: 767px){.promise__star.star-3{width:75px}}.promise__star.star-4{top:25%;right:5%;width:90px}@media (max-width: 767px){.promise__star.star-4{display:none}}.promise__star.star-5{bottom:10%;left:25%;width:70px}@media (max-width: 767px){.promise__star.star-5{left:15%}}.promise__star.star-6{bottom:5%;right:25%}@media (max-width: 767px){.promise__star.star-6{width:85px}}.mention{padding-top:120px;position:relative;overflow:hidden}@media (max-width: 1320px){.mention{padding-top:calc(90px + 30 * (100vw - 393px) / 927)}}.mention:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:55%;background:linear-gradient(0deg,#121212 10%,rgba(18,18,18,0) 60.58%)}[data-theme=light] .mention:after{background:linear-gradient(0deg,#F7F7F7 0%,rgba(247,247,247,0) 60.58%)}.mention:before{content:"";position:absolute;z-index:-1;bottom:-115%;left:50%;transform:translate(-50%,-50%);background:rgba(193,54,243,.6117647059);filter:blur(300px);max-width:1050px;width:80%;height:auto;aspect-ratio:3/2}@media (max-width: 767px){.mention:before{filter:blur(125px);bottom:-50%}}[data-theme=light] .mention:before{display:none}.mention__line{position:absolute;top:0;left:50%;transform:translate(-50%);object-fit:cover;z-index:-1;pointer-events:none;max-width:950px;width:180%}.mention__content{text-align:center;max-width:725px;width:100%;margin:0 auto 75px}@media (max-width: 1320px){.mention__content{margin-bottom:calc(40px + 35 * (100vw - 393px) / 927)}}.mention__title{font-size:26px;font-weight:600;line-height:120%;margin-bottom:16px}@media (max-width: 1320px){.mention__title{font-size:calc(18px + 8 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.mention__title{margin-bottom:calc(8px + 8 * (100vw - 393px) / 927)}}.mention__title br{display:none}@media (max-width: 767px){.mention__title br{display:block}}.mention__text{font-size:26px;font-weight:500;line-height:120%;color:#828282;max-width:690px}@media (max-width: 1320px){.mention__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 479px){.mention__text{max-width:345px;width:100%;margin:0 auto;text-align:center}}.mention__img{display:block;max-width:1185px;width:100%;margin:0 auto}.mention__img.light,[data-theme=light] .mention__img.dark{display:none}[data-theme=light] .mention__img.light{display:block}@media (max-width: 767px){.mention__img{height:320px}}@media (max-width: 767px) and (max-width: 1320px){.mention__img{height:calc(250px + 70 * (100vw - 393px) / 927)}}.mention__img img{width:100%;height:100%;object-position:top center}@media (max-width: 767px){.mention__img img{object-fit:cover}}.fees{position:relative;padding:80px 0 95px}@media (max-width: 767px){.fees{padding:50px 0 30px}}.fees__border{position:absolute;top:35%;left:50%;transform:translate(-50%);max-width:960px;width:100%;height:auto;z-index:-1}@media (max-width: 767px){.fees__border{height:364px;object-fit:cover}}.fees__title{font-size:56px;font-weight:500;line-height:120%;letter-spacing:-1.5px;text-align:center;color:transparent;background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0}@media (max-width: 1320px){.fees__title{font-size:calc(24px + 32 * (100vw - 393px) / 927)}}[data-theme=light] .fees__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 479px){.fees__title{margin-bottom:20px}}.fees__title.mob{display:none}@media (max-width: 479px){.fees__title.mob{display:block}}@media (max-width: 479px){.fees__title.desk{display:none}}.fees__img{display:block;max-width:610px;width:100%;margin:0 auto;position:relative;overflow:hidden}.fees__img.light,[data-theme=light] .fees__img.dark{display:none}[data-theme=light] .fees__img.light{display:block}.fees__img:before{content:"";position:absolute;bottom:-5%;left:0;width:100%;height:35%;background:linear-gradient(0deg,#121212 25%,rgba(18,18,18,.7) 50.41%,rgba(18,18,18,0) 96.25%)}[data-theme=light] .fees__img:before{background:linear-gradient(0deg,#F7F7F7 32.04%,rgba(247,247,247,.7) 50.41%,rgba(247,247,247,0) 96.25%)}.fees__text{max-width:815px;width:100%;margin:0 auto;font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#e8e8e8}@media (max-width: 1320px){.fees__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}[data-theme=light] .fees__text{color:#828282}.fees__text.mob{display:none}@media (max-width: 479px){.fees__text.mob{display:block}}@media (max-width: 479px){.fees__text.desk{display:none}}.fees__text.top-text{font-size:22px;color:#e8e8e8;max-width:290px;font-weight:600;width:100%;margin:0 auto 8px}@media (max-width: 1320px){.fees__text.top-text{font-size:calc(18px + 4 * (100vw - 393px) / 927)}}@media (max-width: 479px){.fees__text.top-text.mob{max-width:295px}}[data-theme=light] .fees__text.top-text{color:#1c1c1c}.fees__text.bottom-text{color:#828282}.cards{padding:80px 0}@media (max-width: 767px){.cards{padding:120px 0 50px}}.cards__item{background-color:var(--color-bg-secondary);border-radius:12px;padding:44px 30px;position:relative;overflow:hidden}@media (max-width: 767px){.cards__item{padding:40px 14px}}.cards__text{position:relative;z-index:1;font-size:22px;font-weight:500;line-height:120%}@media (max-width: 1320px){.cards__text{font-size:calc(14px + 8 * (100vw - 393px) / 927)}}.cards__text:not(:last-child){margin-bottom:14px}@media (max-width: 1320px){.cards__text:not(:last-child){margin-bottom:calc(4px + 10 * (100vw - 393px) / 927)}}.cards__text.top-text{font-size:22px;color:#e8e8e8}@media (max-width: 1320px){.cards__text.top-text{font-size:calc(16px + 6 * (100vw - 393px) / 927)}}[data-theme=light] .cards__text.top-text{color:#1c1c1c}.cards__text.bottom-text{color:#828282}.cards-top__content{display:flex;align-items:center;gap:24px}@media (max-width: 1023px){.cards-top__content{flex-direction:column}}.cards-top__item{height:424px}@media (max-width: 1023px){.cards-top__item{width:100%}}.cards-top__item:first-child{flex:1 1 740px}@media (max-width: 1023px){.cards-top__item:first-child{flex:auto;height:490px;display:flex;flex-direction:column;justify-content:flex-start;overflow:visible}}@media (max-width: 767px){.cards-top__item:first-child{justify-content:flex-end}}.cards-top__item:first-child:before{content:"";position:absolute;bottom:-1%;right:9%;background:rgba(193,54,243,.6117647059);filter:blur(200px);border-radius:50%;width:316px;height:316px}[data-theme=light] .cards-top__item:first-child:before{display:none}@media (max-width: 767px){.cards-top__item:first-child:before{display:none}}.cards-top__item:first-child .cards-top__img{position:absolute;bottom:0;right:0;max-width:440px;width:100%;height:auto;object-fit:cover;object-position:center}@media (max-width: 767px){.cards-top__item:first-child .cards-top__img{max-width:385px;width:100%;right:50%;transform:translate(50%);bottom:auto;top:-20%}.cards-top__item:first-child .cards-top__img:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(0deg,#1C1C1C 50.11%,rgba(28,28,28,.7) 69.41%,rgba(28,28,28,0) 99.43%)}[data-theme=light] .cards-top__item:first-child .cards-top__img:after{background:linear-gradient(0deg,#FFFFFF 49.42%,rgba(255,255,255,.7) 58.41%,rgba(255,255,255,0) 80.85%)}}.cards-top__item:first-child .cards-top__text{max-width:270px;width:100%}@media (max-width: 767px){.cards-top__item:first-child .cards-top__text{text-align:center;max-width:100%}}@media (max-width: 767px){.cards-top__item:first-child .cards-top__text.bottom-text{max-width:260px;margin:0 auto}}.cards-top__item:last-child{flex:1 1 530px}@media (max-width: 1023px){.cards-top__item:last-child{flex:auto;height:415px}}@media (max-width: 479px){.cards-top__item:last-child{padding-top:30px}}.cards-top__item:last-child .cards-top__img{position:absolute;bottom:0;right:0;max-width:360px;width:57%;height:auto;object-fit:cover;object-position:center}@media (max-width: 767px){.cards-top__item:last-child .cards-top__img{width:85%}}.cards-top__item:last-child .cards-top__text{max-width:425px;width:100%}@media (max-width: 767px){.cards-top__item:last-child .cards-top__text{max-width:100%;text-align:center}}@media (max-width: 767px){.cards-top__item:last-child .cards-top__text.bottom-text{max-width:315px;margin:0 auto}}@media (max-width: 767px){.cards-middle{padding:80px 0}}.cards-middle__content{display:flex;flex-wrap:wrap;gap:24px}@media (max-width: 767px){.cards-middle__content{flex-direction:column}}.cards-middle__img.light,[data-theme=light] .cards-middle__img.dark{display:none!important}[data-theme=light] .cards-middle__img.light{display:block!important}.cards-middle__item:nth-child(1){flex:1 1 636px;height:636px}@media (max-width: 767px){.cards-middle__item:nth-child(1){flex:auto;height:384px;display:flex;flex-direction:column;justify-content:flex-end;overflow:visible;text-align:center}}.cards-middle__item:nth-child(1) .cards-middle__img{position:absolute;bottom:0;right:50%;transform:translate(50%);max-width:535px;width:100%;height:auto;object-fit:cover;object-position:center}.cards-middle__item:nth-child(1) .cards-middle__img:before{content:"";position:absolute;z-index:-1;bottom:-1%;right:50%;transform:translate(50%);background:rgba(193,54,243,.6117647059);filter:blur(200px);border-radius:50%;width:316px;height:316px}@media (max-width: 767px){.cards-middle__item:nth-child(1) .cards-middle__img:before{bottom:40%;filter:blur(35px);width:180px;height:160px}}[data-theme=light] .cards-middle__item:nth-child(1) .cards-middle__img:before{display:none}@media (max-width: 767px){.cards-middle__item:nth-child(1) .cards-middle__img{max-width:95%;width:50%;bottom:15%}.cards-middle__item:nth-child(1) .cards-middle__img:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:45%;background:linear-gradient(0deg,#1C1C1C 50.09%,rgba(28,28,28,.7) 63.5%,rgba(28,28,28,0) 96.94%)}[data-theme=light] .cards-middle__item:nth-child(1) .cards-middle__img:after{background:linear-gradient(0deg,#FFFFFF 49.42%,rgba(255,255,255,.7) 58.41%,rgba(255,255,255,0) 80.85%)}}@media (max-width: 479px){.cards-middle__item:nth-child(1) .cards-middle__img{max-width:70%;width:100%}}@media (max-width: 409px){.cards-middle__item:nth-child(1) .cards-middle__img{max-width:90%;bottom:10%}}.cards-middle__item:nth-child(1) .cards-middle__text.bottom-text{max-width:531px;width:100%}@media (max-width: 479px){.cards-middle__item:nth-child(1) .cards-middle__text.bottom-text{max-width:245px;margin:0 auto}}.cards-middle__item:nth-child(1) .cards-middle__text.bottom-text br{display:none}@media (max-width: 479px){.cards-middle__item:nth-child(1) .cards-middle__text.bottom-text br{display:block}}.cards-middle__item:nth-child(2){flex:1 1 636px;height:636px}@media (max-width: 767px){.cards-middle__item:nth-child(2){flex:auto;height:452px;text-align:center;padding-bottom:0;display:flex;flex-direction:column;align-items:center}}.cards-middle__item:nth-child(2) .cards-middle__img{position:absolute;bottom:0;right:50%;transform:translate(50%);max-width:546px;width:100%;height:auto}@media (max-width: 767px){.cards-middle__item:nth-child(2) .cards-middle__img{display:block;transform:none;position:static;margin-top:auto}}@media (max-width: 479px){.cards-middle__item:nth-child(2) .cards-middle__text.top-text{max-width:177px;width:100%;margin:0 auto 4px}}.cards-middle__item:nth-child(2) .cards-middle__text.bottom-text{max-width:433px;width:100%}@media (max-width: 767px){.cards-middle__item:nth-child(2) .cards-middle__text.bottom-text{margin:0 auto}}@media (max-width: 479px){.cards-middle__item:nth-child(2) .cards-middle__text.bottom-text{max-width:283px}}.cards-middle__item:nth-child(3){flex:1 1 742px;height:424px}@media (max-width: 767px){.cards-middle__item:nth-child(3){flex:auto;height:452px;display:flex;flex-direction:column;justify-content:flex-end;overflow:visible;text-align:center}}.cards-middle__item:nth-child(3) .cards-middle__img{position:absolute;z-index:1;bottom:0;right:0;max-width:695px;width:65%;height:auto;object-fit:cover;object-position:center}@media (max-width: 767px){.cards-middle__item:nth-child(3) .cards-middle__img{max-width:85%;width:50%}.cards-middle__item:nth-child(3) .cards-middle__img:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(0deg,#1C1C1C 50.09%,rgba(28,28,28,.7) 63.5%,rgba(28,28,28,0) 96.94%)}[data-theme=light] .cards-middle__item:nth-child(3) .cards-middle__img:after{background:linear-gradient(0deg,#FFFFFF 49.42%,rgba(255,255,255,.7) 58.41%,rgba(255,255,255,0) 80.85%)}}@media (max-width: 479px){.cards-middle__item:nth-child(3) .cards-middle__img{width:100%;bottom:12%}}.cards-middle__item:nth-child(3) .cards-middle__img:before{content:"";position:absolute;z-index:-1;bottom:-1%;right:50%;transform:translate(50%);background:rgba(193,54,243,.6117647059);filter:blur(200px);border-radius:50%;width:316px;height:316px}@media (max-width: 767px){.cards-middle__item:nth-child(3) .cards-middle__img:before{bottom:30%;filter:blur(65px);width:200px;height:160px}}[data-theme=light] .cards-middle__item:nth-child(3) .cards-middle__img:before{display:none}.cards-middle__item:nth-child(3) .cards-middle__text{position:relative;z-index:2}.cards-middle__item:nth-child(3) .cards-middle__text.bottom-text{max-width:410px}@media (max-width: 767px){.cards-middle__item:nth-child(3) .cards-middle__text.bottom-text{max-width:325px;padding:0 25px;margin:0 auto}}.cards-middle__item:nth-child(4){flex:1 1 530px;height:424px;position:relative}.cards-middle__item:nth-child(4):before{content:"";position:absolute;bottom:0%;right:50%;transform:translate(50%);background:rgba(193,54,243,.6117647059);filter:blur(200px);border-radius:50%;width:316px;height:316px}@media (max-width: 767px){.cards-middle__item:nth-child(4):before{bottom:30%;filter:blur(85px);width:200px;height:200px}}[data-theme=light] .cards-middle__item:nth-child(4):before{display:none}@media (max-width: 767px){.cards-middle__item:nth-child(4){flex:auto;height:452px;text-align:center;display:flex;flex-direction:column;align-items:center;margin-top:auto;padding-bottom:0}}.cards-middle__item:nth-child(4) .cards-middle__img{position:absolute;bottom:0;right:50%;transform:translate(50%);max-width:303px;width:100%;height:auto}@media (max-width: 768px){.cards-middle__item:nth-child(4) .cards-middle__img{display:block;width:100%;bottom:auto;right:auto;transform:none;margin-top:auto;max-width:280px;position:relative}}@media (max-width: 479px){.cards-middle__item:nth-child(4) .cards-middle__img{max-width:85%}}.cards-middle__item:nth-child(4) .cards-middle__text.bottom-text{max-width:410px}@media (max-width: 767px){.cards-middle__item:nth-child(4) .cards-middle__text.bottom-text{max-width:270px;width:100%;margin:0 auto}}.cards-bottom{padding:80px 0}@media (max-width: 767px){.cards-bottom{padding:40px 0}}.cards-bottom__item{display:flex;align-items:center;gap:16px;padding:0}@media (max-width: 767px){.cards-bottom__item{padding:8px 8px 40px}}@media (max-width: 767px){.cards-bottom__item{flex-direction:column;text-align:center;gap:28px}}.cards-bottom__item .cards__text:last-child{margin-bottom:0}.cards-bottom__item:first-child{margin-bottom:12px}.cards-bottom__item:first-child .cards-bottom__img{max-width:800px;width:100%;border-radius:30px;overflow:hidden}@media (max-width: 767px){.cards-bottom__item:first-child .cards-bottom__img{border-radius:12px}}.cards-bottom__item:first-child .cards-bottom__img img{width:100%;height:100%}.cards-bottom__item:first-child .cards__text-wrapper{max-width:420px;width:100%;padding:14px}@media (max-width: 767px){.cards-bottom__item:first-child .cards__text-wrapper{padding:0 6px}}@media (max-width: 479px){.cards-bottom__item:first-child .cards__text.bottom-text{max-width:315px;width:100%;margin:0 auto}}.cards-bottom__item:last-child{justify-content:space-between;padding:80px 40px}@media (max-width: 767px){.cards-bottom__item:last-child{flex-direction:column-reverse;padding:20px 8px 40px}}.cards-bottom__item:last-child .cards__text-wrapper{max-width:420px;width:100%}@media (max-width: 767px){.cards-bottom__item:last-child .cards__text-wrapper .cards__text br{display:none}}@media (max-width: 479px){.cards-bottom__item:last-child .cards__text-wrapper .cards__text.bottom-text{max-width:215px;width:100%;margin:0 auto}}.cards-bottom__item:last-child .cards-bottom__img{display:flex;align-items:center;justify-content:center;min-width:250px;width:250px;height:250px;border-radius:50%;margin-right:80px;border:4px solid #FFB2EB;background:rgba(193,54,243,.0784313725);box-shadow:0 0 30px 5px #b3b3b380 inset}@media (max-width: 1320px){.cards-bottom__item:last-child .cards-bottom__img{margin-right:calc(0px + 80 * (100vw - 393px) / 927)}}@media (max-width: 767px){.cards-bottom__item:last-child .cards-bottom__img{margin:0}}.cards-bottom__item:last-child .cards-bottom__img img{width:80%;height:80%}.cards-bottom__text.top-text{font-size:26px}@media (max-width: 1320px){.cards-bottom__text.top-text{font-size:calc(16px + 10 * (100vw - 393px) / 927)}}.cards-bottom__text.bottom-text{font-size:26px}@media (max-width: 1320px){.cards-bottom__text.bottom-text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}.magic{padding:95px 0 145px}@media (max-width: 767px){.magic{padding:40px 0}}.magic .container{position:relative}.magic__title{font-size:56px;font-weight:500;line-height:120%;letter-spacing:-1.5px;text-align:center;max-width:605px;width:100%;margin:0 auto 600px;background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.magic__title{font-size:calc(24px + 32 * (100vw - 393px) / 927)}}[data-theme=light] .magic__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.magic__title{margin-bottom:calc(255px + 345 * (100vw - 393px) / 927)}}.magic__img{position:absolute;z-index:-1;pointer-events:none;top:10%;left:50%;width:100%;transform:translate(-50%)}@media (max-width: 479px){.magic__img{height:460px}}.magic__img img{width:100%;height:100%;object-fit:cover}.magic__content{max-width:875px;width:100%;margin:0 auto;text-align:center}.magic__logo{display:flex;align-items:center;justify-content:center;border:1px solid #FFB2EB;margin:0 auto 95px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(193,54,243,.3);width:168px;height:168px;border-radius:40px}@media (max-width: 1320px){.magic__logo{width:calc(100px + 68 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.magic__logo{height:calc(100px + 68 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.magic__logo{margin-bottom:calc(40px + 55 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.magic__logo{border-radius:calc(17px + 23 * (100vw - 393px) / 927)}}[data-theme=light] .magic__logo{border-width:5px;background:rgba(255,255,255,.3);box-shadow:0 4px 6px 2px #4c146814}.magic__logo-img{width:55%;height:55%}.magic__text{line-height:120%;text-align:center;width:100%;margin:0 auto}.magic__text:not(:last-child){margin-bottom:16px}@media (max-width: 1320px){.magic__text:not(:last-child){margin-bottom:calc(8px + 8 * (100vw - 393px) / 927)}}.magic__text br{display:none}@media (max-width: 767px){.magic__text br{display:block}}.magic__text.top-text{font-size:26px;font-weight:500;max-width:655px;color:#e8e8e8}@media (max-width: 1320px){.magic__text.top-text{font-size:calc(18px + 8 * (100vw - 393px) / 927)}}[data-theme=light] .magic__text.top-text{color:#1c1c1c}.magic__text.bottom-text{font-size:26px;font-weight:500;max-width:840px;color:#828282}@media (max-width: 1320px){.magic__text.bottom-text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 767px){.magic__text.bottom-text{max-width:345px}}.magic__text.bottom-text br{display:none}@media (max-width: 479px){.magic__text.bottom-text br{display:block}}.feed{padding-top:80px}@media (max-width: 1023px){.feed{padding-top:40px;padding-bottom:50px}}.feed__content-top{margin-bottom:80px}.feed__content-bottom{position:relative}.feed__content-bottom-text-wrapper{position:absolute;top:15%;right:0;max-width:542px;width:100%}@media (max-width: 1023px){.feed__content-bottom-text-wrapper{position:static;margin:0 auto}}.feed__content-bottom-text-wrapper .feed__text{text-align:start}@media (max-width: 1023px){.feed__content-bottom-text-wrapper .feed__text{text-align:center}}@media (max-width: 767px){.feed__content-bottom-text-wrapper .feed__text.top-text{max-width:343px;margin:0 auto 8px}.feed__content-bottom-text-wrapper .feed__text.bottom-text{max-width:350px}}.feed__title{color:#e8e8e8;font-size:56px;font-weight:500;line-height:120%;letter-spacing:-1.5px;display:flex;flex-direction:column;width:max-content;margin:0 auto;text-align:center}@media (max-width: 1320px){.feed__title{font-size:calc(24px + 32 * (100vw - 393px) / 927)}}[data-theme=light] .feed__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.feed__title span{display:flex;align-items:center;justify-content:center;gap:10px;margin-left:300px}@media (max-width: 1320px){.feed__title span{margin-left:calc(70px + 230 * (100vw - 393px) / 927)}}.feed__title span img{width:40px}@media (max-width: 1320px){.feed__title span img{width:calc(20px + 20 * (100vw - 393px) / 927)}}.feed__img{display:block;position:relative}.feed__img.light,[data-theme=light] .feed__img.dark{display:none}[data-theme=light] .feed__img.light{display:block}.feed__img:before{content:"";position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:rgba(193,54,243,.6117647059);filter:blur(300px);width:516px;height:250px}@media (max-width: 767px){.feed__img:before{width:150px;height:150px;filter:blur(150px)}}[data-theme=light] .feed__img:before{display:none}.feed__img img{width:100%;height:100%}@media (max-width: 767px){.feed__img.img-2{height:420px}.feed__img.img-2 img{object-fit:cover;object-position:top left}}.feed__img.img-2:before{left:30%;top:30%;width:250px;height:250px}@media (max-width: 767px){.feed__img.img-2:before{width:150px;height:150px;filter:blur(150px)}}.feed__img.img-2:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(0deg,#121212 0%,rgba(18,18,18,.9) 38%,rgba(18,18,18,0) 100%)}@media (max-width: 767px){.feed__img.img-2:after{height:50%}}[data-theme=light] .feed__img.img-2:after{background:linear-gradient(0deg,#F7F7F7 24.57%,rgba(247,247,247,.7) 50.88%,rgba(247,247,247,0) 92.97%)}.feed__text{text-align:center}.feed__text.top-text{font-weight:500;font-size:26px;color:var(--color-text-primary);margin-bottom:16px}@media (max-width: 1320px){.feed__text.top-text{font-size:calc(18px + 8 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.feed__text.top-text{margin-bottom:calc(8px + 8 * (100vw - 393px) / 927)}}.feed__text.bottom-text{font-size:26px;color:#828282;font-weight:500;max-width:740px;width:100%;margin:0 auto}@media (max-width: 1320px){.feed__text.bottom-text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 767px){.feed__text.bottom-text{max-width:314px}}.feed__text.bottom-text br{display:none}@media (max-width: 767px){.feed__text.bottom-text br{display:block}}.ask .container{padding:344px 14px;position:relative;height:100%}@media (max-width: 1320px){.ask .container{padding-top:calc(83px + 261 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.ask .container{padding-bottom:calc(142px + 202 * (100vw - 393px) / 927)}}.ask__img{position:absolute;z-index:-1;pointer-events:none;filter:blur(3px)}.ask__img.img-1{width:340px;top:20%;left:0}@media (max-width: 1320px){.ask__img.img-1{width:calc(101px + 239 * (100vw - 393px) / 927)}}@media (max-width: 767px){.ask__img.img-1{top:25%}}.ask__img.img-2{width:400px;top:15%;right:0}@media (max-width: 1320px){.ask__img.img-2{width:calc(130px + 270 * (100vw - 393px) / 927)}}@media (max-width: 767px){.ask__img.img-2{top:50%;transform:translateY(-50%);rotate:-11deg}}.ask__img.img-3{width:360px;bottom:10%;left:50%;transform:translate(-50%)}@media (max-width: 1320px){.ask__img.img-3{width:calc(110px + 250 * (100vw - 393px) / 927)}}@media (max-width: 767px){.ask__img.img-3{left:20%;bottom:20%}}.ask__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.ask__title{background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;font-weight:500;line-height:120%;text-align:center}[data-theme=light] .ask__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.ask__title{font-size:calc(18px + 22 * (100vw - 393px) / 927)}}@media (max-width: 767px){.ask__title{max-width:230px;width:100%;margin:-15px auto 0}}@media (max-width: 479px){.ask__title{color:var(--color-text-primary)!important;background:none!important;-webkit-background-clip:text!important;-webkit-text-fill-color:var(--color-text-primary)!important;background-clip:text!important;text-fill-color:var(--color-text-primary)!important}}.smart{padding-top:120px}@media (max-width: 1320px){.smart{padding-top:calc(60px + 60 * (100vw - 393px) / 927)}}@media (max-width: 1023px){.smart{padding-bottom:40px}}.smart .container{position:relative}.smart .container:after{content:"";position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);width:537px;height:537px;border-radius:50%;background:rgba(193,54,243,.6117647059);filter:blur(300px)}@media (max-width: 767px){.smart .container:after{width:150px;height:150px;filter:blur(150px)}}[data-theme=light] .smart .container:after{display:none}.smart__img{display:block;max-width:1088px;width:100%;margin:0 auto}@media (max-width: 479px){.smart__img{margin-bottom:10px}}.smart__img.light,[data-theme=light] .smart__img.dark{display:none}[data-theme=light] .smart__img.light{display:block}.smart__title{background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;font-weight:500;line-height:120%;letter-spacing:-1.5px;text-align:end;max-width:286px;width:22%;margin:0 auto;color:var(--color-text-primary);position:absolute;top:2%;left:10%}[data-theme=light] .smart__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.smart__title{font-size:calc(18px + 22 * (100vw - 393px) / 927)}}@media (max-width: 1023px){.smart__title{position:static;max-width:100%;width:100%;margin:0 auto 8px;text-align:center}}@media (max-width: 479px){.smart__title{color:var(--color-text-primary)!important;background:none!important;-webkit-background-clip:text!important;-webkit-text-fill-color:var(--color-text-primary)!important;background-clip:text!important;text-fill-color:var(--color-text-primary)!important}}.smart__text{font-size:26px;color:#828282;font-weight:500;line-height:120%;text-align:start;max-width:421px;width:30.5%;position:absolute;top:2%;right:1%}@media (max-width: 1320px){.smart__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 1023px){.smart__text{position:static;max-width:100%;width:100%;margin:0 auto 8px;text-align:center}}@media (max-width: 767px){.smart__text{max-width:285px}}.smart__text br{display:none}@media (max-width: 479px){.smart__text br{display:block}}.ready{padding-top:80px;position:relative;overflow:hidden}.ready:before{content:"";position:absolute;z-index:-1;bottom:-100%;left:50%;transform:translate(-50%,-50%);background:rgba(193,54,243,.6117647059);filter:blur(300px);max-width:1050px;width:80%;height:auto;aspect-ratio:3/2}@media (max-width: 479px){.ready:before{bottom:-15%;filter:blur(100px)}}[data-theme=light] .ready:before{display:none}.ready__content{max-width:757px;width:100%;margin:0 auto 80px;text-align:center}@media (max-width: 1320px){.ready__content{margin-bottom:calc(40px + 40 * (100vw - 393px) / 927)}}.ready__title{font-size:56px;margin-bottom:30px;font-weight:500;line-height:120%;letter-spacing:-1.5px;text-align:center;background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.ready__title{font-size:calc(24px + 32 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.ready__title{margin-bottom:calc(24px + 6 * (100vw - 393px) / 927)}}[data-theme=light] .ready__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ready__title span{color:#c136f3;-webkit-text-fill-color:#C136F3}[data-theme=light] .ready__title span{color:#fa5eb5;-webkit-text-fill-color:#FA5EB5}.ready__subtitle{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#e8e8e8;margin-bottom:16px}@media (max-width: 1320px){.ready__subtitle{font-size:calc(18px + 8 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.ready__subtitle{margin-bottom:calc(8px + 8 * (100vw - 393px) / 927)}}@media (max-width: 767px){.ready__subtitle{max-width:215px;width:100%;margin:0 auto 8px}}@media (max-width: 479px){.ready__subtitle{font-weight:600}}[data-theme=light] .ready__subtitle{color:#1c1c1c}.ready__text{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#828282}@media (max-width: 1320px){.ready__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 767px){.ready__text{max-width:313px;width:100%;margin:0 auto 14px}}@media (max-width: 479px){.ready__text{max-width:300px}}.ready__text br{display:none}@media (max-width: 479px){.ready__text br{display:block}}.ready__img{display:flex;align-items:center;justify-content:center;width:100%;position:relative}@media (max-width: 767px){.ready__img{height:320px}}@media (max-width: 767px) and (max-width: 1320px){.ready__img{height:calc(220px + 100 * (100vw - 393px) / 927)}}.ready__img:after{content:"";position:absolute;z-index:1;bottom:0;left:0;width:100%;height:65%;background:linear-gradient(0deg,#121212 0%,rgba(18,18,18,0) 60.58%)}[data-theme=light] .ready__img:after{background:linear-gradient(0deg,#F7F7F7 0%,rgba(247,247,247,0) 60.58%)}.ready__img img{max-width:1185px;width:100%;margin:0 auto;height:100%}@media (max-width: 767px){.ready__img img{object-position:top center;object-fit:cover}}.ready__img.light,[data-theme=light] .ready__img.dark{display:none}[data-theme=light] .ready__img.light{display:flex}.future{position:relative;padding:100px 0}@media (max-width: 767px){.future{padding:75px 0}}.future:after{content:"";position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);width:35%;height:40%;background:rgba(193,54,243,.6117647059);filter:blur(200px)}[data-theme=light] .future:after{display:none}.future__img.img-1{display:block;max-width:490px;width:100%;margin:0 auto 220px}@media (max-width: 1320px){.future__img.img-1{max-width:calc(200px + 290 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.future__img.img-1{margin-bottom:calc(110px + 110 * (100vw - 393px) / 927)}}.future__img.img-1.light,[data-theme=light] .future__img.img-1.dark{display:none}[data-theme=light] .future__img.img-1.light{display:block}.future__img.img-2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:970px;width:100%}@media (max-width: 767px){.future__img.img-2{height:190px;top:45%}}.future__img.img-2:after{content:"";position:absolute;z-index:-1;top:40%;left:50%;transform:translate(-50%,-50%);width:40%;height:50%;border-radius:50%;background:#ce2cbd;filter:blur(40px)}@media (max-width: 767px){.future__img.img-2:after{width:55%;height:70%;filter:blur(20px)}}[data-theme=light] .future__img.img-2:after{display:none}.future__img.img-2.light,[data-theme=light] .future__img.img-2.dark{display:none}[data-theme=light] .future__img.img-2.light{display:block}.future__img.img-2 img{width:100%;height:100%;object-fit:cover}.future__content{max-width:570px;width:100%;margin:0 auto;position:relative;z-index:1}.future__title{background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;font-weight:500;line-height:120%;text-align:center;margin-bottom:20px}[data-theme=light] .future__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.future__title{font-size:calc(24px + 16 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.future__title{margin-bottom:calc(14px + 6 * (100vw - 393px) / 927)}}.future__text{font-size:26px;font-weight:500;line-height:120%;text-align:center;margin-bottom:52px;color:#828282}@media (max-width: 1320px){.future__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.future__text{margin-bottom:calc(24px + 28 * (100vw - 393px) / 927)}}@media (max-width: 767px){.future__text{max-width:275px;width:100%;margin:0 auto 24px}}.future__button{margin:0 auto}@media (max-width: 767px){.future__button{background:rgba(249,93,180,.8);padding:12px 24px;border-radius:999px;border:none;box-shadow:0 4px 23.2px #fa5eb582;letter-spacing:-.03em}.future__button span{display:none}[data-theme=light] .future__button{background:linear-gradient(0deg,rgba(255,255,255,.1),rgba(255,255,255,.1)),linear-gradient(142.93deg,#FFB2EB 15.16%,#FF51D3 95.7%);color:#fff;box-shadow:none}}.swipe{padding-top:140px;height:100dvh;overflow:hidden;transition:height .3s ease-in-out}@media (max-width: 767px){.swipe{padding:40px 0}}.swipe.active{height:auto}.swipe.active .swipe__content{margin-bottom:-20%}@media (max-width: 767px){.swipe.active .swipe__content{margin-bottom:-30%}}.swipe.active .img-1{transform:rotate(6deg) translateY(5%)}.swipe.active .img-1:before{display:none}.swipe.active .img-2{transform:rotate(-3.6deg) translateY(-30%)}.swipe.active .img-3{transform:rotate(15deg) translateY(-70%) translate(-12%)}.swipe__title{font-size:56px;font-weight:500;line-height:120%;letter-spacing:-1.5px;text-align:center;max-width:570px;width:100%;margin:0 auto 20px;background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.swipe__title{font-size:calc(24px + 32 * (100vw - 393px) / 927)}}[data-theme=light] .swipe__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.swipe__title{margin-bottom:calc(24px + -4 * (100vw - 393px) / 927)}}.swipe__text{font-size:26px;font-weight:500;line-height:120%;text-align:center;max-width:570px;width:100%;margin:0 auto 80px;color:#828282}@media (max-width: 1320px){.swipe__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.swipe__text{margin-bottom:calc(40px + 40 * (100vw - 393px) / 927)}}@media (max-width: 479px){.swipe__text{max-width:335px}}.swipe__content{position:relative;max-width:1030px;width:100%;margin:0 auto}.swipe__img{display:block;position:relative;width:90%;margin:0 auto;transition:transform .18s linear,opacity .18s linear}.swipe__img.light,[data-theme=light] .swipe__img.dark{display:none}[data-theme=light] .swipe__img.light{display:block}.swipe__img.img-1{z-index:3}.swipe__img.img-1:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(0deg,#121212 30%,rgba(18,18,18,0) 100%)}[data-theme=light] .swipe__img.img-1:before{background:linear-gradient(0deg,#F7F7F7 30%,rgba(247,247,247,0) 100%)}.swipe__img.img-2{z-index:2}.swipe__img.img-3{z-index:1}.swipe__img img{width:100%;height:100%}.wallet-top{padding-top:40px;position:relative;overflow:hidden}.wallet-top:before{content:"";position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);background:rgba(193,54,243,.6117647059);filter:blur(150px);border-radius:50%;width:40%;height:60%;z-index:-1;pointer-events:none}[data-theme=light] .wallet-top:before{display:none}.wallet-top:after{content:"";position:absolute;bottom:0;left:0;background:linear-gradient(0deg,#121212 0%,rgba(18,18,18,0) 60.58%);width:100%;height:35%;z-index:1;pointer-events:none}[data-theme=light] .wallet-top:after{background:linear-gradient(0deg,#F7F7F7 0%,rgba(247,247,247,0) 60.58%)}.wallet-top .container{position:relative;height:100%}.wallet-top__big-text{font-size:200px;color:transparent;background:linear-gradient(180deg,#C136F3 -66.94%,#121212 87.63%);-webkit-background-clip:text;background-clip:text;text-align:center;position:absolute;z-index:-1;text-transform:uppercase;font-weight:600;font-family:Poppins,serif}@media (max-width: 1320px){.wallet-top__big-text{font-size:calc(52px + 148 * (100vw - 393px) / 927)}}[data-theme=light] .wallet-top__big-text{background:linear-gradient(180deg,#F5A2ED -66.94%,#F7F7F7 87.63%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.wallet-top__big-text.text-1{top:45%;left:0}@media (max-width: 767px){.wallet-top__big-text.text-1{top:60%}}.wallet-top__big-text.text-2{bottom:0;right:0}@media (max-width: 767px){.wallet-top__big-text.text-2{bottom:10%}}.wallet-top__content{display:flex;align-items:center;flex-direction:column;justify-content:space-between;height:100%}@media (max-width: 479px){.wallet-top__starline{margin-bottom:-4%}}.wallet-top__title{font-size:26px;font-weight:500;line-height:120%;text-align:center;max-width:605px;width:100%;margin:0 auto 40px;background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.wallet-top__title{font-size:calc(18px + 8 * (100vw - 393px) / 927)}}[data-theme=light] .wallet-top__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 479px){.wallet-top__title{max-width:320px}}.wallet-top__img{max-width:520px;width:55%;margin:0 auto}.wallet-top__img.light,[data-theme=light] .wallet-top__img.dark{display:none}[data-theme=light] .wallet-top__img.light{display:block}.wallet-top__img img{width:100%;height:100%}.wallet-middle{padding:60px 0;position:relative}@media (max-width: 479px){.wallet-middle{padding:80px 0 35px}}.wallet-middle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(193,54,243,.6117647059);filter:blur(125px);border-radius:50%;width:38%;height:40%;z-index:-1;pointer-events:none}[data-theme=light] .wallet-middle:before{display:none}.wallet-middle .container{position:relative}.wallet-middle .container:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:30%;height:50%;background:linear-gradient(90deg,#121212 2.55%,rgba(18,18,18,0) 99.92%);z-index:1}[data-theme=light] .wallet-middle .container:before{background:linear-gradient(90deg,#F7F7F7 2.55%,rgba(247,247,247,0) 99.92%)}.wallet-middle .container:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:30%;height:50%;background:linear-gradient(270deg,#121212 2.55%,rgba(18,18,18,0) 99.92%);z-index:1}[data-theme=light] .wallet-middle .container:after{background:linear-gradient(270deg,#F7F7F7 2.55%,rgba(247,247,247,0) 99.92%)}.wallet-middle__img-list-wrapper{display:flex;flex-direction:column;gap:10px;position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:-1}.wallet-middle__title{font-size:56px;font-weight:500;line-height:120%;text-align:center;letter-spacing:-1.5px;background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:50px}@media (max-width: 1320px){.wallet-middle__title{font-size:calc(24px + 32 * (100vw - 393px) / 927)}}[data-theme=light] .wallet-middle__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.wallet-middle__title{margin-bottom:calc(30px + 20 * (100vw - 393px) / 927)}}.wallet-middle__img{display:block;max-width:488px;width:50%;margin:0 auto 50px}@media (max-width: 1320px){.wallet-middle__img{margin-bottom:calc(30px + 20 * (100vw - 393px) / 927)}}.wallet-middle__img.light,[data-theme=light] .wallet-middle__img.dark{display:none}[data-theme=light] .wallet-middle__img.light{display:block}.wallet-middle__text.top-text{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#e8e8e8;max-width:480px;width:100%;margin:0 auto 16px}@media (max-width: 1320px){.wallet-middle__text.top-text{font-size:calc(18px + 8 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.wallet-middle__text.top-text{margin-bottom:calc(8px + 8 * (100vw - 393px) / 927)}}[data-theme=light] .wallet-middle__text.top-text{color:#1c1c1c}@media (max-width: 479px){.wallet-middle__text.top-text{max-width:330px}}.wallet-middle__text.bottom-text{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#828282;max-width:730px;width:100%;margin:0 auto}@media (max-width: 1320px){.wallet-middle__text.bottom-text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 479px){.wallet-middle__text.bottom-text{max-width:350px}}.wallet-bottom{padding:80px 0 90px;position:relative;overflow:hidden}@media (max-width: 767px){.wallet-bottom{padding:35px 0 50px}}.wallet-bottom:before{content:"";position:absolute;z-index:1;top:0;left:0;background:linear-gradient(180deg,#121212 38%,rgba(18,18,18,0) 75%);width:100%;height:100%}[data-theme=light] .wallet-bottom:before{background:linear-gradient(180deg,#F7F7F7 33.98%,rgba(247,247,247,0) 75%)}.wallet-bottom:after{content:"";position:absolute;bottom:20%;left:50%;transform:translate(-50%);background:rgba(193,54,243,.6117647059);filter:blur(630px);border-radius:50%;width:38%;height:62%;z-index:-1;pointer-events:none}[data-theme=light] .wallet-bottom:after{display:none}.wallet-bottom .container{position:relative}.wallet-bottom__border{position:absolute;bottom:6%;left:0;width:100%;height:auto;z-index:-1;object-fit:cover;rotate:180deg}.wallet-bottom__content{max-width:725px;width:100%;margin:0 auto;text-align:center}.wallet-bottom__title{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:var(--color-text-primary);margin-bottom:16px;position:relative;z-index:2}@media (max-width: 1320px){.wallet-bottom__title{font-size:calc(18px + 8 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.wallet-bottom__title{margin-bottom:calc(8px + 8 * (100vw - 393px) / 927)}}@media (max-width: 767px){.wallet-bottom__title{max-width:237px;width:100%;margin:0 auto 8px}}.wallet-bottom__text{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#828282;position:relative;z-index:2;max-width:695px}@media (max-width: 1320px){.wallet-bottom__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 767px){.wallet-bottom__text{max-width:290px;width:100%;margin:0 auto}}.wallet-bottom__img{display:block;position:relative;z-index:-1;max-width:635px;width:100%;margin:-150px auto 0}@media (max-width: 1320px){.wallet-bottom__img{margin-top:calc(-10px + -140 * (100vw - 393px) / 927)}}@media (max-width: 1023px){.wallet-bottom__img{width:55%}}.wallet-bottom__img.light,[data-theme=light] .wallet-bottom__img.dark{display:none}[data-theme=light] .wallet-bottom__img.light{display:block}.wallet-bottom__img img{width:100%;height:100%}.meet{padding:80px 0;position:relative}@media (max-width: 767px){.meet{padding:50px 0 40px}}.meet:before{content:"";position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);width:30%;height:30%;background:rgba(193,54,243,.6117647059);filter:blur(200px)}[data-theme=light] .meet:before{display:none}.meet.active .meet__border{transform:translate(-50%,-45%) rotateX(180deg);transition:transform .3s ease-in-out}.meet .container{position:relative}.meet__border{position:absolute;z-index:-1;top:45%;left:50%;transform:translate(-50%,-50%);max-width:1100px;width:100%;height:auto;transition:transform .3s ease-in-out}.meet__border img{width:100%;height:100%}.meet__title{font-size:56px;font-weight:500;line-height:120%;letter-spacing:-1.5px;text-align:center;max-width:650px;width:100%;margin:0 auto 60px;background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.meet__title{font-size:calc(24px + 32 * (100vw - 393px) / 927)}}[data-theme=light] .meet__title{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1320px){.meet__title{margin-bottom:calc(40px + 20 * (100vw - 393px) / 927)}}.meet__title-span-gray{background:#828282;color:transparent;-webkit-background-clip:text;background-clip:text}.meet__title-span-pink{color:#c136f3!important;-webkit-text-fill-color:#C136F3!important}[data-theme=light] .meet__title-span-pink{color:#ffb2eb!important;-webkit-text-fill-color:#FFB2EB!important}.meet__img{display:block;max-width:1140px;width:100%;margin:0 auto}@media (max-width: 479px){.meet__img{margin-bottom:25px}}.meet__img.light,[data-theme=light] .meet__img.dark{display:none}[data-theme=light] .meet__img.light{display:block}.meet__text.top-text{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#e8e8e8;max-width:765px;width:100%;margin:0 auto 16px}@media (max-width: 1320px){.meet__text.top-text{font-size:calc(18px + 8 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.meet__text.top-text{margin-bottom:calc(8px + 8 * (100vw - 393px) / 927)}}[data-theme=light] .meet__text.top-text{color:#1c1c1c}@media (max-width: 479px){.meet__text.top-text{max-width:343px}}.meet__text.bottom-text{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#828282;max-width:525px;width:100%;margin:0 auto}@media (max-width: 1320px){.meet__text.bottom-text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 479px){.meet__text.bottom-text{max-width:300px}}.launch{padding:20px 0;text-align:center}.launch .container{position:relative;padding:140px 135px 110px}@media (max-width: 1320px){.launch .container{padding-right:calc(35px + 100 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch .container{padding-left:calc(35px + 100 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch .container{padding-top:calc(72px + 68 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch .container{padding-bottom:calc(52px + 58 * (100vw - 393px) / 927)}}.launch__content{padding:70px 10px;background-color:var(--color-bg-secondary)}@media (max-width: 479px){.launch__content{padding:25px 8px 40px}}.launch__frame{position:absolute;top:10px;left:0;width:100%;height:100%;z-index:-1}.launch__frame img{width:100%;height:100%}.launch__sublabel{font-weight:500;line-height:120%;text-align:center;color:#828282;margin-bottom:18px;display:inline-block;font-size:26px}@media (max-width: 1320px){.launch__sublabel{margin-bottom:calc(10px + 8 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch__sublabel{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}[data-theme=light] .launch__sublabel{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);color:transparent;-webkit-background-clip:text;background-clip:text}.launch__subtitle{font-size:40px;font-weight:500;line-height:120%;text-align:center;color:var(--color-text-primary);max-width:600px;width:100%;margin:0 auto 53px}@media (max-width: 1320px){.launch__subtitle{font-size:calc(22px + 18 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch__subtitle{margin-bottom:calc(40px + 13 * (100vw - 393px) / 927)}}.launch__subtitle br{display:none}@media (max-width: 479px){.launch__subtitle br{display:block}}.launch__img-wrapper{position:relative}.launch__img-text-wrapper{position:absolute;top:0;left:50%;transform:translate(-50%) rotate(4deg);display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #C136F3;width:max-content;padding:30px;border-radius:97px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(0,0,0,.53)}@media (max-width: 1320px){.launch__img-text-wrapper{padding:calc(17px + 13 * (100vw - 393px) / 927)}}[data-theme=light] .launch__img-text-wrapper{border-color:#ffb2eb;background:rgba(255,255,255,.53)}.launch__img-text-wrapper img{width:46px;height:51px}@media (max-width: 767px){.launch__img-text-wrapper img{width:21px;height:23px}}.launch__img-text-wrapper span{background:linear-gradient(0deg,rgba(255,255,255,.1),rgba(255,255,255,.1)),linear-gradient(142.93deg,#FFB2EB 15.16%,#FF51D3 95.7%);color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600;line-height:120%;text-align:center;font-size:56px;text-transform:uppercase}@media (max-width: 1320px){.launch__img-text-wrapper span{font-size:calc(22px + 34 * (100vw - 393px) / 927)}}[data-theme=light] .launch__img-text-wrapper span{background:rgba(249,93,180,.8);color:transparent;-webkit-background-clip:text;background-clip:text}.launch__img{display:block;max-width:510px;width:100%;margin:0 auto 33px}@media (max-width: 1320px){.launch__img{margin-bottom:calc(20px + 13 * (100vw - 393px) / 927)}}.launch__labels{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:36px}@media (max-width: 1320px){.launch__labels{margin-bottom:calc(28px + 8 * (100vw - 393px) / 927)}}@media (max-width: 1023px){.launch__labels{justify-content:center}}.launch__label{display:flex;align-items:center;gap:6px;border:1px solid #FFB2EB;border-radius:16px;padding:14px 18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 767px){.launch__label{padding:7px 8px;border-radius:9px;gap:3px}}.launch__label img{width:24px;height:24px}@media (max-width: 767px){.launch__label img{width:14px;height:14px}}.launch__label span{margin-top:1px;font-size:18px;font-weight:500;line-height:120%}@media (max-width: 1320px){.launch__label span{font-size:calc(9px + 9 * (100vw - 393px) / 927)}}.launch__title{font-size:56px;font-weight:500;line-height:120%;text-align:center;color:var(--color-text-primary);max-width:930px;width:100%;margin:0 auto 30px}@media (max-width: 1320px){.launch__title{font-size:calc(18px + 38 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch__title{margin-bottom:calc(8px + 22 * (100vw - 393px) / 927)}}@media (max-width: 479px){.launch__title{max-width:320px}}.launch__text{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#828282;max-width:500px;width:100%;margin:0 auto 60px}@media (max-width: 1320px){.launch__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch__text{margin-bottom:calc(40px + 20 * (100vw - 393px) / 927)}}@media (max-width: 479px){.launch__text{max-width:285px}}.launch__button{display:flex;align-items:center;justify-content:center;gap:10px;width:max-content;margin:0 auto 20px;padding:28px 18px;border-radius:1187px;background:linear-gradient(125.79deg,#8C421D .58%,#FBE67B 32.51%,#FCFBE7 53.14%,#F7D14E 76.15%,#D4A041 98.73%)}@media (max-width: 1320px){.launch__button{margin-bottom:calc(10px + 10 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch__button{padding-top:calc(14px + 14 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch__button{padding-bottom:calc(14px + 14 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch__button{padding-left:calc(12px + 6 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch__button{padding-right:calc(12px + 6 * (100vw - 393px) / 927)}}@media (max-width: 479px){.launch__button{gap:3px}}.launch__button img{width:32px;height:32px}@media (max-width: 1320px){.launch__button img{width:calc(24px + 8 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.launch__button img{height:calc(24px + 8 * (100vw - 393px) / 927)}}.launch__button span{color:#1c1c1c;font-weight:700;line-height:120%;text-align:center;font-size:30px;text-transform:uppercase}@media (max-width: 1320px){.launch__button span{font-size:calc(15px + 15 * (100vw - 393px) / 927)}}.launch__text-bottom{font-size:18px;font-weight:500;line-height:120%;text-align:center;color:#828282;max-width:260px;width:100%;margin:0 auto}@media (max-width: 1320px){.launch__text-bottom{font-size:calc(14px + 4 * (100vw - 393px) / 927)}}@media (max-width: 767px){.launch__text-bottom{max-width:205px}}.simple{padding:20px 0;text-align:center}@media (max-width: 479px){.simple{padding-top:0}}.simple .container{position:relative;padding:140px 125px 115px}@media (max-width: 1320px){.simple .container{padding-right:calc(35px + 90 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.simple .container{padding-left:calc(35px + 90 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.simple .container{padding-top:calc(72px + 68 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.simple .container{padding-bottom:calc(52px + 63 * (100vw - 393px) / 927)}}.simple__content{position:relative;z-index:2;overflow:hidden;padding:70px 10px;background-color:var(--color-bg-secondary)}@media (max-width: 479px){.simple__content{padding:25px 5px}}.simple__border{position:absolute;bottom:-10%;left:50%;transform:translate(-50%);width:130%;pointer-events:none}@media (max-width: 479px){.simple__border{height:230px;bottom:6%}}.simple__border img{width:100%;height:100%}@media (max-width: 479px){.simple__border img{object-fit:cover}}.simple__frame{position:absolute;top:10px;left:0;width:100%;height:100%;z-index:-1}.simple__frame img{width:100%;height:100%}.simple__title{font-size:56px;font-weight:500;line-height:120%;color:var(--color-text-primary);margin-bottom:0}@media (max-width: 1320px){.simple__title{font-size:calc(24px + 32 * (100vw - 393px) / 927)}}.simple__subtitle{font-size:40px;font-weight:500;line-height:120%;text-align:center;background:linear-gradient(119.79deg,#E2E2E2 35.69%,#686868 97.88%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:14px}@media (max-width: 1320px){.simple__subtitle{font-size:calc(24px + 16 * (100vw - 393px) / 927)}}[data-theme=light] .simple__subtitle{background:linear-gradient(278.03deg,#686868 11.66%,#000000 70.92%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.simple__text{font-size:26px;font-weight:500;line-height:120%;text-align:center;color:#828282;width:100%;margin:0 auto;position:relative;z-index:1}@media (max-width: 1320px){.simple__text{font-size:calc(14px + 12 * (100vw - 393px) / 927)}}.simple__text.text-1{max-width:685px}.simple__text.text-1 br{display:none}@media (max-width: 479px){.simple__text.text-1 br{display:block}}.simple__text.text-2{max-width:430px;margin-bottom:40px}@media (max-width: 1320px){.simple__text.text-2{margin-bottom:calc(25px + 15 * (100vw - 393px) / 927)}}.simple__img{display:block;max-width:650px;width:100%;margin:-25px auto 30px}@media (max-width: 1320px){.simple__img{margin-top:calc(-15px + -10 * (100vw - 393px) / 927)}}@media (max-width: 1320px){.simple__img{margin-bottom:calc(10px + 20 * (100vw - 393px) / 927)}}.simple__img.light{display:none}[data-theme=light] .simple__img.light{display:block;margin-top:-25px}.simple__img.dark{display:block}[data-theme=light] .simple__img.dark{display:none}.simple__img-2{display:block;max-width:380px;width:100%;margin:0 auto;position:relative;z-index:2}@media (max-width: 479px){.simple__img-2{max-width:260px}}.simple__img-2.light,[data-theme=light] .simple__img-2.dark{display:none}[data-theme=light] .simple__img-2.light{display:block}.simple__footer{position:relative;z-index:2}.simple__button{margin:0 auto;font-size:18px}@media (max-width: 1320px){.simple__button{font-size:calc(12px + 6 * (100vw - 393px) / 927)}}.footer{padding:15px 0}.footer__content{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:28px}@media (max-width: 767px){.footer__content{grid-template-columns:1fr;justify-items:center}}.footer__logo{width:53px;height:53px;border-radius:50%;background:rgba(255,255,255,.0784313725);padding:5px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 6px #4c146814}@media (max-width: 767px){.footer__logo{order:1;width:75px;height:75px}}.footer__logo img{width:55%;height:55%}.footer__logo:before{content:"";position:absolute;border-radius:50%;top:0;left:0;width:100%;height:100%;box-shadow:0 0 3.5px #f2f2f233 inset}.footer__pig{display:flex;align-items:center;justify-content:center;max-width:120px;width:100%;margin:0 auto}@media (max-width: 767px){.footer__pig{order:3;max-width:110px}}.footer__pig.light,[data-theme=light] .footer__pig.dark{display:none}[data-theme=light] .footer__pig.light{display:flex}.footer__social{margin-left:auto;display:flex;align-items:center;gap:6px}@media (max-width: 767px){.footer__social{margin:0 auto;order:2;gap:31px}}.footer__social-link{width:47px;height:47px}.footer__creator-link{display:block;width:max-content;margin:30px auto 0}.footer__creator-text{display:flex;align-items:center;gap:6px;font-size:18px;font-weight:300;text-transform:uppercase}[data-theme=light] .footer__creator-text{color:#ffb2eb}.footer__creator-logo{max-width:92px;transform:translateY(-3px)}.footer__creator-logo.light{max-width:100%}
