@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap";.main-page{height:calc(100vh - 60px);position:relative}.main-page .home{background-image:url(/images/wave.svg);background-size:cover;background-position:top}.main-page .home,.main-page .home-cover{height:100%;width:100%;background-color:transparent;background-repeat:no-repeat}.main-page .home-cover{background-image:url(/images/cover.png);background-size:auto;background-position:bottom;aspect-ratio:3/2}@media screen and (min-width:576px){.main-page .home-cover{background-size:contain}}.main-page .home-btn{position:absolute;bottom:45%;right:50%;transform:translate(50%);display:flex;border:1px solid hsla(0,0%,98%,.25);padding:.25rem;border-radius:2rem;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);text-decoration:none;color:#0a0a0a;background-color:hsla(0,0%,100%,.4);box-shadow:0 0 8px 5px rgba(0,0,0,.2);transition:all .15s ease-in-out}@media screen and (min-width:576px){.main-page .home-btn{bottom:40%;right:8%;transform:translate(0)}}.main-page .home-btn:hover{background-color:#0a0a0a;color:#fff}.main-page .home-btn:hover .home-btn__icon{background-color:#fff;color:#0a0a0a}.main-page .home-btn:focus,.main-page .home-btn:focus-visible{outline:2px solid #fff;outline-offset:0}.main-page .home-btn .home-btn__icon{border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-right:1rem;background-color:#0a0a0a;color:#fff}.main-page .home-btn .home-btn__text{margin:0;padding-right:.5rem;font-size:1.5rem;line-height:50px}.main-page .home-text{position:absolute;top:10%;width:100%}@media screen and (max-width:310px){.main-page .home-text{top:0}}.main-page .home-text h1{font-family:Comfortaa,sans-serif;text-align:center;color:#282828;text-shadow:1px 1px 1px rgba(0,0,0,.2);font-size:38px;padding:0 1rem}@media screen and (min-width:768px){.main-page .home-text h1{width:75%;margin:0 auto}}@media screen and (min-width:992px){.main-page .home-text h1{width:50%;font-size:44px}}