.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.multiselect{margin-top:.25rem;display:block;width:100%;border-width:1px;--tw-border-opacity: 1;border-color:rgb(184 210 135 / var(--tw-border-opacity));padding:.5rem .75rem}.multiselect input{opacity:0}.multiselect.multiselect--active{padding:0}.multiselect.multiselect--active input{opacity:1}.multiselect .multiselect__content-wrapper{overflow-y:scroll;padding:.5rem .75rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.multiselect .multiselect__content-wrapper .multiselect__content{display:flex;width:100%;flex-direction:column}.multiselect .multiselect__content-wrapper .multiselect__content li{cursor:pointer;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(198 199 199 / var(--tw-border-opacity));padding-top:.25rem;padding-bottom:.25rem}.multiselect .multiselect__content-wrapper .multiselect__content li .multiselect__option{display:flex;width:100%}canvas.spritesheet.landing{position:absolute;bottom:0px;left:8rem}canvas.spritesheet.launch{position:absolute;bottom:0px;z-index:0}#dashboard-blocks{display:grid;gap:4rem;grid-template-columns:repeat(3,1fr)}#dashboard-blocks>div{position:relative;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));filter:drop-shadow(0 4px 3px rgba(88,119,222,.07)) drop-shadow(0 2px 2px rgba(88,119,222,.06))}#dashboard-blocks>div:after,#dashboard-blocks>div:before{position:absolute;--tw-content: "";content:var(--tw-content)}#dashboard-blocks>div a{flex:none!important;min-width:0!important;--tw-bg-opacity: 1;background-color:rgb(184 210 135 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}#dashboard-blocks>div a:hover{transform:scale(1.07);transition:.3s ease-in-out}#dashboard-blocks>div.is-highlight{--tw-bg-opacity: 1;background-color:rgb(184 210 135 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}#dashboard-blocks>div.is-highlight a{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(184 210 135 / var(--tw-text-opacity))}#dashboard-blocks>div.is-highlight .cta-effect{display:none}#dashboard-blocks :nth-child(1):not(.last-item):after,#dashboard-blocks :nth-child(6):not(.last-item):after,#dashboard-blocks :nth-child(11):not(.last-item):after,#dashboard-blocks :nth-child(12):not(.last-item):after{filter:drop-shadow(0 4px 3px rgba(88,119,222,.07)) drop-shadow(0 2px 2px rgba(88,119,222,.06));width:64px;height:40px;background:#B8D287;right:-64px;top:calc(50% - 20px)}#dashboard-blocks :nth-child(1):not(.last-item):hover:before,#dashboard-blocks :nth-child(6):not(.last-item):hover:before,#dashboard-blocks :nth-child(11):not(.last-item):hover:before,#dashboard-blocks :nth-child(12):not(.last-item):hover:before{background:url(/build/assets/icon-arrow-double-right.9ea13338.svg) no-repeat center center;height:20px;width:20px;right:0;top:calc(50% - 10px);z-index:1;animation:animateArrowHorizontal 1s linear infinite}#dashboard-blocks :nth-child(2):not(.last-item):after,#dashboard-blocks :nth-child(5):not(.last-item):after,#dashboard-blocks :nth-child(10):not(.last-item):after,#dashboard-blocks :nth-child(13):not(.last-item):after{filter:drop-shadow(0 4px 3px rgba(88,119,222,.07)) drop-shadow(0 2px 2px rgba(88,119,222,.06));width:40px;height:64px;background:#B8D287;bottom:-64px;left:calc(50% - 20px)}#dashboard-blocks :nth-child(2):not(.last-item):hover:before,#dashboard-blocks :nth-child(5):not(.last-item):hover:before,#dashboard-blocks :nth-child(10):not(.last-item):hover:before,#dashboard-blocks :nth-child(13):not(.last-item):hover:before{background:url(/build/assets/icon-arrow-double-down.1fa4e0c8.svg) no-repeat center center;height:20px;width:20px;bottom:0;left:calc(50% - 10px);z-index:1;animation:animateArrowVertical 1s linear infinite}#dashboard-blocks :nth-child(7):not(.last-item):after{filter:drop-shadow(0 4px 3px rgba(88,119,222,.07)) drop-shadow(0 2px 2px rgba(88,119,222,.06));width:40px;height:64px;background:#B8D287;bottom:-64px;left:75%}#dashboard-blocks :nth-child(7):not(.last-item):hover:before{background:url(/build/assets/icon-arrow-double-down.1fa4e0c8.svg) no-repeat center center;height:20px;width:20px;bottom:0;left:calc(75% + 10px);z-index:1;animation:animateArrowVertical 1s linear infinite}#dashboard-blocks :nth-child(3):not(.last-item):after,#dashboard-blocks :nth-child(4):not(.last-item):after,#dashboard-blocks :nth-child(8):not(.last-item):after,#dashboard-blocks :nth-child(9):not(.last-item):after,#dashboard-blocks :nth-child(14):not(.last-item):after,#dashboard-blocks :nth-child(15):not(.last-item):after{filter:drop-shadow(0 4px 3px rgba(88,119,222,.07)) drop-shadow(0 2px 2px rgba(88,119,222,.06));width:64px;height:40px;background:#B8D287;left:-64px;top:calc(50% - 20px)}#dashboard-blocks :nth-child(3):not(.last-item):hover:before,#dashboard-blocks :nth-child(4):not(.last-item):hover:before,#dashboard-blocks :nth-child(8):not(.last-item):hover:before,#dashboard-blocks :nth-child(9):not(.last-item):hover:before,#dashboard-blocks :nth-child(14):not(.last-item):hover:before,#dashboard-blocks :nth-child(15):not(.last-item):hover:before{background:url(/build/assets/icon-arrow-double-left.48a2c4fd.svg) no-repeat center center;height:20px;width:20px;left:0;top:calc(50% - 10px);z-index:1;animation:animateArrowHorizontalLeft 1s linear infinite}#dashboard-blocks :nth-child(1){grid-column:span 2}#dashboard-blocks :nth-child(3){grid-column-start:3;grid-row-start:2}#dashboard-blocks :nth-child(4){grid-column-start:2;grid-row-start:2}#dashboard-blocks :nth-child(6){grid-column-start:1;grid-row-start:3}#dashboard-blocks :nth-child(7){grid-column:span 2}#dashboard-blocks :nth-child(8){grid-column-start:3;grid-row-start:4}#dashboard-blocks :nth-child(9){grid-column-start:2;grid-row-start:4}#dashboard-blocks :nth-child(14){grid-column-start:3;grid-row-start:6}#dashboard-blocks :nth-child(15){grid-column-start:2;grid-row-start:6}@keyframes animateArrowHorizontal{0%{transform:translate(0)}to{transform:translate(84px)}}@keyframes animateArrowHorizontalLeft{0%{transform:translate(0)}to{transform:translate(-84px)}}@keyframes animateArrowVertical{0%{transform:translateY(0)}to{transform:translateY(84px)}}.celebrate-animation .particle-1{position:absolute;transition:.3s ease-in-out;opacity:0}.celebrate-animation .particle-1.sequence-1{top:0;transform:rotate(-30deg);left:0}.celebrate-animation .particle-1.sequence-2{top:0;left:calc(50% - 10px)}.celebrate-animation .particle-1.sequence-3{top:0;right:0;transform:rotate(30deg)}.celebrate-animation .particle-2{position:absolute;opacity:0;top:0;left:calc(50% - 7px)}.celebrate-animation .particle-3{position:absolute;opacity:0;top:10px;left:calc(50% - 7px)}.celebrate-animation.active .particle-1{opacity:1}.celebrate-animation.active .particle-1.sequence-1{animation:celebratePartyGarlandSequence1 infinite .6s ease-in-out .4s;transition:.3s ease-in-out}.celebrate-animation.active .particle-1.sequence-2{animation:celebratePartyGarlandSequence2 infinite .7s ease-in-out .1s;transition:.3s ease-in-out}.celebrate-animation.active .particle-1.sequence-3{animation:celebratePartyGarlandSequence3 infinite .8s ease-in-out .25s;transition:.3s ease-in-out}.celebrate-animation.active .particle-2.sequence-1{animation:celebrateSquareSequence1 infinite .6s ease-in-out .6s;transition:.3s ease-in-out}.celebrate-animation.active .particle-2.sequence-2{animation:celebrateSquareSequence2 infinite .7s ease-in-out .2s;transition:.3s ease-in-out}.celebrate-animation.active .particle-2.sequence-3{animation:celebrateSquareSequence3 infinite .6s ease-in-out .8s;transition:.4s ease-in-out}.celebrate-animation.active .particle-3.sequence-1{animation:celebrateSquareSequence1 infinite .5s ease-in-out .7s;transition:.3s ease-in-out}.celebrate-animation.active .particle-3.sequence-2{animation:celebrateSquareSequence2 infinite .4s ease-in-out .2s;transition:.3s ease-in-out}.celebrate-animation.active .particle-3.sequence-3{animation:celebrateSquareSequence3 infinite .7s ease-in-out .5s;transition:.3s ease-in-out}@keyframes celebratePartyGarlandSequence1{0%{opacity:1}90%{transform:translateY(-70px) translate(-10px) rotate(-30deg)}to{opacity:0}}@keyframes celebratePartyGarlandSequence2{0%{opacity:1}90%{transform:translateY(-70px)}to{opacity:0}}@keyframes celebratePartyGarlandSequence3{0%{opacity:1}90%{transform:translateY(-70px) translate(10px) rotate(30deg)}to{opacity:0}}@keyframes celebrateSquareSequence1{0%{opacity:1}90%{transform:translateY(-70px) translate(-50px) rotate(-30deg)}to{opacity:0}}@keyframes celebrateSquareSequence2{0%{opacity:1}90%{transform:translateY(-60px) translate(50px) rotate(20deg)}to{opacity:0}}@keyframes celebrateSquareSequence3{0%{opacity:1}90%{transform:translateY(-30px) translate(-50px)}to{opacity:0}}
