/*!
 * 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;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .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,20px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}body.loading *{transition:none!important}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Black.ttf);font-weight:900;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Bold.ttf);font-weight:700;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Light.ttf);font-weight:300;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Medium.ttf);font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.ttf);font-weight:900;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.ttf);font-weight:700;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.ttf);font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.ttf);font-weight:600;font-style:normal}body,html{margin:0;padding:0;background-color:#050614}body *{box-sizing:border-box;font-family:Inter,sans-serif}a{cursor:pointer}.regular-btn{display:inline-flex;align-items:center;justify-content:center;min-height:55px;padding-left:20px;padding-right:30px;background:#343ed0;box-shadow:0 .910839px 2.73252px rgba(0,0,0,.1),0 .910839px 1.82168px rgba(0,0,0,.06);border-radius:84.6px;font-size:15px;line-height:21px;color:#fff;font-weight:600;text-decoration:none;transition:all .4s ease}.regular-btn:hover{background-color:#353ca8}.regular-btn span{display:inline-flex;margin-right:15px}.hero__section{max-height:100vh;overflow-x:hidden;overflow-y:hidden}.hero__section .outer__hero{padding-top:145px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.hero__section .outer__hero .top__part{display:flex;justify-content:center;align-items:center;margin-bottom:45px;position:relative}.hero__section .outer__hero .top__part .butt{position:absolute;z-index:2}.hero__section .outer__hero .top__part a{display:inline-flex;position:relative}.hero__section .outer__hero .top__part a:hover:before{width:240px;height:240px}.hero__section .outer__hero .top__part a img{position:relative;z-index:2}.hero__section .outer__hero .top__part a:before{content:"";width:170px;height:170px;background:#000;filter:blur(75.4453px);border-radius:250px;position:absolute;left:50%;top:50%;transition:all .4s ease;transform:translate(-50%,-50%)}.hero__section .outer__hero .top__part span{display:inline-flex}.hero__section .outer__hero .top__part span>img{max-width:100%}.hero__section .outer__hero .hero__main{padding-left:15px;padding-right:15px;margin-top:auto;margin-bottom:auto}.hero__section .outer__hero .hero__main .hero__desc{text-align:center;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column}.hero__section .outer__hero .hero__main .hero__desc>img{position:absolute;margin-left:auto;margin-right:auto;pointer-events:none;min-width:1130px;max-width:1130px;height:980px;top:auto;margin-top:-100px}.hero__section .outer__hero .hero__main .hero__desc .button__wrapper{display:flex;align-items:center;justify-content:center;margin-top:35px}.hero__section .outer__hero .hero__main .hero__desc>h1{text-align:center;background:linear-gradient(113.33deg,#fff 45.12%,#000 117.35%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:54px;line-height:68px;font-weight:600;max-width:730px;margin:0 auto 10px;position:relative;z-index:2}.hero__section .outer__hero .hero__main .hero__desc>p{max-width:420px;margin-left:auto;margin-right:auto;font-size:18px;line-height:28px;color:hsla(0,0%,100%,.6);position:relative;z-index:2}.hero__section .outer__hero .hero__main .hero__desc .feedback{margin-bottom:10px;position:relative;z-index:2}.hero__section .outer__hero .hero__main .hero__desc .feedback>p{margin:0;font-size:14px;line-height:25px;color:#c2c2c2}.hero__section .outer__hero .hero__main .hero__desc .feedback ul{padding:0;list-style-type:none;margin:0;display:flex;align-items:center;justify-content:center}.hero__section .outer__hero .hero__main .hero__desc .feedback ul>li{display:inline-flex}.hero__section .outer__hero .hero__main>a{display:inline-flex;position:absolute;left:50%;transform:translateX(-50%);top:20px;transition:all .4s ease;z-index:2}.hero__section .outer__hero .hero__main>a:hover{opacity:.7}.hero__section .outer__hero .hero__bottom{display:flex;justify-content:space-between;align-items:center;padding:15px 25px;margin-top:35px}.hero__section .outer__hero .hero__bottom .join__us,.hero__section .outer__hero .hero__bottom .join__us .join__images{display:flex;align-items:center;justify-content:flex-end}.hero__section .outer__hero .hero__bottom .join__us .join__images>.elem__image{border-radius:250px;-webkit-backdrop-filter:blur(3.10016px);backdrop-filter:blur(3.10016px);box-shadow:0 1.0563513041px 1.5845267773px 0 rgba(0,0,0,.25);margin-right:-10px;background:linear-gradient(90deg,hsla(0,0%,100%,.2),rgba(0,0,0,.01) 160.25%),radial-gradient(160.25% 401.71% at 0 -20%,hsla(0,0%,100%,.2) 0,transparent 100%),radial-gradient(153.43% 384.63% at 6.81% -10.67%,rgba(0,0,0,.1) 9.66%,rgba(0,0,0,.04) 100%);padding:1px}.hero__section .outer__hero .hero__bottom .join__us .join__images>.elem__image .inner__image{display:flex;border-radius:250px;align-items:center;justify-content:center;background:linear-gradient(104.33deg,hsla(0,0%,100%,.09) 9.28%,hsla(0,0%,77%,0) 315.58%);padding:2px;min-width:33px;max-width:33px;min-height:33px;-webkit-backdrop-filter:blur(12.10016px);backdrop-filter:blur(12.10016px);max-height:33px}.hero__section .outer__hero .hero__bottom .join__us .join__images>.elem__image .inner__image img{max-width:100%}.hero__section .outer__hero .hero__bottom .join__us .join__images>.elem__image:last-child{margin-right:0}.hero__section .outer__hero .hero__bottom .join__us .join__info{text-align:right;margin-right:15px;display:flex;flex-direction:column}.hero__section .outer__hero .hero__bottom .join__us .join__info>p{margin:0;font-size:12px;line-height:17px;color:#fff;font-weight:600}.hero__section .outer__hero .hero__bottom .join__us .join__info>span{opacity:.6;color:#fff;font-size:10px;line-height:14px}.hero__section .outer__hero .hero__bottom>ul{padding:0;list-style-type:none;margin:0;display:flex;align-items:center;justify-content:flex-start}.hero__section .outer__hero .hero__bottom>ul>li{margin-right:25px}.hero__section .outer__hero .hero__bottom>ul>li>a{color:hsla(0,0%,100%,.2);font-size:14px;line-height:26px;font-weight:500;text-decoration:none;transition:all .4s ease}.hero__section .outer__hero .hero__bottom>ul>li>a:hover{color:#fff}.hero__section .outer__hero .hero__bottom>ul>li:last-child{margin-right:0}.modal__wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:8;background-color:rgba(0,0,0,.5)}.modal__wrapper .inner__modal{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-left:15px;padding-right:15px}.modal__wrapper .inner__modal .modal__box{max-width:740px}.modal__wrapper .inner__modal .modal__box .close__wrapper{display:flex;justify-content:flex-end;margin-bottom:15px}.modal__wrapper .inner__modal .modal__box .close__wrapper a{display:inline-flex;transition:all .4s ease}.modal__wrapper .inner__modal .modal__box .close__wrapper a:hover{opacity:.7}.modal__wrapper .inner__modal .modal__box .close__wrapper a>img{max-width:30px}.modal__wrapper .inner__modal .modal__box video{max-width:100%;max-height:100vh}.download__box{overflow-y:hidden}.download__box .outer__download{min-height:100vh;display:flex;align-items:center;justify-content:center}.download__box .outer__download .inner__download{display:flex;align-items:center;justify-content:center;padding-left:15px;padding-right:15px;position:relative}.download__box .outer__download .inner__download>img{position:absolute;filter:blur(177px)}.download__box .outer__download .inner__download .download__desc{max-width:400px;width:100%;position:relative;z-index:2}.download__box .outer__download .inner__download .download__desc>span{display:inline-flex;margin-bottom:10px}.download__box .outer__download .inner__download .download__desc .title__desc{margin-bottom:20px}.download__box .outer__download .inner__download .download__desc .title__desc>p{margin:0;font-size:20px;line-height:27px;color:#fff;font-weight:700;opacity:.4;font-family:Satoshi,sans-serif}.download__box .outer__download .inner__download .download__desc .description__wrapper{margin-bottom:35px}.download__box .outer__download .inner__download .download__desc .description__wrapper>p{margin:0;font-size:16px;line-height:28px;color:hsla(0,0%,100%,.6)}.download__box .outer__download .inner__download .download__desc .title{display:flex;align-items:center;justify-content:flex-start;margin-bottom:8px}.download__box .outer__download .inner__download .download__desc .title ul{padding:0;list-style-type:none;margin:0;display:flex;align-items:center;justify-content:flex-start}.download__box .outer__download .inner__download .download__desc .title ul>li{display:inline-flex}.download__box .outer__download .inner__download .download__desc .title>p{font-size:25px;line-height:33px;margin:0 10px 0 0;font-family:Satoshi,sans-serif;color:#fff}.download__box .outer__download .inner__download .download__media{display:inline-flex;margin-right:45px;position:relative;z-index:2}.download__box .outer__download .inner__download .download__media>video{max-width:575px;border-radius:10px;width:100%}.tooltip{padding:13px 14px;display:flex;align-items:center;justify-content:flex-start;border-radius:32px}.tooltip.error{background:#fffbfa;border:1px solid #fda29b}.tooltip.error>p{color:#b42318}.tooltip.green{background:#f6fef9;border:1px solid #6ce9a6}.tooltip.green>p{color:#027a48}.tooltip.warning{background:#fffcf5;border:1px solid #fec84b}.tooltip.warning>p{color:#b54708}.tooltip>p{margin:0;font-size:14px;line-height:20px;font-weight:600}.tooltip>span{display:inline-flex;margin-right:9px}.dropdown__status{position:relative}.dropdown__status .dropdown__group{position:absolute;right:0;top:35px;min-width:100px}.dropdown__status .dropdown__group ul{list-style-type:none;padding:3px;margin:0;background:#fff;border:.787234px solid #e8e8e8;box-shadow:0 2.3617px 3.93617px rgba(0,0,0,.1),0 .787234px 14.1702px rgba(0,0,0,.06),0 4.7234px 7.87234px rgba(0,0,0,.08);border-radius:14px}.dropdown__status .dropdown__group ul li>a{text-decoration:none;font-size:12px;border-radius:5px;transition:all .4s ease;line-height:18px;color:#1c1c1c;font-weight:500;padding:5px 15px 5px 10px;display:flex;align-items:center;justify-content:flex-start}.dropdown__status .dropdown__group ul li>a:hover{background-color:rgba(51,63,210,.1)}.dropdown__status .dropdown__group ul li>a p{margin:0}.dropdown__status .dropdown__group ul li>a span{display:inline-flex;margin-right:10px}.dropdown__status>a{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1.05px solid #e8e8e8;box-shadow:0 1.05px 1.05px rgba(0,0,0,.06);border-radius:50px;min-height:29px;padding:3px 8px;text-decoration:none}.dropdown__status>a.active>img{transform:rotate(180deg)}.dropdown__status>a>img{transition:all .4s ease}.dropdown__status>a span{display:inline-flex;margin-right:4px}.dropdown__status>a p{margin:0 4px 0 0;font-size:13px;line-height:21px;color:#1c1c1c;font-weight:500}.group__box{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#f9f9f9;border:1px solid #ebebeb;border-radius:46px}.group__box>.right__group{display:flex;align-items:center;justify-content:flex-end}.group__box>.right__group>.dropdown__status{margin-right:7px}.group__box>.right__group>.dropdown__status:last-child{margin-right:0}.group__box>.right__group .reply span img{max-height:19px;max-width:20px}.group__box>.right__group>.continue,.group__box>.right__group>.reply{display:inline-flex;align-items:center;justify-content:center;padding-left:8px;padding-right:8px;min-height:29px;background:#333fd2;box-shadow:0 1.05px 3.15px rgba(0,0,0,.1),0 2.1px 1.05px rgba(0,0,0,.06),0 1.05px 1.05px rgba(0,0,0,.08);border-radius:50px;font-size:13px;line-height:21px;color:#fff;font-weight:500;text-decoration:none;transition:all .4s ease}.group__box>.right__group>.continue:hover,.group__box>.right__group>.reply:hover{background-color:#353ca8}.group__box>.right__group>.continue span,.group__box>.right__group>.reply span{display:inline-flex;margin-right:8px}.group__box>.left__group,.group__box>.left__group .group__input{display:flex;align-items:center;justify-content:flex-start}.group__box>.left__group .group__input input{background-color:transparent;border:0;outline:none;font-size:14px;color:#1c1c1c;font-weight:500}.group__box>.left__group .group__input input::-webkit-input-placeholder{color:#1c1c1c}.group__box>.left__group .group__input input::-moz-placeholder{color:#1c1c1c}.group__box>.left__group .group__input input:-ms-input-placeholder{color:#1c1c1c}.group__box>.left__group .group__input input:-moz-placeholder{color:#1c1c1c}.group__box>.left__group .group__input>span{display:inline-flex;margin-right:10px}.group__box>.left__group .group__input>span>img{min-width:30px;max-width:30px;border-radius:250px}.group__box>.left__group>a.logo{display:inline-flex;align-items:center;justify-content:center}.group__box>.left__group>a.logo img{max-width:120px}.dashboard__block{min-height:100vh;position:relative;overflow:hidden}.dashboard__block .dash__pick{margin-top:25px;background:#151515;border:1px solid #454545;overflow:hidden;border-radius:6px}.dashboard__block .dash__pick .head__pick{padding:16px 16px 12px 17px}.dashboard__block .dash__pick .head__pick .switch{cursor:pointer}.dashboard__block .dash__pick .head__pick .switch p span{color:#6b7280}.dashboard__block>a{margin-bottom:130px;transition:all .4s ease}.dashboard__block>a:hover{opacity:.7}.dashboard__block>img{position:absolute;left:50%;transform:translateX(-50%);right:0;margin-left:0;margin-right:0;pointer-events:none;bottom:0;max-width:1440px;min-width:1440px}.dash__wrapper{max-width:480px}.dash__wrapper .group__button{margin-top:28px}.dash__wrapper .group__button button{height:50px}.dash__wrapper .dash__profile{position:relative}.dash__wrapper .dash__profile .dash__bottom{padding:19px 16px 23px 17px;position:relative}.dash__wrapper .dash__profile .dash__bottom .progress__bar{background:hsla(0,0%,100%,.12);border-radius:2px;position:relative;height:7px;margin-top:7px}.dash__wrapper .dash__profile .dash__bottom .progress__bar .active{height:100%;background:linear-gradient(0deg,#545dd6,#545dd6),hsla(0,0%,100%,.1);border-radius:2px}.dash__wrapper .dash__profile .dash__bottom .dash__progress--info>span{color:#6a6a6a;line-height:20px}.dash__wrapper .dash__profile .dash__top{border-bottom:1px solid rgba(56,56,58,.3);padding:18px 15px 18px 17px;position:relative}.dash__wrapper .dash__profile .dash__top .dash__right>a{transition:all .4s ease}.dash__wrapper .dash__profile .dash__top .dash__right>a:hover{opacity:.7}.dash__wrapper .dash__profile .dash__top .dash__left .profile__info>p{line-height:20px;margin-bottom:1px}.dash__wrapper .dash__profile .dash__top .dash__left .profile__info>span{word-break:break-all;color:#6b7280;line-height:20px}.dash__wrapper .dash__profile .dash__top .dash__left>span{margin-right:14px}.dash__wrapper .dash__profile .dash__top .dash__left>span>img{min-width:42px;max-width:42px;border-radius:250px}.dash__wrapper .dash__profile:before{content:"";position:absolute;border:1px solid #454545;left:0;top:0;width:100%;height:100%;background:linear-gradient(104.33deg,hsla(0,0%,100%,.09) 9.28%,hsla(0,0%,77%,0) 315.58%);opacity:.6;filter:drop-shadow(0 4.52112px 6.78168px rgba(0,0,0,.25));-webkit-backdrop-filter:blur(54.5222px);backdrop-filter:blur(54.5222px);border-radius:10px}.superword-collapse-div{overflow:hidden;max-height:0;transition:all .4s}.superword-collapse-div.open{max-height:100vh}.pick__grid .elem__pick{padding:19px 25px 17px 17px;background:#151515;border-bottom:1px solid #454545;grid-column-gap:5px;cursor:pointer;transition:all .4s ease}.pick__grid .elem__pick>span{color:hsla(0,0%,100%,.6);text-align:right}.pick__grid .elem__pick>p span{color:#6b7280}.pick__grid .elem__pick.active__pick{background:rgba(84,93,214,.5)}.pick__grid .elem__pick:last-child{border-bottom:0}.isotope__overflow{overflow-x:hidden}.upgrade__wrapper{width:100%;overflow:hidden;max-height:100vh}.upgrade__wrapper .inner__upgrade{min-height:100vh;display:flex;align-items:center;max-width:1130px;margin-left:auto;margin-right:auto;padding:50px 15px}.upgrade__wrapper .inner__upgrade .upgrade__isotope{position:absolute!important;right:-120px;top:0;min-height:100%;padding-top:10px;max-height:100vh;overflow:hidden;min-width:703px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope{border-radius:10.7692px;width:33.3%;padding:1px 8px;margin-bottom:12px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box{background:linear-gradient(104.33deg,hsla(0,0%,100%,.09) 9.28%,hsla(0,0%,77%,0) 315.58%);filter:drop-shadow(0 2.36068px 3.54102px rgba(0,0,0,.25));-webkit-backdrop-filter:blur(3.69923px);backdrop-filter:blur(3.69923px);border-radius:10px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .article{padding-left:17px;padding-top:17px;padding-right:17px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .article .article__media{display:flex;width:calc(100% + 17px);margin-left:auto}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .article .article__media>img{max-width:100%;margin-left:auto}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .article .article__text{margin-bottom:0}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .article .article__text>p{margin-top:0;margin-bottom:8px;font-size:21px;line-height:25px;color:#d3d3d6;font-weight:500}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .article .article__text>span{font-size:13px;line-height:17px;color:#c4c7d2}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .google{padding:17px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .google>p{margin:0;font-size:13px;line-height:18px;color:#c4c7d2}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .google .google__top{display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .google .google__top>span{display:inline-flex;margin-right:12px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .google .google__top .google__desc{display:flex;align-items:flex-start;flex-direction:column}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .google .google__top .google__desc>p{margin:0;font-size:17px;color:#fff;font-weight:500}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .google .google__top .google__desc>ul{padding:0;list-style-type:none;display:flex;align-items:center;justify-content:flex-start;margin:0 0 3px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .google .google__top .google__desc>ul>li{display:inline-flex;margin-right:3px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .google .google__top .google__desc>ul>li:last-child{margin-right:0}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback{padding:17px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback ul{padding:0;list-style-type:none;margin:7px 0 0;display:flex;align-items:center;justify-content:flex-start}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback ul>li{display:inline-flex;margin-right:3px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback ul>li:last-child{margin-right:0}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback .auth{display:flex;flex-direction:column;align-items:flex-start}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback .auth>p{margin:0;font-size:12px;line-height:18px;color:#fff;font-weight:600}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback .auth>span{font-size:11px;line-height:15px;color:#cbcbcb;font-weight:500}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback>h6{margin-top:0;margin-bottom:7px;font-size:21px;line-height:26px;color:#d3d3d6;font-weight:500}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback>span{display:inline-flex;margin-bottom:12px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .big__feedback>span>img{min-width:38px;max-width:38px;border-radius:250px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box.background{filter:none!important;background-filter:none!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:50%!important;display:flex;align-items:flex-end;justify-content:center;padding-bottom:10px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box.background .quote{margin-left:auto;margin-right:auto;width:calc(100% - 20px);background:linear-gradient(104.33deg,hsla(0,0%,100%,.09) 9.28%,hsla(0,0%,77%,0) 315.58%);-webkit-backdrop-filter:blur(3.435px);backdrop-filter:blur(3.435px);border-radius:5px;padding:10px;display:flex;flex-direction:column;align-items:flex-start}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box.background .quote>p{margin-top:0;font-size:11px;line-height:16px;color:#fff;font-weight:600;margin-bottom:0}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box.background .quote>span{font-size:10px;line-height:14px;font-weight:500;margin-bottom:6px;color:hsla(0,0%,100%,.53)}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box.background .quote>ul{padding:0;list-style-type:none;margin:0;display:flex;align-items:center;justify-content:flex-start}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box.background .quote>ul>li{display:inline-flex;margin-right:3px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box.background .quote>ul>li:last-child{margin-right:0}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .trusted{text-align:center;padding:28px 15px 22px;background:url(/png/trustedback.png);background-repeat:no-repeat;background-size:cover;background-position:50%;min-height:92px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .trusted>p{margin-top:0;font-size:13px;line-height:17px;color:#fff;margin-bottom:0}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .trusted>span{font-size:11px;line-height:14px;color:#b9b9b9}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .media__wrapper{padding-top:17px;padding-left:17px;padding-right:17px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .media__wrapper .media__image{display:flex;justify-content:center;align-items:center}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .media__wrapper .media__image.spacer{margin-top:34px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .media__wrapper>p{margin-top:0;margin-bottom:0;font-size:13px;line-height:18px;color:#c4c7d2}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .media__wrapper>h5{font-size:21px;line-height:26px;font-weight:500;margin-top:0;color:#fff;margin-bottom:5px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .media__wrapper>h6{margin:0;background:linear-gradient(99.08deg,#eaf4fe 5.36%,#dbe7f2 56.89%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:21px;font-weight:500;line-height:26px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback{padding:17px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback>ul{padding:0;margin:15px 0 0;display:flex;align-items:center;justify-content:flex-start;list-style-type:none}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback>ul>li{display:inline-flex;margin-right:3px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback>ul>li:last-child{margin-right:0}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback>p{font-size:13px;line-height:17px;color:#c4c7d2}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback .author{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback .author .author__desc{display:flex;flex-direction:column;align-items:flex-start}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback .author .author__desc>p{margin:0;font-size:13px;line-height:18px;font-weight:600;color:#fff}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback .author .author__desc>span{font-size:12px;line-height:15px;color:#868686}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback .author>span{display:inline-flex;margin-right:10px}.upgrade__wrapper .inner__upgrade .upgrade__isotope .elem__isotope .inner__box .feedback .author>span>img{min-width:36px;max-width:36px;border-radius:250px}.upgrade__wrapper .inner__upgrade .upgrade__main{max-width:400px;width:100%;position:relative}.upgrade__wrapper .inner__upgrade .upgrade__main>img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;filter:blur(30px);margin-left:80px}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .rating__info{margin-top:65px}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .rating__info>p{font-size:12px;line-height:16px;color:hsla(0,0%,87%,.56);text-align:center;margin:10px 0 0}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .rating__info ul{padding:0;list-style-type:none;margin:0;display:flex;align-items:center;justify-content:center}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .rating__info ul>li{display:inline-flex;margin-right:3px}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .rating__info ul>li:last-child{margin-right:0}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .group__submit{margin-top:17px}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .group__submit>button{width:100%;min-height:56px;display:inline-flex;align-items:center;justify-content:center;background-color:#343ed0;box-shadow:0 .910839px 2.73252px rgba(0,0,0,.1),0 .910839px 1.82168px rgba(0,0,0,.06);border-radius:7px;position:relative;font-size:15px;line-height:21px;color:#fff;font-weight:600;cursor:pointer;border:0;outline:none;transition:all .4s ease}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .group__submit>button:hover{background-color:#353ca8}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .group__submit>button span{display:inline-flex;position:absolute;left:15px}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .group__submit>button span>img{width:31px}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan{margin-top:17px}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan{margin-bottom:15px;transition:all .4s ease;box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:8px;position:relative;cursor:pointer}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(/png/defaultplan.png);background-repeat:no-repeat;background-size:100% 100%;background-position:50%;transition:all .4s ease;pointer-events:none}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(/png/activeplan.png);background-repeat:no-repeat;background-size:100% 100%;background-position:50%;transition:all .4s ease;opacity:0;pointer-events:none}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan.active:after{opacity:1}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan.active:before{opacity:0}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan .inn__plan{padding:17px 25px;border-radius:8px;transition:all .4s ease}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan .plan__replies{display:flex;align-items:center;justify-content:space-between}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan .plan__replies>p{margin:0;font-size:14px;line-height:20px;color:#90a0be}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan .plan__info{display:flex;align-items:center;justify-content:space-between}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan .plan__info>p{margin:0;font-size:14px;line-height:20px;color:#fff;font-weight:500}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .grid__plan>.elem__plan:last-child{margin-bottom:0}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .upgrade__top{display:flex;align-items:center;justify-content:space-between}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .upgrade__top>p{margin:0;font-size:14px;line-height:20px;color:#fff;font-weight:500}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .upgrade__top .switch{display:flex;align-items:center;cursor:pointer}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .upgrade__top .switch input{position:absolute;left:-2000px}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .upgrade__top .switch .slider{margin-left:12px}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .upgrade__top .switch>span{font-size:14px;line-height:20px;font-weight:500;color:#fff}.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .upgrade__top .switch>span span{color:#6b7280}.upgrade__wrapper .inner__upgrade .upgrade__main .top__upgrade{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:50px}.upgrade__wrapper .inner__upgrade .upgrade__main .top__upgrade>p{margin:0 0 5px;font-size:25px;line-height:34px;font-family:Satoshi,sans-serif;font-weight:700;color:#fff}.upgrade__wrapper .inner__upgrade .upgrade__main .top__upgrade>span{font-size:20px;line-height:27px;color:#fff;opacity:.4;font-family:Satoshi,sans-serif;font-weight:700}.upgrade__wrapper .inner__upgrade .upgrade__main .top__upgrade>a{display:inline-flex;transition:all .4s ease;margin-bottom:10px}.upgrade__wrapper .inner__upgrade .upgrade__main .top__upgrade>a:hover{opacity:.7}.switch{position:relative}.switch input{opacity:0;width:0;height:0}.slider{position:relative;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;display:inline-block;width:44px;height:24px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:2px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#343ed0}input:checked+.slider:before{transform:translateX(18px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}@media(max-height:840px){.upgrade__wrapper .inner__upgrade .upgrade__main .upgrade__form .rating__info{margin-top:35px}.hero__section .outer__hero .hero__main .hero__desc>h1{font-size:40px;line-height:48px}.hero__section .outer__hero{padding-top:80px}.hero__section .outer__hero .top__part span{max-width:640px}.hero__section .outer__hero .hero__main .hero__desc .button__wrapper{margin-top:20px}.hero__section .outer__hero .hero__bottom{margin-top:15px}}@media(max-width:1200px){.hero__section .outer__hero .hero__main .hero__desc>img{max-height:100vh;margin-top:0}.hero__section .outer__hero .hero__main .hero__desc>p{font-size:16px;line-height:24px}.upgrade__wrapper .inner__upgrade .upgrade__isotope{right:-160px}}@media(max-width:991px){.upgrade__wrapper .inner__upgrade .upgrade__isotope{right:-310px}.upgrade__wrapper .inner__upgrade .upgrade__main{max-width:350px}.download__box .outer__download .inner__download>img{height:100vh;width:calc(100% + 400px);-o-object-fit:cover;object-fit:cover;filter:blur(0)}.download__box .outer__download{max-height:none;padding:50px 0}.download__box .outer__download .inner__download{flex-direction:column}.download__box .outer__download .inner__download .download__media{margin-right:0;margin-bottom:25px;max-width:540px}.download__box .outer__download .inner__download .download__desc{max-width:540px}.hero__section .outer__hero .hero__main .hero__desc>h1{font-size:38px;line-height:44px}.hero__section .outer__hero .hero__main .hero__desc .button__wrapper{margin-top:20px}.hero__section .outer__hero{padding-top:100px}}@media(max-width:767px){.upgrade__wrapper .inner__upgrade .upgrade__main{max-width:440px;margin-left:auto;margin-right:auto}.upgrade__wrapper,.upgrade__wrapper .inner__upgrade{max-height:none}.upgrade__wrapper .inner__upgrade .upgrade__isotope{position:relative!important;right:0;min-width:660px;left:0;max-height:740px}.upgrade__wrapper .inner__upgrade{padding-bottom:0;flex-direction:column}.upgrade__wrapper .inner__upgrade .upgrade__main{margin-bottom:40px}.hero__section .outer__hero .hero__bottom{padding-left:15px;padding-right:15px;margin-top:20px;flex-direction:column-reverse;justify-content:center;align-items:center}.hero__section .outer__hero .hero__bottom>.join__us{margin-bottom:20px}.hero__section .outer__hero .hero__main>a img{max-width:130px}.hero__section .outer__hero .hero__bottom>.join__us{flex-direction:column-reverse;justify-content:center;align-items:center;text-align:center}.hero__section .outer__hero .hero__bottom>.join__us>.join__info{margin-right:0;text-align:center;margin-top:10px}}@media(max-width:540px){.group__box{flex-direction:column;justify-content:center;align-items:center;border-radius:15px}.group__box>.left__group{margin-bottom:10px}}@media(max-width:480px){.popup__profile{max-width:290px;right:16px;top:16px}.upgrade__modal{left:16px;bottom:16px;max-width:280px}.hero__section .outer__hero{padding-top:85px}.hero__section .outer__hero .top__part{margin-bottom:25px}.hero__section .outer__hero .top__part>.butt a img{max-width:40px}.hero__section .outer__hero .top__part>.butt a:before{width:130px;height:130px}.hero__section .outer__hero .top__part>.butt a:hover:before{width:200px;height:200px}.hero__section .outer__hero .hero__main .hero__desc>h1{font-size:26px;line-height:30px}.hero__section .outer__hero .hero__main .hero__desc>h1 br{display:none}}
/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.inline-block{display:inline-block}.flex{display:flex}.hidden{display:none}.h-\[24px\]{height:24px}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.min-h-full{min-height:100%}.w-\[24px\]{width:24px}.w-full{width:100%}.max-w-md{max-width:28rem}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:1rem}.border{border-width:1px}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-opacity-25{--tw-bg-opacity:0.25}.p-4{padding:1rem}.p-6{padding:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-lg{font-size:1.125rem;line-height:1.75rem}.font-medium{font-weight:500}.leading-6{line-height:1.5rem}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--notion-font:ui-sans-serif,system-ui,apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";--fg-color:#37352f;--fg-color-0:rgba(55,53,47,.09);--fg-color-1:rgba(55,53,47,.16);--fg-color-2:rgba(55,53,47,.4);--fg-color-3:rgba(55,53,47,.6);--fg-color-4:#000;--fg-color-5:rgba(55,53,47,.024);--fg-color-6:rgba(55,53,47,.8);--fg-color-icon:var(--fg-color);--bg-color:#fff;--bg-color-0:hsla(44,6%,50%,.15);--bg-color-1:#f7f6f3;--bg-color-2:hsla(44,6%,50%,.15);--select-color-0:#2eaadc;--select-color-1:rgba(45,170,219,.3);--select-color-2:#d9eff8;--notion-red:#e03e3e;--notion-pink:#ad1a72;--notion-blue:#0b6e99;--notion-purple:#6940a5;--notion-teal:#4d6461;--notion-yellow:#dfab01;--notion-orange:#d9730d;--notion-brown:#64473a;--notion-gray:#9b9a97;--notion-red_background:#fbe4e4;--notion-pink_background:#f4dfeb;--notion-blue_background:#ddebf1;--notion-purple_background:#eae4f2;--notion-teal_background:#ddedea;--notion-yellow_background:#fbf3db;--notion-orange_background:#faebdd;--notion-brown_background:#e9e5e3;--notion-gray_background:#ebeced;--notion-red_background_co:hsla(0,74%,94%,.3);--notion-pink_background_co:rgba(244,223,235,.3);--notion-blue_background_co:rgba(221,235,241,.3);--notion-purple_background_co:rgba(234,228,242,.3);--notion-teal_background_co:rgba(221,237,234,.3);--notion-yellow_background_co:hsla(45,80%,92%,.3);--notion-orange_background_co:hsla(29,74%,92%,.3);--notion-brown_background_co:hsla(20,12%,90%,.3);--notion-gray_background_co:hsla(210,5%,93%,.3);--notion-item-blue:rgba(0,120,223,.2);--notion-item-orange:rgba(245,93,0,.2);--notion-item-green:rgba(0,135,107,.2);--notion-item-pink:rgba(221,0,129,.2);--notion-item-brown:rgba(140,46,0,.2);--notion-item-red:rgba(255,0,26,.2);--notion-item-yellow:rgba(233,168,0,.2);--notion-item-default:hsla(45,4%,80%,.5);--notion-item-purple:rgba(103,36,222,.2);--notion-item-gray:hsla(45,2%,60%,.4);--notion-max-width:720px;--notion-header-height:45px}.dark-mode{--fg-color:hsla(0,0%,100%,.9);--fg-color-0:var(--fg-color);--fg-color-1:var(--fg-color);--fg-color-2:var(--fg-color);--fg-color-3:var(--fg-color);--fg-color-4:var(--fg-color);--fg-color-5:hsla(0,0%,100%,.7);--fg-color-6:#fff;--fg-color-icon:#fff;--bg-color:#2f3437;--bg-color-0:#474c50;--bg-color-1:#3f4447;--bg-color-2:hsla(44,6%,50%,.15);--notion-red:#ff7369;--notion-pink:#e255a1;--notion-blue:#529cca;--notion-purple:#9a6dd7;--notion-teal:#4dab9a;--notion-yellow:#ffdc49;--notion-orange:#ffa344;--notion-brown:#937264;--notion-gray:hsla(195,2%,60%,.95);--notion-red_background:#594141;--notion-pink_background:#533b4c;--notion-blue_background:#364954;--notion-purple_background:#443f57;--notion-teal_background:#354c4b;--notion-yellow_background:#59563b;--notion-orange_background:#594a3a;--notion-brown_background:#434040;--notion-gray_background:#454b4e;--notion-red_background_co:rgba(89,65,65,.3);--notion-pink_background_co:rgba(83,59,76,.3);--notion-blue_background_co:rgba(120,162,187,.3);--notion-purple_background_co:rgba(68,63,87,.3);--notion-teal_background_co:rgba(53,76,75,.3);--notion-yellow_background_co:rgba(89,86,59,.3);--notion-orange_background_co:rgba(89,74,58,.3);--notion-brown_background_co:rgba(67,64,64,.3);--notion-gray_background_co:rgba(69,75,78,.3)}.notion *{box-sizing:border-box}.notion{font-size:16px;line-height:1.5;color:var(--fg-color);caret-color:var(--fg-color);font-family:var(--notion-font)}.notion>*{padding:3px 0}.notion *{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.notion ::-moz-selection{background:var(--select-color-1)}.notion ::selection{background:var(--select-color-1)}.notion *,.notion :focus{outline:0}.notion-page-content{width:100%;display:flex;flex-direction:column}@media (min-width:1300px) and (min-height:300px){.notion-page-content-has-aside{display:flex;flex-direction:row;width:calc((100vw + var(--notion-max-width)) / 2)}.notion-page-content-has-aside .notion-aside{display:flex}.notion-page-content-has-aside .notion-page-content-inner{width:var(--notion-max-width);max-width:var(--notion-max-width)}}.notion-page-content-inner{position:relative;display:flex;flex-direction:column;align-items:flex-start}.notion-aside{position:sticky;top:148px;z-index:101;align-self:flex-start;flex:1;display:none;flex-direction:column;align-items:center}.notion-aside-table-of-contents{display:flex;flex-direction:column;align-items:center;max-height:calc(100vh - 148px - 16px);min-width:222px;overflow:auto;background:var(--bg-color);border-radius:4px}.notion-aside-table-of-contents-header{text-transform:uppercase;font-weight:400;font-size:1.1em;word-break:break-word}.notion-aside-table-of-contents .notion-table-of-contents-item{line-height:1}.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-0:first-of-type{margin-top:0}.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-0{margin-top:.25em}.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-1{font-size:13px}.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-2{font-size:12px}.notion-aside-table-of-contents .notion-table-of-contents-item-body{border:0}.notion-table-of-contents-active-item{color:var(--select-color-0)!important}.notion-app{position:relative;background:var(--bg-color);min-height:100vh}.notion-viewport{position:relative;padding:0;top:0;left:0;right:0;bottom:0}.medium-zoom-overlay{z-index:300}.medium-zoom-image{border-radius:0}.medium-zoom-image--opened{margin:unset!important;min-width:unset!important;min-height:unset!important;z-index:301}.notion-frame{display:flex;flex-direction:column;width:100%;height:100%}.notion-page-scroller{position:relative;display:flex;flex-direction:column;flex-grow:1;align-items:center;min-height:calc(100vh - var(--notion-header-height))}.notion-red,.notion-red_co{color:var(--notion-red)}.notion-pink,.notion-pink_co{color:var(--notion-pink)}.notion-blue,.notion-blue_co{color:var(--notion-blue)}.notion-purple,.notion-purple_co{color:var(--notion-purple)}.notion-teal,.notion-teal_co{color:var(--notion-teal)}.notion-yellow,.notion-yellow_co{color:var(--notion-yellow)}.notion-orange,.notion-orange_co{color:var(--notion-orange)}.notion-brown,.notion-brown_co{color:var(--notion-brown)}.notion-gray,.notion-gray_co{color:var(--notion-gray)}.notion-red_background{background-color:var(--notion-red_background)}.notion-pink_background{background-color:var(--notion-pink_background)}.notion-blue_background{background-color:var(--notion-blue_background)}.notion-purple_background{background-color:var(--notion-purple_background)}.notion-teal_background{background-color:var(--notion-teal_background)}.notion-yellow_background{background-color:var(--notion-yellow_background)}.notion-orange_background{background-color:var(--notion-orange_background)}.notion-brown_background{background-color:var(--notion-brown_background)}.notion-gray_background{background-color:var(--notion-gray_background)}.notion-red_background_co{background-color:var(--notion-red_background_co)}.notion-pink_background_co{background-color:var(--notion-pink_background_co)}.notion-blue_background_co{background-color:var(--notion-blue_background_co)}.notion-purple_background_co{background-color:var(--notion-purple_background_co)}.notion-teal_background_co{background-color:var(--notion-teal_background_co)}.notion-yellow_background_co{background-color:var(--notion-yellow_background_co)}.notion-orange_background_co{background-color:var(--notion-orange_background_co)}.notion-brown_background_co{background-color:var(--notion-brown_background_co)}.notion-gray_background_co{background-color:var(--notion-gray_background_co)}.notion-item-blue{background-color:var(--notion-item-blue)}.notion-item-orange{background-color:var(--notion-item-orange)}.notion-item-green{background-color:var(--notion-item-green)}.notion-item-pink{background-color:var(--notion-item-pink)}.notion-item-brown{background-color:var(--notion-item-brown)}.notion-item-red{background-color:var(--notion-item-red)}.notion-item-yellow{background-color:var(--notion-item-yellow)}.notion-item-default{background-color:var(--notion-item-default)}.notion-item-purple{background-color:var(--notion-item-purple)}.notion-item-gray{background-color:var(--notion-item-gray)}.notion b,.notion-title{font-weight:600}.notion-title{width:100%;font-size:2.5em;margin-bottom:20px;line-height:1.2}.notion-h{position:relative;display:inline-block;font-weight:600;line-height:1.3;padding:3px 2px;margin-bottom:1px;max-width:100%;white-space:pre-wrap;word-break:break-word}.notion-h1{font-size:1.875em;margin-top:1.08em}.notion-header-anchor{position:absolute;top:-54px;left:0}.notion-h1:first-child,.notion-title+.notion-h1,.notion-title+.notion-h2,.notion-title+.notion-h3{margin-top:0}.notion-h2{font-size:1.5em;margin-top:1.1em}.notion-h3{font-size:1.25em;margin-top:1em}.notion-h:hover .notion-hash-link{opacity:1}.notion-hash-link{opacity:0;text-decoration:none;float:left;margin-left:-20px;padding-right:4px;fill:var(--fg-color-icon)}.notion-page-cover{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:30vh!important;min-height:30vh!important;max-height:30vh!important;padding:0}.notion-page-cover-wrapper{width:100%;height:30vh;min-height:30vh;max-height:30vh;display:flex;justify-content:center;align-items:center}.notion-collection-card-cover img,.notion-collection-card-cover span{min-height:100%!important;max-height:100%!important}.notion-page-cover-wrapper img,.notion-page-cover-wrapper span{width:100%!important;height:30vh!important;min-height:30vh!important;max-height:30vh!important}.notion-page{position:relative;padding:0;margin:0 auto;display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:flex-start;width:100%;max-width:100%}.notion-full-page{padding-bottom:calc(max(10vh, 120px))}.notion-page-no-cover{margin-top:48px!important;padding-top:96px}.notion-page-no-cover.notion-page-no-icon{padding-top:0}.notion-page-no-cover.notion-page-has-image-icon{padding-top:148px}.notion-page-has-cover.notion-page-no-icon{padding-top:48px}.notion-page-has-cover{padding-top:96px}.notion-page-has-cover.notion-page-has-icon.notion-page-has-text-icon{padding-top:64px}.notion-page-icon-hero{position:absolute;top:0;left:50%;display:flex;flex-direction:row;justify-content:center}.notion-page-icon-hero.notion-page-icon-image{width:124px;height:124px;margin-left:-62px}.notion-page-icon-hero.notion-page-icon-span{height:78px;width:78px;margin-left:-39px}.notion-page-icon-hero .notion-page-icon{position:relative;display:block}.notion-page-has-cover .notion-page-icon-hero.notion-page-icon-image{top:-62px}.notion-page-has-cover .notion-page-icon-hero.notion-page-icon-span{top:-42px}.notion-page-icon-hero.notion-page-icon-span .notion-page-icon{font-size:78px;line-height:1.1;margin-left:0;color:var(--fg-color-icon)}.notion-page-icon-hero.notion-page-icon-image .notion-page-icon{display:block;border-radius:3px;width:100%;height:100%;max-width:100%;max-height:100%}.notion-page-icon-hero.notion-page-icon-image img{-o-object-fit:cover;object-fit:cover}.notion-page-icon{font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:1.1em;fill:var(--fg-color-6);color:var(--fg-color-icon)}.notion-search .notion-page-icon{fill:var(--fg-color-6);color:var(--fg-color)}img.notion-page-icon,svg.notion-page-icon{display:block;-o-object-fit:fill;object-fit:fill;border-radius:3px;max-width:100%;max-height:100%}.notion-page-icon-inline{width:22px;height:22px;max-width:22px;max-height:22px;margin:0 4px}.notion-page-icon-inline span{max-width:100%;max-height:100%}.notion-page-icon-inline img{-o-object-fit:cover;object-fit:cover}.notion-page{box-sizing:border-box;width:var(--notion-max-width);padding-left:calc(min(16px, 8vw));padding-right:calc(min(16px, 8vw))}.notion-full-width{box-sizing:border-box;--notion-max-width:calc(min(1920px, 98vw));padding-left:calc(min(96px, 8vw));padding-right:calc(min(96px, 8vw))}.notion-small-text{font-size:14px}.notion-quote{display:block;width:100%;white-space:pre-wrap;word-break:break-word;border-left:3px solid;padding:.2em .9em;margin:6px 0;font-size:1.2em}.notion-hr{width:100%;margin:6px 0;padding:0;border-top:none;border-color:var(--fg-color-0)}.notion-link{color:inherit;word-break:break-word;text-decoration:inherit;border-bottom:.05em solid;border-color:var(--fg-color-2);opacity:.7;transition:border-color .1s ease-in,opacity .1s ease-in}.notion-link:hover{border-color:var(--fg-color-6);opacity:1}.notion-collection .notion-link{opacity:1}.notion-blank{width:100%;min-height:1rem;padding:3px 2px;margin-top:1px;margin-bottom:1px}.notion-page-link{display:flex;color:var(--fg-color);text-decoration:none;width:100%;height:30px;margin:1px 0;transition:background .12s ease-in 0s}.notion-page-link:hover{background:var(--bg-color-0)}.notion-collection-card .notion-page-link{height:unset;margin:0;transition:unset;background:unset}.notion-icon{display:block;width:18px;height:18px;color:var(--fg-color-icon)}.notion-page-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;line-height:1.3;border-bottom:1px solid var(--fg-color-1);margin:4px 0}.notion-inline-code{color:#eb5757;padding:.2em .4em;background:var(--bg-color-2);border-radius:3px;font-size:85%;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.notion-inline-underscore{text-decoration:underline}.notion-list{margin:0;-webkit-margin-before:.6em;margin-block-start:.6em;-webkit-margin-after:.6em;margin-block-end:.6em}.notion-list-disc{list-style-type:disc;-webkit-padding-start:1.7em;padding-inline-start:1.7em;margin-top:0;margin-bottom:0}.notion-list-numbered{list-style-type:decimal;-webkit-padding-start:1.6em;padding-inline-start:1.6em;margin-top:0;margin-bottom:0}.notion-list-disc li{padding-left:.1em}.notion-list-numbered li{padding-left:.2em}.notion-list li{padding:6px 0;white-space:pre-wrap}.notion-asset-wrapper{margin:.5rem 0;max-width:100vw;min-width:100%;align-self:center;display:flex;flex-direction:column}.notion-asset-wrapper-image{max-width:100%}.notion-asset-wrapper-full{max-width:100vw}.notion-asset-wrapper img{width:100%;height:100%;max-height:100%}.notion-asset-wrapper iframe{border:none;background:#f7f6f5}.notion-text{width:100%;white-space:pre-wrap;word-break:break-word;padding:3px 2px;margin:1px 0}.notion-text:first-child{margin-top:2px}.notion-text-children{padding-left:1.5em;display:flex;flex-direction:column}.notion .notion-code{font-size:85%}.notion-code{position:relative;width:100%;padding:1em;margin:4px 0;border-radius:3px;-moz-tab-size:2;-o-tab-size:2;tab-size:2;display:block;box-sizing:border-box;overflow:auto;background:var(--bg-color-1);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.notion-code-copy{position:absolute;top:1em;right:1em;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9;transition:opacity .2s cubic-bezier(.3,0,.5,1)}.notion-code-copy-button{display:inline-block;padding:.6em;font-size:1.25em;line-height:1em;cursor:pointer;transition:background-color .2s cubic-bezier(.3,0,.5,1),color .2s cubic-bezier(.3,0,.5,1),border-color .2s cubic-bezier(.3,0,.5,1);box-shadow:0 1px 0 rgba(27,31,36,.04),inset 0 1px 0 hsla(0,0%,100%,.25);background-color:#f6f8fa;color:#24292f;border:1px solid rgba(27,31,36,.15);border-radius:6px}.notion-code-copy-button:hover{background-color:#f3f4f6;border-color:rgba(27,31,36,.15);transition-duration:.1s}.notion-code-copy-button:active{background:#ebecf0;border-color:rgba(27,31,36,.15);transition:none}.notion-code .notion-code-copy{opacity:0}.notion-code:hover .notion-code-copy{opacity:1}.notion-code-copy-button svg{display:block}.notion-code-copy-tooltip{pointer-events:none;position:absolute;bottom:-38px;left:0;width:100%;display:flex;flex-direction:row;justify-content:center;z-index:99;font-size:14px}.notion-code-copy-tooltip>div{padding:6px 8px;background:#222;color:#fff;border-radius:6px}.notion-column{display:flex;flex-direction:column;padding-top:12px;padding-bottom:12px}.notion-column>:first-child{margin-top:0;margin-left:0;margin-right:0}.notion-column>:last-child{margin-left:0;margin-right:0;margin-bottom:0}.notion-row{display:flex;overflow:hidden;width:100%;max-width:100%}@media (max-width:640px){.notion-row{flex-direction:column}.notion-row .notion-column{width:100%!important}.notion-row .notion-spacer{display:none}}.notion-bookmark{margin:4px 0;width:100%;box-sizing:border-box;text-decoration:none;border:1px solid var(--fg-color-1);border-radius:3px;display:flex;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark-mode .notion-bookmark{border-color:var(--bg-color-0)}.notion-bookmark>div:first-child{flex:4 1 180px;padding:12px 14px 14px;overflow:hidden;text-align:left;color:var(--fg-color)}.notion-bookmark-title{font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:24px;margin-bottom:2px}.notion-bookmark-description{font-size:12px;line-height:16px;opacity:.8;height:32px;overflow:hidden}.notion-bookmark-link{display:flex;margin-top:6px}.notion-bookmark-link-icon{width:16px;height:16px;min-width:16px;margin-right:6px}.notion-bookmark-link-text{font-size:12px;line-height:16px;color:var(--fg-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notion-bookmark-link-icon img{max-width:100%;max-height:100%}.notion-bookmark-image{flex:1 1 180px;position:relative}.notion-bookmark-image>*{position:absolute!important;width:100%;height:100%}.notion-bookmark-image span{width:100%!important;height:100%!important;max-height:100%}.notion-column .notion-bookmark-image{display:none}.notion-spacer{width:calc(min(32px, 4vw))}.notion-spacer:last-child{display:none}.notion-asset-object-fit{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;border-radius:1px}.notion-image{display:block;width:100%;border-radius:1px}.notion-asset-caption{padding:6px 0 6px 2px;white-space:pre-wrap;word-break:break-word;caret-color:var(--fg-color);font-size:14px;line-height:1.4;color:var(--fg-color-3)}.notion-callout{padding:16px 16px 16px 12px;display:inline-flex;width:100%;border-radius:3px;border-width:1px;align-items:center;box-sizing:border-box;margin:4px 0;border:1px solid var(--fg-color-0)}.dark-mode .notion-callout{border-color:var(--bg-color-2)}.notion-callout .notion-page-icon-inline{align-self:flex-start;width:24px;height:24px;line-height:24px;font-size:1.3em}.notion-callout-text{margin-left:8px;white-space:pre-wrap;word-break:break-word;width:100%}.notion-toggle{width:100%;padding:3px 2px}.notion-toggle>summary{cursor:pointer;outline:none}.notion-toggle>div{margin-left:1.1em}.notion-collection{align-self:center;min-width:100%}.notion-collection-header{display:flex;align-items:center;height:42px;padding:4px 2px;white-space:nowrap;overflow:hidden}.notion-collection-header-title{display:inline-flex;align-items:center;font-size:1.25em;line-height:1.2;font-weight:600;white-space:pre-wrap;word-break:break-word;margin-right:.5em}.notion-collection-view-dropdown{cursor:pointer;padding:6px 8px;border:0;border-radius:3px;transition:background .12s ease-in 0s;background:transparent}.notion-collection-view-dropdown:hover{background:var(--bg-color-0)}.notion-collection-view-dropdown-icon{position:relative;top:2px;margin-left:4px}.notion-collection-view-type{display:flex;align-items:center;font-size:14px}.notion-collection-view-type-icon{display:inline-block;width:14px;height:14px;fill:#37352f;margin-right:6px}.notion-collection-view-type-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--fg-color)}.notion-table{width:100vw;max-width:100vw;align-self:center;overflow:auto hidden}.notion-table-view{position:relative;float:left;min-width:var(--notion-max-width);padding-left:0;transition:padding .2s ease-out}.notion-table-header{display:flex;position:absolute;z-index:82;height:33px;color:var(--fg-color-3);min-width:var(--notion-max-width)}.notion-table-header-inner{width:100%;display:inline-flex;border-top:1px solid var(--fg-color-1);border-bottom:1px solid var(--fg-color-1)}.notion-table-header-placeholder{height:34px}.notion-table-th{display:flex;position:relative}.notion-table-view-header-cell{display:flex;flex-shrink:0;overflow:hidden;height:32px;font-size:14px;padding:0}.notion-table-view-header-cell-inner{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;width:100%;height:100%;padding-left:8px;padding-right:8px;border-right:1px solid var(--fg-color-0)}.notion-table-th:last-child .notion-table-view-header-cell-inner{border-right:0}.notion-collection-column-title{display:flex;align-items:center;line-height:120%;min-width:0;font-size:14px}.notion-collection-column-title-icon{display:inline-block;width:14px;height:14px;min-width:14px;min-height:14px;fill:var(--fg-color-2);margin-right:6px}.notion-collection-column-title-body{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notion-table-body{position:relative;min-width:var(--notion-max-width)}.notion-table-row{display:flex;border-bottom:1px solid var(--fg-color-1)}.notion-table-cell{min-height:32px;padding:5px 8px 6px;font-size:14px;line-height:1;white-space:normal;overflow:hidden;word-break:break-word;border-right:1px solid var(--fg-color-1)}.notion-table-cell:last-child{border-right:0}.notion-table-cell-title{font-weight:500}.notion-table-cell-text{white-space:pre-wrap}.notion-table-cell-email,.notion-table-cell-number,.notion-table-cell-phone_number,.notion-table-cell-text,.notion-table-cell-url{line-height:1.5}.notion-table-cell-number{white-space:pre-wrap}.notion-table-cell-multi_select,.notion-table-cell-select{padding:7px 8px 0}.notion-property-multi_select,.notion-property-select{display:flex;flex-wrap:wrap;gap:6px}.notion-property-multi_select-item,.notion-property-select-item{display:flex;align-items:center;padding:0 6px;border-radius:3px;height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:120%}.notion-property-file{display:flex;flex-wrap:wrap;align-content:flex-start}.notion-property-file img{max-height:24px;max-width:100%;margin-right:6px}.notion-collection-card-cover .notion-property-file{height:100%}.notion-collection-card-cover .notion-property-file img{width:100%;margin:0;max-height:100%}.notion-collection-card .notion-property-checkbox-container{display:flex}.notion-property-checkbox-text{display:none}.notion-collection-card .notion-property-checkbox-text{display:inline-block;margin-left:6px}.notion-property-checkbox{width:16px;height:16px}.notion-property-checkbox-checked{width:16px;height:16px;background:var(--select-color-0)}.notion-property-checkbox-checked svg{position:relative;display:block;top:1px;left:1px;width:14px;height:14px;fill:#fff}.notion-property-checkbox-unchecked{width:16px;height:16px;border:1.3px solid var(--fg-color)}.notion-gallery{align-self:center}.notion-gallery-view{position:relative;padding-left:0;transition:padding .2s ease-out}.notion-gallery-grid{display:grid;position:relative;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-auto-rows:1fr;gap:16px;border-top:1px solid var(--fg-color-1);padding-top:16px;padding-bottom:4px}.notion-gallery-grid-size-small{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.notion-gallery-grid-size-large{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.notion-collection-card{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;box-shadow:0 0 0 1px hsla(0,0%,6%,.1),0 2px 4px hsla(0,0%,6%,.1);border-radius:3px;background:var(--bg-color);color:var(--fg-color);transition:background .1s ease-out 0s;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.notion-collection-card:hover{background:var(--bg-color-0)}.notion-collection-card-cover{position:relative;width:100%;height:190px;border-bottom:1px solid var(--fg-color-0);overflow:hidden}.notion-collection-card-cover img{width:100%;height:100%;border-radius:1px 1px 0 0}.notion-collection-card-cover .notion-collection-card-cover-empty{width:100%;height:100%;pointer-events:none;overflow:hidden;background:var(--fg-color-5);box-shadow:var(--fg-color-0) 0 -1px 0 0 inset;padding:8px 8px 0}.notion-collection-card-size-small .notion-collection-card-cover{height:124px}.notion-collection-card-body{display:flex;flex-direction:column;padding:4px 10px}.notion-collection-card-property{padding:4px 0;white-space:nowrap;word-break:break-word;overflow:hidden;text-overflow:ellipsis;font-size:12px}.notion-collection-card-property:first-child{font-size:14px;font-weight:500}.notion-collection-card-property:not(:first-child){white-space:nowrap;text-overflow:clip}.notion-collection-card-property img{max-height:18px}.notion-list-collection{align-self:center;width:100%;max-width:100%}.notion-list-view{position:relative;padding-left:0;transition:padding .2s ease-out;max-width:100%}.notion-list-body{flex-direction:column;border-top:1px solid var(--fg-color-1);padding-top:8px}.notion-list-body,.notion-list-item{display:flex;max-width:100%;overflow:hidden}.notion-list-item{justify-content:space-between;align-items:center;padding:0 4px;margin:1px 0}.notion-list-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;line-height:1.3}.notion-list-item-body{display:flex;align-items:center;flex-wrap:nowrap;overflow:hidden}.notion-list-item-property{margin-left:14px;font-size:14px}.notion-list-item-property .notion-property-created_time,.notion-list-item-property .notion-property-date,.notion-list-item-property .notion-property-last_edited_time,.notion-list-item-property .notion-property-url{display:inline-block;color:var(--fg-color-3);font-size:12px;overflow:hidden;text-overflow:ellipsis}.notion-board{width:100vw;max-width:100vw;align-self:center;overflow:auto hidden}.notion-board-view{position:relative;float:left;min-width:100%;padding-left:0;transition:padding .2s ease-out}.notion-board-header{display:flex;position:absolute;z-index:82;height:44px;min-width:100%}.notion-board-header-inner{display:inline-flex;border-top:1px solid var(--fg-color-1);border-bottom:1px solid var(--fg-color-1)}.notion-board-header-placeholder{height:var(--notion-header-height)}.notion-board-th{padding-right:16px;box-sizing:content-box;flex-shrink:0}.notion-board-th,.notion-board-th-body{display:flex;align-items:center;font-size:14px}.notion-board-th-body{line-height:1.2;padding-left:2px;padding-right:4px;white-space:nowrap;overflow:hidden}.notion-board-th-count{color:var(--fg-color-3);font-weight:500;padding:0 8px}.notion-board-th-empty{margin-right:4px;position:relative;top:2px}.notion-board-body{display:inline-flex}.notion-board-group{flex:0 0 auto;padding-right:16px;box-sizing:content-box}.notion-board-group-card{margin-bottom:8px}.notion-board-view .notion-board-group,.notion-board-view .notion-board-th{width:260px}.notion-board-view-size-small .notion-board-group,.notion-board-view-size-small .notion-board-th{width:180px}.notion-board-view-size-large .notion-board-group,.notion-board-view-size-large .notion-board-th{width:320px}.notion-board-view .notion-collection-card .notion-collection-card-cover{height:148px}.notion-board-view-size-small .notion-collection-card .notion-collection-card-cover{height:100px}.notion-board-view-size-large .notion-collection-card .notion-collection-card-cover{height:180px}.notion-collection-page-properties{width:100%;display:flex;flex-direction:column}.notion-table-of-contents{width:100%;margin:4px 0}.notion-table-of-contents-item{color:var(--fg-color);opacity:.7;transition:background .1s ease-in,opacity .1s ease-in;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in 0s;cursor:pointer;width:100%;padding:6px;font-size:14px;line-height:1.3;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notion-table-of-contents-item:hover{background:var(--bg-color-0);opacity:1}.notion-table-of-contents-item-body{border-bottom:1px solid var(--fg-color-1)}.notion-to-do{width:100%;display:flex;flex-direction:column}.notion-to-do-item{display:flex;align-items:center;width:100%;padding-left:2px;min-height:calc(1.5em + 3px + 3px)}.notion-to-do-children{padding-left:1.5em}.notion-to-do-checked .notion-to-do-item{text-decoration:line-through;opacity:.375}.notion-to-do-body{white-space:pre-wrap;word-break:break-word}.notion-to-do-item .notion-property-checkbox{margin-right:8px}.notion-google-drive{width:100%;align-self:center;margin:4px 0}.notion-google-drive-link{position:relative;display:flex;flex-direction:column;color:inherit;text-decoration:none;width:100%;border:1px solid var(--fg-color-1);border-radius:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background 20ms ease-in 0s;cursor:pointer}.notion-google-drive-link:hover{background:var(--bg-color-0)}.notion-google-drive-preview{display:block;position:relative;width:100%;padding-bottom:55%;overflow:hidden}.notion-google-drive-preview img{position:absolute;width:100%;top:0;left:0;bottom:0;right:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.notion-google-drive-body{width:100%;min-height:60px;padding:12px 14px 14px;overflow:hidden;border-top:1px solid var(--fg-color-1)}.notion-google-drive-body-title{font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.notion-google-drive-body-modified-time{font-size:12px;line-height:1.3;color:var(--fg-color-3);max-height:32px;overflow:hidden}.notion-google-drive-body-source{display:flex;align-items:center;margin-top:6px}.notion-google-drive-body-source-icon{flex-shrink:0;background-size:cover;width:16px;height:16px;margin-right:6px}.notion-google-drive-body-source-domain{font-size:12px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notion-file{width:100%;margin:1px 0}.notion-file-link{display:flex;align-items:center;padding:3px 2px;border-radius:3px;transition:background 20ms ease-in 0s;color:inherit;text-decoration:none}.notion-file-link:hover{background:var(--bg-color-0)}.notion-file-icon{margin-right:2px;width:1.35em;display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;min-height:calc(1.5em + 3px + 3px);height:1.35em}.notion-file-info{display:flex;align-items:baseline}.notion-file-size,.notion-file-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notion-file-size{color:var(--fg-color-3);font-size:12px;line-height:16px;margin-left:6px}.notion-audio,.notion-audio audio{width:100%}.notion-equation{position:relative;display:inline-flex;color:inherit;fill:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:3px;transition:background 20ms ease-in 0s}.notion-equation-inline{-webkit-user-select:all;-moz-user-select:all;user-select:all}.notion-equation-block{display:flex;flex-direction:column;overflow:auto;width:100%;max-width:100%;padding:4px 8px;margin:4px 0;cursor:pointer}.notion-equation:hover{background:var(--bg-color-0)}.notion-equation:active,.notion-equation:focus{background:var(--select-color-2)}.notion-frame .katex-display .katex{padding-right:32px}.notion-frame .katex>.katex-html{white-space:normal}.notion-page-title{display:inline-flex;max-width:100%;align-items:center;line-height:1.3;transition:background .12s ease-in 0s}.notion-page-title-icon{display:flex;align-items:center;justify-content:center;height:22px;width:22px;border-radius:3px;flex-shrink:0}.notion-page-title .notion-page-icon-inline{margin-left:2px;margin-right:6px}.notion-collection-card-property .notion-link{border-bottom:0}.notion-collection-card-property .notion-page-title{transition:none}.notion-collection-card-property .notion-page-title:hover{background:unset}.notion-collection-card-property .notion-page-title-icon{margin-left:0;height:18px;width:18px}.notion-collection-card-property .notion-page-title-text{border-bottom:0}.notion-collection-card-property .notion-property-relation .notion-page-title-text{border-bottom:1px solid}.notion-page-title-text{position:relative;top:1px;border-bottom:1px solid var(--fg-color-1);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.notion-link .notion-page-title-text{border-bottom:0}.notion-collection-row{width:100%;padding:4px 0 8px;border-bottom:1px solid var(--fg-color-0);margin-bottom:1em}.notion-collection-row-body{display:flex;flex-direction:column;gap:4px}.notion-collection-row-property{display:flex;align-items:center}.notion-collection-row-value{flex:1;padding:6px 8px 7px;font-size:14px}.notion-collection-row-property .notion-collection-column-title{display:flex;align-items:center;width:160px;height:34px;color:var(--fg-color-3);padding:0 6px}.notion-collection-row-property .notion-property{width:100%}.notion-collection-row-property .notion-collection-column-title-icon{width:16px;height:16px;min-width:16px;min-height:16px}.notion-collection-row-property .notion-link{border-bottom:0}.notion-collection-row-property .notion-property-relation .notion-page-title-text{border-bottom:1px solid}.notion-user{display:block;-o-object-fit:cover;object-fit:cover;border-radius:100%;width:20px;height:20px}.notion-list-item-property .notion-property-multi_select-item{margin-bottom:0;flex-wrap:none}.notion-list-item-property .notion-property-multi_select-item:last-of-type{margin-right:0}.notion-column .notion-board-view,.notion-column .notion-collection-header,.notion-column .notion-table-view,.notion-toggle .notion-board-view,.notion-toggle .notion-collection-header,.notion-toggle .notion-table-view{padding-left:0!important;padding-right:0!important}.notion-column .notion-board,.notion-column .notion-table,.notion-toggle .notion-board,.notion-toggle .notion-table{width:100%!important;max-width:100%!important}@media only screen and (max-width:730px){.notion-asset-wrapper{max-width:100%}.notion-asset-wrapper-full{max-width:100vw}}@media (max-width:640px){.notion-bookmark-image{display:none}}.lazy-image-wrapper{position:relative;overflow:hidden}.lazy-image-wrapper img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:100%;max-height:100%;min-width:100%;min-height:100%}.lazy-image-preview{filter:blur(20px);transform:scale(1.1);opacity:1;transition:opacity .4s ease-in!important;transition-delay:.1s;will-change:opacity}.lazy-image-wrapper img.lazy-image-real{position:relative}.lazy-image-real{opacity:0;transition:opacity .4s ease-out!important;will-change:opacity}.lazy-image-real.medium-zoom-image{transition:transform .3s cubic-bezier(.2,0,.2,1),opacity .4s ease-out!important;will-change:opacity,transform}.medium-zoom-image--opened{-o-object-fit:cover;object-fit:cover;opacity:1}.lazy-image-loaded .lazy-image-preview{opacity:0}.lazy-image-loaded .lazy-image-real{opacity:1}.notion-page-cover.lazy-image-wrapper{padding:0!important}.notion-collection-card-cover .lazy-image-wrapper{padding:0!important;height:100%}.notion-page-cover .lazy-image-preview,.notion-page-cover .lazy-image-real{will-change:unset!important}.notion-page-cover .lazy-image-loaded .lazy-image-preview{opacity:1}.notion-lite{overflow-y:auto}.notion-lite .notion-page{width:100%;padding:0}.notion-lite .notion-board-view,.notion-lite .notion-collection-header,.notion-lite .notion-table-view{padding-left:0!important;padding-right:0!important}.notion-lite .notion-board,.notion-lite .notion-table{width:100%!important}.notion-header{position:sticky;top:0;left:0;z-index:200;width:100%;max-width:100vw;overflow:hidden;height:var(--notion-header-height);min-height:var(--notion-header-height);background:var(--bg-color)}.notion-header .notion-nav-header{position:absolute;top:0;left:0;right:0;justify-content:space-between;padding:0 12px;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.2;font-size:14px;gap:12px}.notion-header .breadcrumbs,.notion-header .notion-nav-header{height:100%;display:flex;flex-direction:row;align-items:center}.notion-header .breadcrumbs{flex-grow:0;min-width:0}.notion-header .breadcrumb{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;white-space:nowrap;text-overflow:ellipsis;color:var(--fg-color);text-decoration:none;margin:1px 0;padding:4px 6px;border-radius:3px;transition:background .12s ease-in 0s;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:transparent;cursor:pointer}.notion-header .breadcrumb .notion-page-icon-inline{font-size:18px;line-height:1.1;margin:0 6px 0 0}.notion-header .breadcrumb .notion-page-icon-span{position:relative;top:1px}.notion-header .searchIcon{width:14px;height:14px;color:var(--fg-color);fill:var(--fg-color)}.notion-search-button{gap:8px}.notion-header .breadcrumb:not(.active):hover{background:var(--bg-color-0)}.notion-header .breadcrumb:not(.active):active{background:var(--bg-color-1)}.notion-header .breadcrumb.active{cursor:default}.notion-header .spacer{margin:0 2px;color:var(--fg-color-2)}.notion-header .button{padding:12px}.notion-search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,6%,.6);display:flex;justify-content:center;align-items:flex-start;z-index:1001}.notion-search{box-shadow:0 0 0 1px hsla(0,0%,6%,.05),0 5px 10px hsla(0,0%,6%,.1),0 15px 40px hsla(0,0%,6%,.2);border-radius:3px;background:var(--bg-color);position:relative;top:90px;max-width:600px;min-height:50px;max-height:80vh;width:75%;overflow:hidden;outline:none;font-size:16px;line-height:1.5;color:#37352f;caret-color:#37352f;font-family:var(--notion-font)}.notion-search input{background-color:var(--bg-color)}.notion-search .quickFindMenu{display:flex;flex-direction:column;min-width:100%;max-width:calc(100vw - 24px);height:100%;max-height:80vh;min-height:50px}.notion-search .searchBar{display:flex;flex-direction:row;align-items:center;height:52px;box-shadow:0 1px 0 rgba(55,53,47,.09);font-size:18px;line-height:27px;padding:16px}.notion-search .searchInput{resize:none;white-space:nowrap;border:none;outline:none;flex:1;line-height:inherit;font-size:inherit}.notion-search .inlineIcon{margin-right:10px;fill:var(--fg-color-2)}.notion-search .clearButton{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:20px;cursor:pointer;margin-left:8px}.notion-search .clearIcon{width:14px;height:14px;fill:var(--fg-color-2)}.notion-search .clearButton:hover .clearIcon{fill:var(--fg-color-3)}.notion-search .clearButton:active .clearIcon{fill:var(--fg-color-6)}@keyframes spinner{to{transform:rotate(1turn)}}.notion-search .loadingIcon{animation:spinner .6s linear infinite}.notion-search .noResultsPane{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 16px}.notion-search .noResults{font-size:14px;font-weight:500;line-height:20px;color:rgba(55,53,47,.6)}.notion-search .noResultsDetail{font-size:14px;margin-top:2px;color:rgba(55,53,47,.4)}.notion-search .resultsFooter{box-shadow:0 -1px 0 rgba(55,53,47,.09);margin-top:1px;font-size:12px;min-height:28px;color:var(--fg-color-2);-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 16px;display:flex;flex-direction:column;justify-content:center}.notion-search .resultsCount{font-weight:500;color:var(--fg-color-3)}.notion-search .resultsPane{display:flex;flex-direction:column;height:100%;flex:1;overflow:auto}.notion-search .resultsPane .result{padding:8px 14px;border-bottom:1px solid rgba(55,53,47,.06);font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:stretch;color:var(--fg-color);text-decoration:none}.notion-search .resultsPane .result:hover{background:var(--bg-color-2)!important}.notion-search .resultsPane .result:active{background:var(--fg-color-1)!important}.notion-search .resultsPane .result{min-height:unset;height:unset}.notion-search .resultsPane .result .notion-page-title{display:flex}.notion-search .resultsPane .result .notion-search-result-highlight{font-size:90%;margin:4px 0 0 30px}.notion-sync-block{width:100%}.notion-collection-group{margin-bottom:1em}.notion-collection-group>summary>div{transform:scale(.85);transform-origin:0 50%;display:inline-flex;align-items:center}.notion-simple-table{border:1px solid var(--fg-color-5);border-collapse:collapse;border-spacing:0;font-size:14px}.notion-simple-table tr:first-child td{background:var(--bg-color-0)}.notion-simple-table td{border:1px solid var(--fg-color-5);padding:8px;white-space:pre-wrap}.notion-external{border-radius:3px;transition:background .12s ease-in 0s;text-decoration:none}.notion-external:hover{background:var(--bg-color-0)}.notion-external-block{width:100%;margin-top:4px;border:1px solid var(--fg-color-1);padding:6px;display:flex}.notion-external-mention{display:inline-flex;padding:0 4px;align-items:center;position:relative;top:3px}.notion-external-image{width:32px;height:32px;margin:3px 12px 3px 4px}.notion-external-mention .notion-external-image{display:inline-flex;align-items:center;width:16px;height:16px;margin:0 .3em 0 0}.notion-external-description{display:flex;flex-direction:column}.notion-external-mention .notion-external-description{display:inline-flex;flex-direction:row;align-items:center}.notion-external-title{font-size:14px;font-weight:500;color:var(--fg-color-4)}.notion-external-mention .notion-external-title{display:inline;font-size:16px;border-bottom:.05em solid var(--fg-color-1)}.notion-external-subtitle{font-size:12px;color:var(--fg-color-3)}.notion-external-mention .notion-external-subtitle{display:none}.notion-yt-lite{background-color:#000;height:100%;contain:content;background-position:50%;background-size:cover;cursor:pointer}.notion-yt-lite,.notion-yt-lite:before{position:absolute;width:100%;display:block}.notion-yt-lite:before{content:"";top:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);background-position:top;background-repeat:repeat-x;height:60px;padding-bottom:50px;transition:all .2s cubic-bezier(0,0,.2,1)}.notion-yt-lite>iframe{width:100%;height:100%;position:absolute;top:0;left:0}.notion-yt-playbtn{width:68px;height:48px;position:absolute;cursor:pointer;transform:translate3d(-50%,-50%,0);top:50%;left:50%;z-index:1;background-color:transparent;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');filter:grayscale(100%);transition:filter .1s cubic-bezier(0,0,.2,1);border:none}.notion-yt-lite:hover>.notion-yt-playbtn,.notion-yt-youtube .notion-yt-playbtn:focus{filter:none}.notion-yt-initialized{cursor:unset}.notion-yt-initialized:before,.notion-yt-initialized>.notion-yt-playbtn{opacity:0;pointer-events:none}.notion-yt-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.notion-collection-view-dropdown-content{font-family:var(--notion-font);min-width:220;background:#fff;border-radius:6;padding:0;box-shadow:0 10px 38px -10px rgba(22,23,24,.35),0 10px 20px -15px rgba(22,23,24,.2);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:forwards;will-change:transform,opacity}.notion-collection-view-tabs-row{display:flex;flex-direction:row;flex-wrap:wrap;width:120%}.notion-collection-view-tabs-content-item{all:unset;position:relative;height:25px;padding:7px 10px;line-height:1;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:#37352f;font-size:14px}.notion-collection-view-tabs-content-item:hover{background-color:var(--fg-color-1);border-radius:3px}.notion-collection-view-tabs-content-item-active{border-bottom:2px solid #000;font-weight:700}@media only screen and (max-width:730px){.notion-collection-view-tabs-row{width:100%}}@keyframes slideDownAndFade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.notion-collection-view-dropdown-content[data-state=open]{animation-name:slideDownAndFade}.nested-form-link{background:none!important;border:none;padding:0!important;text-decoration:underline;cursor:pointer}