/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{animation-name:slideOutUp}*{box-sizing:Border-box}::-moz-selection{background:#145cf2;color:#fff}::selection{background:#145cf2;color:#fff}body{color:#555;font-family:-apple-system,BlinkMacSystemFont,Roboto,sans-serif;font-size:14px;margin:0}main{background:#f3f3f3}@media(min-width:501px){main{padding-right:15px}}iframe{margin-left:20px}strong{display:inline-block;font-size:1.2em;margin-bottom:5px}ul{margin-top:0;padding-left:0}h2{display:inline-block;font-family:Roboto;font-size:1.3em;font-weight:700;line-height:1em;margin-bottom:0;min-width:50px}a{cursor:pointer;-webkit-text-decoration:none;text-decoration:none}small{color:#777;font-size:1em;margin-left:.5em}h1{color:#283593;margin-left:1.5em;margin-top:2em}input{background:#fff;border:1px solid #d6d6d6;padding:3px 5px;width:100%}input[type=number],input[type=text]{font-size:18px;width:200px}.container{background:#f3f3f3;display:flex;min-height:calc(100vh - 100px);overflow-x:auto;padding-bottom:35px;width:100%}.base-msg,.error-msg,.warning-msg{border-radius:3px;font-size:.85em;margin:10px 0;padding:12px 10px}.warning-msg{background-color:#feefb3;color:#283593;font-size:1.1em;padding:10px}.warning-msg .button{display:inline-block;font-size:14px;margin:0 10px;padding:6px 10px}.dashboard-msg{margin:0;text-align:center}.home-msg{background:#dce7fd;color:#145cf2}.home-msg .button{background:#145cf2}.error-msg{background-color:#ffbaba;color:#d8000c}.link{color:#8e24aa;-webkit-text-decoration:underline;text-decoration:underline}.block{display:block}.bold{font-family:Roboto;font-weight:700}.center{text-align:center}.logo{cursor:pointer;display:inline-block;margin:0 10px 0 0}.logo svg{position:relative;top:3px}@media(max-width:700px){.logo{display:block;margin:10px 0}}.premium-only{background:#fcf7fd;border:2px solid #ce9bdc;margin-bottom:10px;margin-top:20px;padding:1px 10px 10px}.no-scroll{overflow-y:hidden}.top-tip{margin-bottom:20px;text-align:center}.top-tip strong{border:1px solid #145cf2;border-radius:2px;padding:.5em 2em}.blockquotes{padding:0 0 40px;position:relative;width:100%}.blockquotes:after{background-image:linear-gradient(270deg,rbga(255,255,255,0),#fff);left:0}.blockquotes:after,.blockquotes:before{content:"";display:block;height:100%;position:absolute;top:0;width:300px;z-index:2}.blockquotes:before{background-image:linear-gradient(90deg,rbga(255,255,255,0),#fff);right:0}@media(max-width:700px){.blockquotes:after,.blockquotes:before{content:none}}.blockquote{border-radius:3px;box-shadow:0 4px 20px 0 rgba(0,0,0,.1);color:#555;display:inline-flex;flex-direction:column;font-size:1.4em;height:auto;justify-content:space-between;line-height:1.6;margin:0 30px;max-width:380px;padding:1em 50px;position:relative;vertical-align:top;width:380px}@media(max-width:700px){.blockquote{box-shadow:none;flex:0 0 100%;width:100%}}.blockquote a{color:#8e24aa}.blockquote img{border-radius:50%;display:inline-block;width:70px}.blockquote p{font-family:Roboto;font-style:normal;margin:0}.blockquote .blockquote-author{align-items:flex-start;display:flex;margin-top:10px}.blockquote .blockquote-info{display:inline-block;font-size:.7em;margin-left:20px;width:70%}.blockquote .blockquote-name{color:#333;display:block;font-family:Roboto;font-style:normal;font-weight:700}.blockquote:before{color:#283593;content:"“";font-family:Arial;font-size:2.7em;left:18px;position:absolute;top:-3px}blockquote{font-family:"PT Serif",serif;font-style:italic;margin:0}blockquote p{font-size:14px;line-height:20px;margin:0 auto;padding:5px 0;position:relative}blockquote footer{font-size:13px;line-height:20px;margin:3px;text-align:right}blockquote footer:before{content:"—"}.blockquote-medium{margin:0 auto;max-width:700px}.breadcrumb{font-family:Manrope,sans-serif;font-size:16px;font-weight:700;padding-top:16px;text-transform:capitalize}.breadcrumb a,.breadcrumb a:visited{color:#145cf2}.button,button{background:#9c27b0;border:0;border-bottom:2px solid #8e24aa;border-radius:2px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;margin-left:10px;padding:5px 8px;transition:background .2s,border .2s;width:auto}.button:disabled,button:disabled{cursor:not-allowed;opacity:.65}.button:hover,button:hover{background:#8e24aa}.secondary-button{background:#3f51b5;border:none;border-radius:2px;color:#fff;font-size:14px;padding:0 10px}.secondary-button:hover{background:#283593}.form{background:#fff;border-radius:.125rem;box-shadow:0 4px 20px 0 rgba(0,0,0,.1);margin:auto auto 40px;padding:2em;width:400px}.form select{margin-top:5px;width:100%}.form h2{font-size:1.5rem;margin-bottom:15px;margin-top:30px}.form .button,.form button{box-sizing:border-box;color:#fff;display:inline-block;font-size:1rem;margin:20px 0 0;padding:10px;text-align:center;width:100%}.form a{color:#8e24aa}.form input{background-color:transparent;background-image:none;border:none;border-bottom:1px solid #d8d2cf;color:#000;display:block;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:1.625rem;outline:none;padding:4px 0;transition:border-color .2s;width:100%}.form input[type=checkbox]{display:inline-block;margin:7px 5px;width:auto}.form input:active,.form input:focus{border-bottom:2px solid #8e24aa;padding-bottom:3px}legend{display:none}.form-container{background-color:#f1f2f5;display:block;min-height:100vh;padding:2em 0 4em}.form-logo{display:block;margin:1em 0 3em;text-align:center}.easy-form{font-size:16px}.easy-form a{color:#145cf2}.easy-form,.form{background:#fff;border-radius:2px;box-shadow:0 2px 8px 0 rgba(62,62,82,.1);color:#3e3e52;margin:auto;max-width:400px;padding:2em 1.5em}.easy-form a,.easy-form label,.form a,.form label{font-family:Manrope}.form-actions{display:flex;gap:1em;margin:1.5em 0}.form-actions-right{gap:10px;justify-content:flex-end}.form-actions-center{align-items:center;justify-content:center}.form-actions-column{flex-direction:column}.form-footer{border-top:1px solid #dce3f1;color:#5e5e71;font-family:Manrope;font-size:16px;font-weight:700;margin-bottom:-2em;margin-left:-2em;margin-top:1em;padding:1.25em;text-align:center;width:calc(100% + 4em)}.easy-form-group-spaced{display:flex;flex-direction:column;gap:10px;margin-top:20px}.easy-form-group+.easy-form-group{margin-top:1em}.easy-form-group .easy-form-hint{display:block;font-size:80%;margin:.4em 0}.easy-form-group label{color:#8c8c9e;display:inline-block;margin-bottom:5px}.easy-form-group .easy-form-input,.easy-form-group .vdp-datepicker input{border:1px solid #dce3f1;border-radius:2px;display:block;font-family:Manrope;font-size:16px;outline:none;padding:.8em;width:100%}.easy-form-group .easy-form-input:not([type=checkbox]),.easy-form-group .easy-form-input:not([type=radio]),.easy-form-group .vdp-datepicker input:not([type=checkbox]),.easy-form-group .vdp-datepicker input:not([type=radio]){max-width:100%}.easy-form-group .easy-form-input-small,.easy-form-group .vdp-datepicker input-small{padding:.3em .8em}.easy-form-group .easy-form-input:hover,.easy-form-group .vdp-datepicker input:hover{border:1px solid #8c8c9e}.easy-form-group .easy-form-input:focus,.easy-form-group .vdp-datepicker input:focus{border:1px solid #145cf2}.easy-form-group .easy-form-input .disabled,.easy-form-group .easy-form-input:disabled,.easy-form-group .vdp-datepicker input .disabled,.easy-form-group .vdp-datepicker input:disabled{background-color:#f1f3f5;color:#8c8c9e}.easy-form-group-inline{align-items:center;display:flex;gap:1rem}.easy-form-group-inline .easy-form-group+.easy-form-group{margin:0}.easy-form-group-action .easy-form-input{width:225px}.easy-form-group-action button{margin-left:15px}.easy-form-group-action label{width:25%}.easy-form-label{color:#8c8c9e;margin-bottom:1em}.easy-form-recaptcha{margin-top:1.5em}.easy-column-input{align-items:center;display:flex;margin-bottom:.8em;position:relative}.easy-column-input .easy-form-input{padding-left:2em}.easy-column-input-bullet{left:8px;position:absolute;top:50%;transform:translateY(-50%)}.home section{font-size:16px}.home section.center-section{text-align:center}.home section.no-padding{padding:0 0 10px}@media(max-width:500px){.home section{padding:15px}}.home .home-trusted{padding:50px 0}.home .steps{grid-gap:60px;align-items:center;display:grid;grid-template-columns:1fr 1fr;justify-content:space-around;margin:0 auto;max-width:1200px;padding:20px 30px}.home .steps img{border-radius:2px}@media(max-width:800px){.home .steps{align-items:center;display:flex;flex-direction:column}.home .steps .step-text:first-of-type{margin:50px 0 30px;order:1;text-align:center}.home .steps img:first-of-type{order:2}.home .steps .step-text:nth-of-type(2){margin:50px 0 30px;order:3;text-align:center}.home .steps img:nth-of-type(2){order:4}.home .steps .step-text:nth-of-type(3){margin:50px 0 30px;order:5;text-align:center}.home .steps img:nth-of-type(3){order:6}.home .steps .step-text:nth-of-type(4){margin:50px 0 30px;order:7;text-align:center}.home .steps img:nth-of-type(4){order:8}.home .steps .step-text:nth-of-type(5){margin:50px 0 30px;order:9;text-align:center}.home .steps img:nth-of-type(5){order:10}.home .steps .step-text:nth-of-type(6){margin:50px 0 30px;order:11;text-align:center}.home .steps img:nth-of-type(6){order:12}.home .steps .step-text:nth-of-type(7){margin:50px 0 30px;order:13;text-align:center}.home .steps img:nth-of-type(7){order:14}.home .steps .step-text:nth-of-type(8){margin:50px 0 30px;order:15;text-align:center}.home .steps img:nth-of-type(8){order:16}.home .steps .step-text:nth-of-type(9){margin:50px 0 30px;order:17;text-align:center}.home .steps img:nth-of-type(9){order:18}.home .steps .step-text:nth-of-type(10){margin:50px 0 30px;order:19;text-align:center}.home .steps img:nth-of-type(10){order:20}.home .steps .step-text:nth-of-type(11){margin:50px 0 30px;order:21;text-align:center}.home .steps img:nth-of-type(11){order:22}}.home .steps img{width:100%}.home .steps h2{display:block;font-size:1.6rem;font-weight:700;margin-bottom:1em;margin-right:0;margin-top:0;max-width:100%}@media(max-width:500px){.home .steps h2{font-size:1.5rem;line-height:1.7rem;margin-bottom:10px;margin-top:15px}}.home .page-title{color:#334357;display:block;font-family:Manrope,sans-serif;font-size:45px;font-weight:700;margin-bottom:15px;margin-left:0;margin-top:30px;max-width:100%}@media(max-width:500px){.home .page-title{font-size:1.5rem;line-height:1.7rem;margin-bottom:10px;margin-left:10px;margin-top:15px}}.home .bullet-points{display:block;margin:30px auto 50px;max-width:1000px}.home .bullet-points li{color:#333;font-size:18px;margin:10px 50px}@media(max-width:500px){.home .bullet-points li{margin:10px 20px}}.home p{color:#333;display:block;font-size:18px;line-height:1.7em;margin:30px auto;max-width:800px}.home p a{color:#145cf2}@media(max-width:500px){.home p{margin-left:0;width:100%}}.home p.left{margin-left:0;margin-right:40px}.home .home-info img{border-radius:5px;box-shadow:0 4px 10px rgba(0,0,0,.1);display:inline-block}@media(max-width:500px){.home .home-info img{margin-top:20px;width:100%}}.home form fieldset{border:none}.home .subscribe__email{font-size:16px;height:40px;width:30%}@media(max-width:800px){.home .subscribe__email{margin-bottom:10px;width:80%}}.home .subscribe{background:#3f51b5;border:0;border-bottom:2px solid #283593;border-radius:40px;color:#fff;cursor:pointer;display:block;font-family:Roboto,sans-serif;font-size:16px;margin:0 auto;padding:17px 35px;text-align:center;transition:.25s ease-in-out;width:220px;will-change:transform}.home .subscribe:hover{background:#283593;transform:translateY(-2px)}.home .second{height:40px;vertical-align:top;width:120px}@media(max-width:500px){.home .second{margin-top:20px}}.home .donation{display:block;margin:0 auto;width:200px}.home .heart{color:red}.home .buttons-login{display:flex;justify-content:center}.home .buttons-login button{margin:0 10px}.home h1,.home h2,.home h3,.home h4,.home h5,.home h6{font-family:Manrope}.home-background{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);left:0;pointer-events:none;position:absolute;width:100%;z-index:-1}@media(max-width:750px){.home-background{top:220px}}.section-header{color:#334357;display:block;font-size:36px;margin:60px 0;max-width:100%;text-align:center;width:100%}@media(max-width:600px){.section-header{padding:0 10px}}.section-header.section-header-small{font-size:25px;margin-top:20px}.section-header.section-header-middle{font-size:30px;margin-bottom:0;margin-top:100px}.section-header.section-header-less-margin{font-size:35px;margin:20px 0}.section-sub-header{font-size:29px}.section-thankyou{display:block;font-family:Manrope;font-size:18px;margin-bottom:40px;margin-top:80px;text-align:center}.home .section-small{background:#f8fafe;padding:50px 0 70px}@media(max-width:600px){.home .section-small{padding:20px}}.reviews-container{align-items:stretch;display:flex;gap:48px;justify-content:center;margin:48px auto 0;max-width:800px}.reviews-container .review{align-items:center;display:flex;flex-direction:column;gap:16px}.reviews-container .review img{height:25px;max-width:100px}.reviews-container .score span:first-child{font-size:22px;font-weight:700}.video-section{margin:0 auto;max-width:900px}.home section.twitter-quotes{grid-gap:40px;align-items:center;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));justify-content:space-around;margin:0 auto;max-width:1000px}@media(max-width:600px){.home section.twitter-quotes{grid-gap:0;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:0}}.home-text{max-width:430px}.home-info{display:flex;justify-content:space-between;margin:20px auto;max-width:1200px;position:relative}@media(max-width:900px){.home-info{justify-content:center;text-align:center}}.home-info button{margin:15px 10px}@media(max-width:900px){.home-info button{margin:10px}}.home-info a,.home-info h2,.home-info small{color:#334357}.home-info h2{font-size:40px;margin-top:30px;width:440px}@media(max-width:600px){.home-info h2{margin-top:0}}.home-info .small-header{display:block;font-family:Manrope,sans-serif;font-size:18px;font-weight:400;line-height:1.6em;margin:0 0 40px;width:90%}@media(max-width:900px){.home-info .small-header{margin-left:10px}}.home-info img{position:relative;right:-50px;width:900px}@media(max-width:900px){.home-info img{margin-top:50px;max-width:900px;right:0;width:100%}}.home section.tiers{padding:0}.pricing-info{position:relative}.pricing-info h3{margin:30px 0;text-align:center}.pricing-info .header-bottom{margin:30px 0 0}.tiers{display:flex;justify-content:center;margin:40px auto 0;max-width:1100px;padding:0;width:100%}.tiers.tiers-small{max-width:900px}@media(max-width:900px){.tiers{flex-direction:column}}.tiers .tier{background:#232e7f;display:flex;flex-direction:column;min-height:450px;padding:25px;position:relative;width:230px}.tiers .tier.second-tier{background:#1e286f}.tiers .tier.favorite-tier{border:6px solid #2cbc63;border-radius:3px;box-shadow:0 2px 10px 0 rgba(0,0,0,.3);margin:-12px 0;width:270px;z-index:1}.tiers .tier.favorite-tier:before{background:#2cbc63;border-radius:3px;color:#fff;content:"POPULAR PLAN";font-family:Roboto;font-size:12px;font-weight:700;left:-6px;padding:6px 5px;position:absolute;text-align:center;top:-26px;width:260px}@media(max-width:900px){.tiers .tier,.tiers .tier.second-tier{margin:0 auto}}@media(max-width:500px){.tiers .tier{margin:0;width:auto}.tiers .tier.second-tier{margin:0}}.tiers ul{list-style:none;margin-top:40px;padding:0}.tiers ul li{color:#fff;font-family:Roboto;font-size:15px;margin-bottom:15px}.tiers .list-header{color:#a1aae6;margin-bottom:10px}.tiers small{color:#a1aae6;display:block;font-size:15px;margin:7px 0 0}.tiers small a{color:#a1aae6;display:inline-block;margin-top:10px}.tiers small a.home-year{background:0;border:0;color:#e91e63;cursor:pointer;display:inline;font-size:15px;margin:0;padding:0;-webkit-text-decoration:underline;text-decoration:underline}.tiers .tier-footer{margin-top:auto}.tiers .tier-footer small{text-align:center}.tiers .tier-header{color:#a1aae6;font-size:16px;margin-bottom:30px}.tiers .tier-price{color:#fff;font-size:40px}.number{color:#8e24aa;font-family:Roboto;font-weight:700}@media(max-width:600px){iframe{max-width:300px!important}}.home-info .home-small{color:#a1aae6;font-size:.95em;margin-left:100px;margin-top:10px}.home-button,a.home-button{align-items:center;background:linear-gradient(30deg,#2cbc63,#16a48a 70%);border:none;border-bottom:3px solid #27a758;border-radius:25px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:16px;height:53px;justify-content:space-around;margin:15px auto 0;padding:0;transition:.25s ease-in-out;width:220px;will-change:transform}.home-button.home-button-link,a.home-button.home-button-link{margin:10px;-webkit-text-decoration:none;text-decoration:none}.home-button.home-button-secondary,a.home-button.home-button-secondary{background:#5465c4;border-color:#3f51b5;margin:10px;-webkit-text-decoration:none;text-decoration:none}.home-button.home-button-secondary:hover,a.home-button.home-button-secondary:hover{background:#3f51b5;border-color:#3f51b5}.home-button.home-button-big,a.home-button.home-button-big{font-size:1.1em;margin-top:60px;padding:25px 15px;width:450px}.home-button.home-button-no-margin,a.home-button.home-button-no-margin{margin:0 auto 20px}.home-button:hover,a.home-button:hover{background:linear-gradient(30deg,#2cbc63,#16a48a 70%);transform:translateY(-2px)}.home-button.disabled-link,a.home-button.disabled-link{background:transparent;border-color:transparent;color:#0d112f}.pricing-button,a.paddle_button{width:170px}.tier-footer small form{display:inline-block;width:40px}.pricing-title{color:#334357;font-size:30px;margin:30px 0 10px;position:relative;text-align:center;width:100%}.pricing-title-full{color:#283593}.pricing-title-big{margin-bottom:40px}.pricing-small{color:#fff;display:block;font-size:17px;margin:0 0 40px;text-align:center;width:100%}.pricing-small-full{color:#283593}.paypal-msg{display:block;margin:0 auto}.side-section{display:flex;justify-content:space-around}@media(max-width:1000px){.side-section{align-items:center;flex-direction:column}}.side-section div{max-width:600px}.side-image-section img{border-radius:3px;box-shadow:0 4px 20px 0 rgba(0,0,0,.1);margin-bottom:20px;width:100%}.side-text-section{margin-left:30px}.home p.margin-top-zero{margin-top:0}.logos{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-around;list-style:none;margin:0 15%}@media(max-width:600px){.logos{margin:0 5%}}.logos li{align-items:flex-end;display:flex}@media(max-width:600px){.logos li{margin-top:20px}}.logos img{filter:saturate(0);max-width:120px}.logos .small-logo{max-width:75px}.home-svg svg{height:auto;width:550px}@media(max-width:800px){.home-svg{display:none}}.home .features-points{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;list-style:none;text-align:center}@media(max-width:500px){.home .features-points{flex-direction:column}}.home .features-points li{align-items:center;display:flex;flex-direction:column;justify-content:space-around;margin:0;width:calc(33% - 20px)}@media(max-width:1000px){.home .features-points li{width:calc(50% - 20px)}}@media(max-width:500px){.home .features-points li{width:100%}}.home .features-points li>div{align-items:center;display:flex;height:150px;justify-content:center;width:100%}.home .features-points i{display:block;font-size:37px;margin-bottom:15px;margin-top:20px}.home .features-points img{fill:currentColor;display:inline-block;margin-bottom:21px;margin-top:15px}.home .integration-points li>div{height:110px}.home .section-side{background:linear-gradient(180deg,#0a52e5 -20.42%,#2e70f9);color:#fff;font-family:Manrope;padding:70px 0;text-align:center}.home .section-side h2{color:#fff;font-weight:500}.home .section-side a{display:inline-flex}@media(max-width:600px){.home .section-side{flex-direction:column}}.section-side-customers{align-items:center;display:inline-flex;flex-wrap:wrap;gap:20px;justify-content:center}@media(max-width:600px){.section-side-customers{flex-direction:column;gap:40px}}.section-side-customers>*+*{margin-left:25px}.section-padding{display:block;margin:0 auto;max-width:800px;text-align:center}.pre-line{white-space:pre-line}.home-benefits img{max-width:100%}.about{margin:0 auto;padding:0 17%}@media(max-width:700px){.about{margin-top:0;padding:15px 5%}}.about h2{display:block}.about p{font-size:18px;line-height:1.8em;margin:20px 0}.about a:hover{-webkit-text-decoration:underline;text-decoration:underline}.about a,.about a:active,.about a:visited{color:#9c27b0;font-size:1.1em;font-weight:700}.about a.join-btn{color:#fff}.about img{width:200px}.about .me{border-radius:50%;display:inline-block;margin-left:20px;width:100px}.about .first-p{display:inline-block;vertical-align:top}.about form{display:inline-block;width:230px}.about a.white{color:#fff}.landing-image{display:block;margin:0 auto;max-width:1000px}.landing-header{background:url(/_nuxt/img/geometry.fb8c135.jpg);color:#fff;padding:35px 0}.landing-header-less-padding{padding:20px 0}.landing-header-cover{background-position:50%;background-size:cover;height:60vh;position:relative}.landing-header-cover>h1{background:rgba(0,0,0,.4);bottom:20px;color:#fff;margin:0;padding:10px 20px;position:absolute;text-align:center}.landing p,.landing section{margin-left:auto;margin-right:auto;max-width:900px}.landing h2{margin:40px auto}.landing h3{margin:20px auto;text-align:left}.landing img{margin-top:60px}.landing h2,.landing h3,.landing ul{max-width:900px}.landing ul{margin:20px auto;padding-left:30px}.landing li{font-size:1.1em;padding:4px}.retro-headers{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 25%}.retro-headers h3{border-radius:3px;color:#fff;padding:10px 15px}.retro-headers h3.column_1{background:#009688}.retro-headers h3.column_2{background:#e91e63}.retro-headers h3.column_3{background:#9c27b0}.retro-headers h3.column_4{background:#3f51b5}.retro-headers h3.column_5{background:#2196f3}.retro-headers h3.column_6{background:#ff5722}.retro-headers .number{color:#555}.retro-header{min-width:300px}.notie-container.notie-textbox{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);font-size:1.4em;padding:15px 0;z-index:10}.notie-background-success{background:#00c853}.notie-background-error{background:#d32f2f}.resp-sharing-button__icon,.resp-sharing-button__link{display:inline-block}.resp-sharing-button__link{color:#fff;margin:.5em;-webkit-text-decoration:none;text-decoration:none}.resp-sharing-button{border-radius:5px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:.5em .75em;transition:25ms ease-out}.resp-sharing-button__icon svg{height:1em;margin-right:.4em;vertical-align:top;width:1em}.resp-sharing-button--small svg{margin:0;vertical-align:middle}.resp-sharing-button__icon{fill:none;stroke:#fff}.resp-sharing-button__icon--solid,.resp-sharing-button__icon--solidcircle{fill:#fff;stroke:none}.resp-sharing-button--twitter{background-color:#55acee;border-color:#55acee}.resp-sharing-button--twitter:hover{background-color:#2795e9}.resp-sharing-button--pinterest{background-color:#bd081c}.resp-sharing-button--pinterest:hover{background-color:#8c0615}.resp-sharing-button--facebook{background-color:#3b5998;border-color:#3b5998}.resp-sharing-button--facebook:hover{background-color:#2d4373}.resp-sharing-button--tumblr{background-color:#35465c}.resp-sharing-button--tumblr:hover{background-color:#222d3c}.resp-sharing-button--reddit{background-color:#5f99cf}.resp-sharing-button--reddit:hover{background-color:#3a80c1}.resp-sharing-button--google{background-color:#dd4b39}.resp-sharing-button--google:hover{background-color:#c23321}.resp-sharing-button--linkedin{background-color:#0077b5;border-color:#0077b5}.resp-sharing-button--linkedin:hover{background-color:#046293}.resp-sharing-button--email{background-color:#777}.resp-sharing-button--email:hover{background-color:#5e5e5e}.resp-sharing-button--xing{background-color:#1a7576}.resp-sharing-button--xing:hover{background-color:#114c4c}.resp-sharing-button--whatsapp{background-color:#25d366}.resp-sharing-button--whatsapp:hover{background-color:#1da851}.resp-sharing-button--hackernews{background-color:#f60}.resp-sharing-button--hackernews:focus,.resp-sharing-button--hackernews:hover{background-color:#fb6200}.resp-sharing-button--vk{background-color:#507299}.resp-sharing-button--vk:hover{background-color:#43648c}.resp-sharing-button--facebook:active,.resp-sharing-button--facebook:hover{background-color:#2d4373;border-color:#2d4373}.resp-sharing-button--twitter:active,.resp-sharing-button--twitter:hover{background-color:#2795e9;border-color:#2795e9}.resp-sharing-button--linkedin:active,.resp-sharing-button--linkedin:hover{background-color:#046293;border-color:#046293}.swal2-popup{border-radius:2px}.swal2-popup .swal2-actions{justify-content:space-around;margin:1.25em 0 0}.swal2-popup .swal2-actions .swal2-styled{margin:0}.swal2-popup .swal2-title{color:#444;font-size:1.7em}.swal2-popup .swal2-styled.swal2-confirm{background:#8e24aa;border-radius:2px;margin-top:10px}.swal2-popup .swal2-styled.swal2-cancel{border-radius:2px;margin-top:10px}.swal2-content .premium-only h3{display:block;margin-bottom:10px}.swal2-popup #swal2-content label{display:block;text-align:left}.swal2-popup #swal2-content .labeled-checkbox{text-align:left}.swal2-popup #swal2-content .labeled-checkbox label{display:inline-block}.swal2-popup .swal2-styled.swal2-confirm{background:#e91e63}.swal2-popup .swal2-checkbox input{width:auto}.swal2-popup .swal2-checkbox span{display:inline-block;margin-left:10px}.swal2-content h3{font-size:1.1em;margin-bottom:0}.swal2-popup.swal-form{border-radius:2px;max-width:450px;min-width:400px;padding:24px;width:auto}.swal2-popup.swal-form p{color:#8c8c9e;font-size:14px;font-weight:400;margin:0}.swal2-popup.swal-form .swal2-title{color:#3e3e52;cursor:text;font-family:Manrope;font-size:20px;font-weight:700;line-height:1.3em;text-align:center}.swal2-popup.swal-form .swal2-close{transform:scale(.7);transition:all .2s}.swal2-popup.swal-form .swal2-icon{animation:none;margin:0;transform:scale(.8);transition:all .1s}.swal2-popup.swal-form .swal2-checkbox{cursor:pointer;font-size:16px}.swal2-popup.swal-form .swal2-checkbox input{width:auto}.swal2-popup.swal-form .swal2-checkbox .swal2-label{font-family:Roboto;padding-left:5px;text-align:left;text-align:initial}.swal2-popup.swal-form .swal2-actions{display:flex;justify-content:center;margin-top:20px;width:100%}.swal2-popup.swal-form .swal2-actions .swal2-styled{border-radius:2px;font-family:Manrope;font-size:16px;font-weight:700;line-height:16px;min-width:90px;padding:16px 20px;transition:all .1s}.swal2-popup.swal-form .swal2-actions .swal2-styled.swal2-confirm{background:#145cf2;color:#fff;margin-right:2px}.swal2-popup.swal-form .swal2-actions .swal2-styled.swal2-cancel{background:#fff;color:#5e5e71;margin-left:auto}@media(max-width:350px){.swal2-popup.swal-form .swal2-actions .swal2-styled.swal2-cancel{margin-left:0;margin-top:10px}}.swal2-popup.swal-form .swal2-actions .swal2-styled,.swal2-popup.swal-form .swal2-close{margin:0}.swal2-popup.swal-form .swal2-container{z-index:2000}.swal2-popup.swal-form #swal2-content{color:#5e5e71;font-family:Roboto;font-size:16px;margin-top:16px}.swal2-popup.swal-form input[type=checkbox]{border-radius:2px;flex-shrink:0;height:14px;margin:0 8px 0 0;width:14px}.swal2-popup.swal-form .google-signup-container{border-bottom:1px solid #dce3f1;padding-bottom:26px;position:relative}.swal2-popup.swal-form .google-signup-container:after{background-color:#fff;color:#8c8c9e;content:"or";left:50%;padding:0 12px;position:absolute;top:100%;transform:translate(-50%,-50%)}.swal2-popup.swal-form .google-login{background-color:#fff;border:1px solid #dce3f1;color:#5e5e71;display:flex;font-family:Manrope;font-size:16px;gap:5px;justify-content:center;margin:0;padding:8px}.swal2-popup.swal-form .google-login:hover{background-color:#dce3f1}.swal2-popup.swal-form .hidden-input{opacity:0}.table{background:#fff;font-size:16px}.table,.table th{border:none;padding:10px}.table th{border-bottom:2px solid #ddd;color:#555;font-weight:700;text-align:left}.table td{border-bottom:1px solid #ddd;border-top:none;padding:10px;width:5%}.table tr:last-child td{border:none}.easy-table-responsive{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:auto;overflow-y:hidden;width:100%}.easy-table{background:#fff;border:none;border-radius:2px;box-shadow:0 2px 8px rgba(62,62,82,.1);font-size:16px;max-width:100%;padding:20px 10px 10px;width:100%}.easy-table a{color:#5e5e71;-webkit-text-decoration:underline;text-decoration:underline}.easy-table th{border:none;border-bottom:2px solid #dce3f1;color:#3e3e52;font-weight:700;padding:10px 8px;text-align:left}.easy-table td{border-bottom:1px solid #dce3f1;border-top:none;padding:10px 8px}@media(max-width:760px){.easy-table-responsive table,.easy-table-responsive tbody,.easy-table-responsive td,.easy-table-responsive th,.easy-table-responsive thead,.easy-table-responsive tr{display:block}.easy-table-responsive thead tr{left:-9999px;position:absolute;top:-9999px}.easy-table-responsive tr{border:1px solid #dce3f1;border-radius:4px;margin-bottom:10px}.easy-table-responsive td{border:none;border-bottom:1px solid #dce3f1;display:flex;padding-left:15px;padding-right:15px;position:relative}.easy-table-responsive td:before{content:attr(data-label);padding-right:10px;white-space:nowrap;width:45%}}.terms{margin:0 auto;width:60%}@media(max-width:900px){.terms{width:80%}}.terms a{color:#145cf2}.terms li{color:#333;font-size:18px;line-height:1.7em;margin-bottom:10px}.terms .small,.terms li strong{font-size:1em}.terms ul{margin-left:20px}.terms p{margin-left:0;margin-right:0}.terms h1{color:#333;font-family:Roboto;margin-left:0}.terms h3{display:block;margin-top:40px}.terms h2{color:#333;font-size:24px!important;margin-top:20px}[data-tooltip]{position:relative}[data-tooltip]:after{word-wrap:break-word;-webkit-font-smoothing:subpixel-antialiased;background-color:rgba(0,0,0,.8);border-radius:4px;color:#fff;content:attr(aria-label);font-size:.7rem;padding:5px 8px;text-align:center;white-space:pre}[data-tooltip]:after,[data-tooltip]:before{opacity:0;pointer-events:none;position:absolute;visibility:hidden;z-index:9999}[data-tooltip]:before{border:5px solid transparent;color:rgba(0,0,0,.8);content:"";height:0;width:0}[data-tooltip]:after,[data-tooltip]:before{transition:all .7s cubic-bezier(.63,-.06,.71,-.06)}[data-tooltip]:active:after,[data-tooltip]:active:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{opacity:1;-webkit-text-decoration:none;text-decoration:none;visibility:visible}[data-tooltip-multiline]:active:after,[data-tooltip-multiline]:focus:after,[data-tooltip-multiline]:hover:after{display:table-cell}.is-tooltiped:after,.is-tooltiped:before,[data-is-tooltiped]:after,[data-is-tooltiped]:before{display:inline-block;opacity:1;visibility:visible}.is-tooltiped.tooltip-multiline:after,[data-is-tooltiped].tooltip-multiline:after{display:table-cell}[data-tooltip=bottom-left]:after,[data-tooltip=bottom-right]:after,[data-tooltip=bottom]:after{margin-top:5px;right:50%;top:100%}[data-tooltip=bottom-left]:before,[data-tooltip=bottom-right]:before,[data-tooltip=bottom]:before{border-bottom-color:rgba(0,0,0,.8);bottom:-5px;margin-right:-5px;right:50%;top:auto}[data-tooltip=bottom-right]:after{left:50%;margin-left:-15px;right:auto}[data-tooltip=bottom-left]:after{margin-right:-15px}[data-tooltip=top-left]:after,[data-tooltip=top-right]:after,[data-tooltip=top]:after{bottom:100%;margin-bottom:5px;right:50%}[data-tooltip=top-left]:before,[data-tooltip=top-right]:before,[data-tooltip=top]:before{border-top-color:rgba(0,0,0,.8);bottom:auto;margin-right:-5px;right:50%;top:-5px}[data-tooltip=top-right]:after{left:50%;margin-left:-15px;right:auto}[data-tooltip=top-left]:after{margin-right:-15px}[data-tooltip=bottom]:after,[data-tooltip=top]:after{transform:translateX(50%)}[data-tooltip=left]:after{bottom:50%;margin-right:5px;right:100%;transform:translateY(50%)}[data-tooltip=left]:before{border-left-color:rgba(0,0,0,.8);bottom:50%;left:-5px;margin-top:-5px;top:50%}[data-tooltip=right]:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}[data-tooltip=right]:before{border-right-color:rgba(0,0,0,.8);bottom:50%;margin-top:-5px;right:-5px;top:50%}[data-tooltip-multiline]:after{word-wrap:normal;border-collapse:separate;max-width:250px;white-space:pre-line;width:-moz-max-content;width:max-content;word-break:break-word}[data-tooltip-multiline][data-tooltip=bottom]:after,[data-tooltip-multiline][data-tooltip=top]:after{left:50%;right:auto;transform:translateX(-50%)}[data-tooltip-multiline][data-tooltip=left]:after,[data-tooltip-multiline][data-tooltip=right]:after{right:100%}[data-tooltip=false]:after,[data-tooltip=false]:before{content:""!important;display:none!important}.not-found{height:auto;max-width:600px}.notfound-page{font-family:Manrope;text-align:center}.notfound-page h1{color:#145cf2;font-size:80px;margin:30px 0 0}.notfound-page p{margin-bottom:30px}.notfound-page .home-button.home-button-link{margin:30px auto}.notfound-page-action{margin-top:40px}.grid-container{margin-left:auto;margin-right:auto;width:95%}@media(min-width:400px){.grid-container:not(.grid-container-wide){max-width:1200px;max-width:var(--container-width)}}[class^=lg-col],[class^=md-col],[class^=sm-col]{flex-basis:100%}.col-1{flex-basis:8.3333333333%}.col-2{flex-basis:16.6666666667%}.col-3{flex-basis:25%}.col-4{flex-basis:33.3333333333%}.col-5{flex-basis:41.6666666667%}.col-6{flex-basis:50%}.col-7{flex-basis:58.3333333333%}.col-8{flex-basis:66.6666666667%}.col-9{flex-basis:75%}.col-10{flex-basis:83.3333333333%}.col-11{flex-basis:91.6666666667%}.col-12{flex-basis:100%}.col-1-3{flex-basis:33.3333333333%}.col-2-3{flex-basis:66.6666666667%}.col-1-4{flex-basis:25%}.col-1-2{flex-basis:50%}.col-3-4{flex-basis:75%}.col-1-5{flex-basis:20%}.col-4-5{flex-basis:80%}@media(min-width:40em){.sm-col-1{flex-basis:8.3333333333%}.sm-col-2{flex-basis:16.6666666667%}.sm-col-3{flex-basis:25%}.sm-col-4{flex-basis:33.3333333333%}.sm-col-5{flex-basis:41.6666666667%}.sm-col-6{flex-basis:50%}.sm-col-7{flex-basis:58.3333333333%}.sm-col-8{flex-basis:66.6666666667%}.sm-col-9{flex-basis:75%}.sm-col-10{flex-basis:83.3333333333%}.sm-col-11{flex-basis:91.6666666667%}.sm-col-12{flex-basis:100%}.sm-col-1-3{flex-basis:33.3333333333%}.sm-col-2-3{flex-basis:66.6666666667%}.sm-col-1-4{flex-basis:25%}.sm-col-1-2{flex-basis:50%}.sm-col-3-4{flex-basis:75%}.sm-col-1-5{flex-basis:20%}.sm-col-4-5{flex-basis:80%}}@media(min-width:60em){.md-col-1{flex-basis:8.3333333333%}.md-col-2{flex-basis:16.6666666667%}.md-col-3{flex-basis:25%}.md-col-4{flex-basis:33.3333333333%}.md-col-5{flex-basis:41.6666666667%}.md-col-6{flex-basis:50%}.md-col-7{flex-basis:58.3333333333%}.md-col-8{flex-basis:66.6666666667%}.md-col-9{flex-basis:75%}.md-col-10{flex-basis:83.3333333333%}.md-col-11{flex-basis:91.6666666667%}.md-col-12{flex-basis:100%}.md-col-1-3{flex-basis:33.3333333333%}.md-col-2-3{flex-basis:66.6666666667%}.md-col-1-4{flex-basis:25%}.md-col-1-2{flex-basis:50%}.md-col-3-4{flex-basis:75%}.md-col-1-5{flex-basis:20%}.md-col-4-5{flex-basis:80%}}@media(min-width:75em){.lg-col-1{flex-basis:8.3333333333%}.lg-col-2{flex-basis:16.6666666667%}.lg-col-3{flex-basis:25%}.lg-col-4{flex-basis:33.3333333333%}.lg-col-5{flex-basis:41.6666666667%}.lg-col-6{flex-basis:50%}.lg-col-7{flex-basis:58.3333333333%}.lg-col-8{flex-basis:66.6666666667%}.lg-col-9{flex-basis:75%}.lg-col-10{flex-basis:83.3333333333%}.lg-col-11{flex-basis:91.6666666667%}.lg-col-12{flex-basis:100%}.lg-col-1-3{flex-basis:33.3333333333%}.lg-col-2-3{flex-basis:66.6666666667%}.lg-col-1-4{flex-basis:25%}.lg-col-1-2{flex-basis:50%}.lg-col-3-4{flex-basis:75%}.lg-col-1-5{flex-basis:20%}.lg-col-4-5{flex-basis:80%}}:root{--container-width:1200px}.VueCarousel-slide{display:flex;display:flex!important;justify-content:center}.VueCarousel-slide .blockquote{margin:40px 20px}.VueCarousel-dot:focus{outline:none!important}.easy-input,.swal-form .swal2-input,.swal-form input{background:#fff;border:1px solid #dce3f1;border-radius:2px;box-sizing:border-box;color:#3e3e52;font-family:Roboto;font-size:16px;margin-bottom:10px;outline:none;padding:8px 12px;width:100%}.easy-input:hover,.swal-form .swal2-input:hover,.swal-form input:hover{border-color:#8c8c9e;padding:8px 12px}.easy-input:focus,.swal-form .swal2-input:focus,.swal-form input:focus{border-color:#145cf2;padding:8px 12px}.easy-input::-moz-placeholder,.swal-form .swal2-input::-moz-placeholder,.swal-form input::-moz-placeholder{color:#8c8c9e;font-size:16px}.easy-input::placeholder,.swal-form .swal2-input::placeholder,.swal-form input::placeholder{color:#8c8c9e;font-size:16px}.easy-input:read-only::-moz-placeholder,.swal-form .swal2-input:read-only::-moz-placeholder,.swal-form input:read-only::-moz-placeholder{background:#f1f3f5;border-color:#dce3f1;color:#8c8c9e;cursor:not-allowed}.easy-input:-moz-read-only,.easy-input:-moz-read-only::placeholder,.swal-form .swal2-input:-moz-read-only,.swal-form .swal2-input:-moz-read-only::placeholder,.swal-form input:-moz-read-only,.swal-form input:-moz-read-only::placeholder{background:#f1f3f5;border-color:#dce3f1;color:#8c8c9e;cursor:not-allowed}.easy-input:read-only,.easy-input:read-only::placeholder,.swal-form .swal2-input:read-only,.swal-form .swal2-input:read-only::placeholder,.swal-form input:read-only,.swal-form input:read-only::placeholder{background:#f1f3f5;border-color:#dce3f1;color:#8c8c9e;cursor:not-allowed}.overlay{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10}.modal{background:#fff;border-radius:2px;margin:16px;max-height:650px;max-width:600px;overflow-y:auto;padding:24px;width:100%}.modal h2{font-family:Manrope,sans-serif;font-size:22px;font-weight:700;margin:0 0 16px;text-align:center;width:100%}.modal .action{align-items:center;display:flex;justify-content:center}.modal .action button{background-color:#145cf2;border:none;color:#fff;font-size:16px;padding:8px 16px;transition:all .1s}.modal .action button:focus,.modal .action button:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.modal .action button:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.modal .action button.cancel-button{background-color:transparent;color:#5e5e71}.home-header{align-items:center;background:transparent;border:none;display:flex;gap:16px;height:65px;justify-content:flex-start;margin:0 auto;padding:20px 0;position:relative;z-index:10}.home-header h1{font-size:26px}.home-header ul{list-style:none;margin:0;padding:0}.home-header li{display:inline-block}.home-header .logo{color:#334357;display:flex;font-family:thirsty_script_extrabold_deRg;font-size:1.85em;margin-left:0;margin-top:0}.home-header .logo img{width:150px}.home-header .nav-links{align-items:center;display:flex;gap:30px;margin-left:auto}@media(max-width:600px){.home-header a{margin-bottom:16px}.home-header .button,.home-header .use-case{margin:0}}.home-header .use-cases-dropdown,.home-header a{color:#334357;font-family:Manrope,sans-serif;font-size:16px;font-weight:600}.home-header .use-cases-wrapper{position:relative}.home-header .use-cases-dropdown{align-items:center;background:none;border:none;display:flex;gap:6px;margin:0;position:relative}.home-header .use-cases-dropdown svg{transition:transform .15s}.home-header .use-cases-dropdown svg.active{transform:rotate(-180deg)}.home-header .use-cases-list{border:1px solid #fafafa;border-radius:4px;box-shadow:1px 1px 2px rgba(0,0,0,.1);left:calc(50% - 5px);min-width:150px;position:absolute;text-align:center;top:calc(100% + 5px);transform:translateX(-50%);z-index:100}.home-header .use-cases-list .use-case{background:#fff;border:0;color:#334357;display:block;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;letter-spacing:1px;margin-left:0;padding:.5rem;width:100%}.home-header .use-cases-list .use-case:hover{background-color:#fafafa}.menu-toggle{display:none}@media(max-width:720px){.home-header .nav-links{align-items:center;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);display:none;flex-direction:column;gap:12px;left:0;padding-bottom:16px;position:fixed;top:65px;width:100vw}.home-header .nav-links.active{display:flex}.lang-switcher{margin-left:auto}.use-cases-dropdown{left:10px}.menu-toggle{border:1px solid #dce3f1;border-radius:2px;display:flex;flex-direction:column;gap:3px;padding:2px}.menu-toggle.align-left{margin-left:auto}.menu-toggle .rect{background:#8c8c9e;border-radius:2px;height:3px;transition:all .1s;width:15px}.menu-toggle.visible>.rect{opacity:0}.menu-toggle.visible>.rect:first-child{opacity:1;transform:rotate(45deg) translate(5px,4px)}.menu-toggle.visible>.rect:last-child{opacity:1;transform:rotate(-45deg) translate(4px,-4px)}}.lang-switcher{font-family:sans-serif;position:relative}.lang-dropdown{border:1px solid #fafafa;border-radius:4px;box-shadow:1px 1px 2px rgba(0,0,0,.1);left:calc(50% - 5px);position:absolute;text-align:center;top:calc(100% + 5px);transform:translateX(-50%);z-index:100}.lang-dropdown .button{background-color:transparent;background:#fff;border:0;color:#334357;display:block;font-family:sans-serif;font-size:.9em;font-weight:400;letter-spacing:1px;margin-left:0;padding:.5rem;width:100%}.lang-dropdown .button:hover{background-color:#fafafa}.lang-switcher-trigger{background:none;border:1px solid #dce3f1;border-radius:4px;color:#334357;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;margin:0 10px 0 0;padding:2px 4px;position:relative;text-transform:uppercase;z-index:200}.lang-switcher-trigger:hover{background:#fafafa}.fade-enter-active,.fade-leave-active{transition:all .25s}.fade-enter,.fade-leave-to{opacity:0;top:-50%}.footer{background:#fff;color:#3e3e52;margin-top:60px;padding:80px 0}@media(max-width:768px){.footer{text-align:center}.footer ul{margin-top:30px}.footer{padding:20px}}.footer *{color:#3e3e52}.footer .footer-title{max-width:325px}.footer .footer-title h3{font-weight:400;line-height:1.8;margin-top:.5em}.footer .main-footer{display:flex;gap:10px;justify-content:space-around;margin:0 auto;max-width:1280px}@media(max-width:800px){.footer .main-footer{align-items:center;flex-direction:column}}.footer h3{flex-basis:24%;font-family:Manrope;font-size:18px;font-weight:400;margin:0}.footer strong{color:#145cf2;font-size:1em}@media(max-width:600px){.footer .main-footer>div{margin-top:30px}}.footer ul{display:inline-block;list-style:none;margin-top:10px;padding:0}@media(max-width:800px){.footer ul{margin-bottom:20px;text-align:center}}.footer ul li{font-size:20px;margin-bottom:4px}.footer a,.footer p{font-family:Roboto;font-size:14px}@media(max-width:800px){.footer a,.footer p{text-align:center}.footer p{margin-bottom:20px}}.footer legend{display:block;font-family:Manrope;font-size:16px;font-weight:600;padding:0}.footer a{color:#5e5e71;cursor:pointer;display:block;padding:7px 0}.footer a:hover{color:#333}.ideas-extra-column{margin-top:20px}@media(max-width:800px){.ideas-extra-column{margin-top:-40px}}.spaced-top{margin-top:20px}@media(max-width:800px){.spaced-top{margin-top:0}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;box-sizing:border-box;font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;word-spacing:1px}*,:after,:before{box-sizing:border-box;margin:0}.button--green{border:1px solid #3b8070;border-radius:4px;color:#3b8070;display:inline-block;padding:10px 30px;-webkit-text-decoration:none;text-decoration:none}.button--green:hover{background-color:#3b8070;color:#fff}.button--grey{border:1px solid #35495e;border-radius:4px;color:#35495e;display:inline-block;margin-left:15px;padding:10px 30px;-webkit-text-decoration:none;text-decoration:none}.button--grey:hover{background-color:#35495e;color:#fff}strong{font-size:1em}button.landing-header-button{box-shadow:0 0 0;font-family:Roboto;margin:0}.landing-home-header{background:#fff;border:none;box-shadow:0 2px 0 rgba(0,0,0,.1);position:sticky;top:0;z-index:10}.landing-home-header .header-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:8px 20px}@media(max-width:600px){.landing-home-header{align-items:flex-start;padding:20px 10px}}@media(max-width:450px){.landing-home-header .menu-nav{justify-content:space-between}.landing-home-header .large-menu-nav{flex:0 1 100%}.landing-home-header a.logo:first-child{margin-left:0}}.landing-home-header nav{align-items:center;display:flex;gap:20px}.landing-home-header h1{font-size:26px}.landing-home-header ul{list-style:none;margin:0;padding:0}.landing-home-header li{display:inline-block}.landing-home-header .logo{display:flex;font-family:thirsty_script_extrabold_deRg;font-size:1.85em;margin-left:0;margin-top:0}.landing-home-header a{font-size:16px;margin-left:30px}@media(max-width:600px){.landing-home-header a{margin-left:7px}.landing-home-header a:first-child{margin-left:10px}}.landing-call-button{align-items:center;background:linear-gradient(30deg,#2cbc63,#16a48a 70%);border:0;border-bottom:3px solid #27a758;border-radius:25px;box-sizing:border-box;color:#fff!important;cursor:pointer;display:inline-flex;font-size:16px;justify-content:space-around;margin:0 0 0 1em;padding:.5em 1.7em;transition:.25s ease-in-out;will-change:transform}.dark{background:#181a1b}.dark .lang-switcher-trigger{border-color:#213253;color:#abbdce}.dark .lang-switcher-trigger:hover{background-color:#1b1d1e}.dark .lang-dropdown{border-color:#313638}.dark .lang-dropdown .button{background-color:#181a1b;color:#fff}.dark .lang-dropdown .button:hover{background-color:#1b1d1e}.easy-button,a.easy-button{background-color:#ffb800;border:1px solid transparent;border-radius:2px;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#3e3e52;display:inline-flex;font-family:Manrope,sans-serif;font-weight:700;padding:16px 40px;-webkit-text-decoration:none;text-decoration:none}.easy-button:focus,.easy-button:hover,a.easy-button:focus,a.easy-button:hover{background-color:#f0972f}.easy-button:active,a.easy-button:active{background-color:#f0a32f}.easy-button.button-no-style,a.easy-button.button-no-style{background:transparent;box-shadow:0 0 0;color:#333;outline:none;padding-left:0;padding-right:0}.easy-button.button-outline,a.easy-button.button-outline{background:transparent;border:1px solid #145cf2;box-shadow:none;color:#145cf2}.easy-button.button-outline:focus,.easy-button.button-outline:hover,a.easy-button.button-outline:focus,a.easy-button.button-outline:hover{background:#145cf2;color:#fff}.easy-button.button-big,a.easy-button.button-big{padding:22px 50px}.easy-button.button-small,a.easy-button.button-small{font-size:1em;padding:12px 18px}