.btn-busy{transition:all .3s linear}.shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.group-disk{height:1em;width:1em}.group-disk.group-members-1 .user-disk{font-size:1em}.group-disk.group-members-2 .user-disk{font-size:.65em;position:absolute!important}.group-disk.group-members-2>:first-child{left:-.05em;top:-.05em}.group-disk.group-members-2>:nth-child(2){bottom:-.05em;right:-.05em}.group-disk.group-members-3 .user-disk{font-size:.6em;position:absolute!important}.group-disk.group-members-3>:first-child{left:-.05em;top:-.05em}.group-disk.group-members-3>:nth-child(2){right:-.05em;top:-.05em}.group-disk.group-members-3>:nth-child(3){bottom:-.05em;left:.333em}.graph-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end}.graph-wrapper .orb-wrapper{height:100%;position:relative;width:100%}.graph-wrapper .orb{height:75px;opacity:0;width:75px}.graph-wrapper .orb .orb-inner{align-items:center;background-color:#f6f7f7;border-radius:50%;display:flex;height:100%;justify-content:center;position:relative;width:100%}.graph-wrapper .orb .orb-inner:before{border:1px dashed;border-radius:50%;bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px}.graph-wrapper .orb .orb-inner .speech-bubble{border:3px solid #fff;border-radius:50px;box-sizing:border-box;height:50px;height:60px;opacity:0;padding:15px 20px;position:absolute;right:-60px;top:-20px;width:100px}.graph-wrapper .orb .orb-inner .speech-bubble:before{background-color:#fff;border-radius:10px;content:"";display:block;height:5px;margin-bottom:10px;width:90%}.graph-wrapper .orb .orb-inner .speech-bubble:after{background-color:#fff;border-radius:10px;content:"";display:block;height:5px;width:40%}.graph-wrapper .orb .orb-inner img{border:3px solid #fff;border-radius:50%;height:70%;-o-object-fit:cover;object-fit:cover;width:70%}.graph-wrapper .orb:first-of-type{height:75px;position:absolute;right:80px;top:50px;transform:translate(-90px,480px) scale(.5);width:75px}.graph-wrapper .orb:first-of-type .orb-inner{animation-name:wiggleLeftToRight}.graph-wrapper .orb:first-of-type .orb-inner:before{border-color:#dd3263}.graph-wrapper .orb:first-of-type .orb-inner .speech-bubble{background-color:#f56e4b}.graph-wrapper .orb:nth-of-type(2){left:50px;position:absolute;top:20%;transform:translate(110px,400px) scale(.5)}.graph-wrapper .orb:nth-of-type(2) .orb-inner{animation-name:wiggleDiagonalFromTop}.graph-wrapper .orb:nth-of-type(2) .orb-inner:before{border-color:#0dbf8b}.graph-wrapper .orb:nth-of-type(2) .orb-inner .speech-bubble{background-color:#6c2dd8}.graph-wrapper .orb:nth-of-type(3){height:100px;position:absolute;right:40%;top:40%;transform:translate(-30px,280px) scale(.5);width:100px}.graph-wrapper .orb:nth-of-type(3) .orb-inner{animation-name:wiggleTopToBottom}.graph-wrapper .orb:nth-of-type(3) .orb-inner:before{border-color:#ffae4a}.graph-wrapper .orb:nth-of-type(3) .orb-inner .speech-bubble{background-color:#33b566;height:75px;padding:20px;right:-75px;top:-35px;width:125px}.graph-wrapper .orb:nth-of-type(3) .orb-inner .speech-bubble:after,.graph-wrapper .orb:nth-of-type(3) .orb-inner .speech-bubble:before{height:8px}.graph-wrapper .orb:nth-of-type(4){bottom:20%;left:50px;position:absolute;transform:translate(100px,110px) scale(.5)}.graph-wrapper .orb:nth-of-type(4) .orb-inner{animation-name:wiggleBottomToTop}.graph-wrapper .orb:nth-of-type(4) .orb-inner:before{border-color:#42cee0}.graph-wrapper .orb:nth-of-type(4) .orb-inner .speech-bubble{background-color:#375ddb}.graph-wrapper .orb:nth-of-type(5){bottom:25%;position:absolute;right:100px;transform:translate(-85px,140px) scale(.5)}.graph-wrapper .orb:nth-of-type(5) .orb-inner{animation-name:wiggleDiagonalFromBottom}.graph-wrapper .orb:nth-of-type(5) .orb-inner:before{border-color:#375ddb}.graph-wrapper .orb:nth-of-type(5) .orb-inner .speech-bubble{background-color:#ffae4a}.graph-wrapper svg.colors{font-size:85px;transform:translateY(-85px) scale(.5)}.graph-wrapper.active svg.colors{animation-duration:2s;animation-fill-mode:forwards;animation-name:flyIn}.graph-wrapper.active .orb{animation-delay:2s;animation-duration:1.2s;animation-fill-mode:forwards;animation-name:flyOut}.graph-wrapper.active .orb .orb-inner{animation-delay:3.2s;animation-duration:3.5s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.45,0,.55,1)}.graph-wrapper.active .orb .speech-bubble{animation-delay:3.2s;animation-duration:1.4s;animation-fill-mode:forwards;animation-name:fadeIn}.graph-wrapper.active .orb .speech-bubble:after{animation-delay:3.2s;animation-duration:2.5s;animation-iteration-count:infinite;animation-name:shrinkSmall;animation-timing-function:cubic-bezier(.45,0,.55,1)}.graph-wrapper.active .orb .speech-bubble:before{animation-delay:3.2s;animation-duration:2.5s;animation-iteration-count:infinite;animation-name:shrinkLarge;animation-timing-function:cubic-bezier(.45,0,.55,1)}@keyframes flyIn{0%{transform:translateY(-200px) scale(.5)}50%{transform:translateY(0) scale(.5)}80%{transform:translateY(-42px) scale(1.1)}to{transform:translateY(-42px) scale(1)}}@keyframes flyOut{0%{opacity:1}to{opacity:1;transform:translate(0) scale(1)}}@keyframes wiggleLeftToRight{0%,to{transform:translate(0)}50%{transform:translate(-30px)}}@keyframes wiggleDiagonalFromTop{0%,to{transform:translate(0)}50%{transform:translate(-30px,-30px)}}@keyframes wiggleTopToBottom{0%,to{transform:translate(0)}50%{transform:translateY(-30px)}}@keyframes wiggleDiagonalFromBottom{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@keyframes wiggleBottomToTop{0%,to{transform:translate(0)}50%{transform:translateY(30px)}}@keyframes shrinkLarge{0%,to{width:90%}50%{width:60%}}@keyframes shrinkSmall{0%,to{width:40%}50%{width:25%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.calendar-icon{height:1em;width:1em}.calendar-icon.calendar-icon-full>p:first-child{font-size:16.67%;line-height:1.7857}.calendar-icon.calendar-icon-full>p:nth-child(2){line-height:1.5}.calendar-icon.calendar-icon-full>p:nth-child(2)>svg{font-size:42.86%}.calendar-icon.calendar-icon-full>p:nth-child(2)>span:first-child{font-size:33.33%}.calendar-icon.calendar-icon-full>p:nth-child(2)>span:nth-child(2){font-size:19.05%}.emoji{height:1em;min-width:1em}span.emoji{font-family:Twemoji Mozilla,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,EmojiOne Color,Android Emoji,BlinkMacSystemFont,-apple-system}.model-image img{-o-object-fit:cover;object-fit:cover}.model-image.model-no-image .b-aspect-content{padding-left:48px;padding-right:48px}.model-image.model-no-image img{-o-object-fit:contain;object-fit:contain}.event-preview-title{line-height:23px}.event-preview-date{flex-basis:50px;font-size:50px}.split-modal .modal-footer div{width:50%}@media (min-width:768px){.split-modal .anim-welcome{height:640px;overflow:hidden}.split-modal .modal-body>.row>div:first-child>div.w-100{border-top-left-radius:.75rem}.split-modal .modal-body>.row>div:last-child>div.w-100{border-top-right-radius:.75rem}.split-modal .modal-footer div{width:25%}.split-modal .modal-footer div:first-child{border-bottom-left-radius:.75rem}.split-modal .modal-footer div:last-child{border-bottom-right-radius:.75rem}}