.module-ecosystem{display:grid;margin-left:auto;margin-right:auto;place-items:center;position:relative}.module-ecosystem .module-ecosystem__bg{display:flex;grid-column:1/2;grid-row:1/2;justify-content:center;margin-left:calc(var(--padding)*-1);margin-right:calc(var(--padding)*-1);overflow:hidden;position:relative;width:calc(100% + var(--padding)*2)}.module-ecosystem .module-ecosystem__bg>svg{min-width:1000px;pointer-events:none;user-select:none}.module-ecosystem .module-ecosystem__bg>svg path{opacity:0;transform-box:fill-box;transform-origin:center}.module-ecosystem .module-ecosystem__bg.active>svg path{animation:rippleGrow .4s cubic-bezier(.17,.89,.32,1.27) forwards}@keyframes rippleGrow{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.module-ecosystem .module-ecosystem__bg svg path:first-child{animation-delay:0s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(2){animation-delay:.05s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(3){animation-delay:.1s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(4){animation-delay:.15s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(5){animation-delay:.2s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(6){animation-delay:.25s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(7){animation-delay:.3s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(8){animation-delay:.35s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(9){animation-delay:.4s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(10){animation-delay:.45s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(11){animation-delay:.5s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(12){animation-delay:.55s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(13){animation-delay:.6s}.module-ecosystem .module-ecosystem__bg svg path:nth-child(14){animation-delay:.65s}.module-ecosystem .module-ecosystem__bg ul{height:100%;left:50%;margin:0;padding:0;position:absolute;top:0;transform:translateX(-50%);width:100%}.module-ecosystem .module-ecosystem__logo{align-items:center;aspect-ratio:1/1;background-color:#fff;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;justify-content:center;left:50%;list-style-type:none;min-height:60px;min-width:60px;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:7%}.module-ecosystem .module-ecosystem__logo>*{align-items:center;background:transparent;display:flex;height:100%;justify-content:center;width:100%}.module-ecosystem .module-ecosystem__logo a:hover img{transform:scale(1.05)}.module-ecosystem .module-ecosystem__logo img{margin:0;max-height:75%;max-width:75%!important;object-fit:contain;padding:0;transition:var(--transition);user-select:none}.module-ecosystem .module-ecosystem__logo-1{left:23%;top:30%}.module-ecosystem .module-ecosystem__logo-2{left:40%;top:17%}.module-ecosystem .module-ecosystem__logo-3{left:65%;top:15%}.module-ecosystem .module-ecosystem__logo-4{left:75%;top:31%}.module-ecosystem .module-ecosystem__logo-5{left:82%;top:52%}.module-ecosystem .module-ecosystem__logo-6{left:77%;top:71%}.module-ecosystem .module-ecosystem__logo-7{left:57%;top:80%}.module-ecosystem .module-ecosystem__logo-8{left:30%;top:75%}.module-ecosystem .module-ecosystem__logo-9{left:18%;top:55%}.module-ecosystem .module-ecosystem__bg.active .module-ecosystem__logo-1{animation:bubbleFadeIn .6s ease-out .6s both,float-1 7s cubic-bezier(.45,.05,.55,.95) infinite}.module-ecosystem .module-ecosystem__bg.active .module-ecosystem__logo-2{animation:bubbleFadeIn .5s ease-out .5s both,float-2 6.5s ease-in-out infinite}.module-ecosystem .module-ecosystem__bg.active .module-ecosystem__logo-3{animation:bubbleFadeIn .7s ease-out .5s both,float-3 8s cubic-bezier(.4,0,.6,1) infinite}.module-ecosystem .module-ecosystem__bg.active .module-ecosystem__logo-4{animation:bubbleFadeIn .5s ease-out .4s both,float-4 7.5s cubic-bezier(.47,.02,.53,.98) infinite}.module-ecosystem .module-ecosystem__bg.active .module-ecosystem__logo-5{animation:bubbleFadeIn .4s ease-out .4s both,float-5 6.8s cubic-bezier(.44,.06,.56,.94) infinite}.module-ecosystem .module-ecosystem__bg.active .module-ecosystem__logo-6{animation:bubbleFadeIn .8s ease-out .3s both,float-6 9s cubic-bezier(.46,.03,.52,.97) infinite}.module-ecosystem .module-ecosystem__bg.active .module-ecosystem__logo-7{animation:bubbleFadeIn .6s ease-out .3s both,float-7 7.2s cubic-bezier(.48,.04,.52,.96) infinite}.module-ecosystem .module-ecosystem__bg.active .module-ecosystem__logo-8{animation:bubbleFadeIn .5s ease-out .2s both,float-8 8.4s cubic-bezier(.43,.01,.57,.99) infinite}.module-ecosystem .module-ecosystem__bg.active .module-ecosystem__logo-9{animation:bubbleFadeIn .7s ease-out .2s both,float-9 6.6s cubic-bezier(.49,.05,.51,.95) infinite}@keyframes float-1{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}@keyframes float-2{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(8px,-8px)}}@keyframes float-3{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(-7px,10px)}}@keyframes float-4{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(6px,-8px)}}@keyframes float-5{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(-10px,-5px)}}@keyframes float-6{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(7px,7px)}}@keyframes float-7{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translateY(9px)}}@keyframes float-8{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(-9px,3px)}}@keyframes float-9{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(6px,-6px)}}@keyframes bubbleFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.module-ecosystem .module-ecosystem__content{align-items:center;display:flex;flex-direction:column;gap:16px;grid-column:1/2;grid-row:1/2;max-width:50%;padding-left:var(--padding);padding-right:var(--padding);text-align:center;z-index:1}.module-ecosystem .module-ecosystem__content>*{margin:0}.module-ecosystem .module-ecosystem__btn{margin-top:15px}