.root-page{text-align:center;flex-direction:column;display:flex}.root-page>.hero{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:calc(100dvh - 400px);min-height:300px;max-height:600px;margin-bottom:100px;display:flex}.root-page>.hero h1{max-width:720px;font-size:50px;font-weight:1000}.root-page>.hero h1 span{color:var(--accent)}.root-page>.hero p{color:#ffffffb3;max-width:400px}.root-page>.hero .socials{gap:5px;font-size:16px;display:flex}.root-page>.hero .socials>a{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.root-page>.hero .socials>a:hover{background-color:var(--accent);color:#000}.root-page>.stats{justify-content:center;gap:50px;display:flex}.root-page>.stats>.item{flex-direction:column;align-items:center;gap:10px;display:flex}.root-page>.stats>.item>.value{color:var(--accent);font-size:50px;font-weight:1000}@media (max-width:767px){.home-page>.hero{max-height:300px;margin-bottom:30px;padding:0 20px}.home-page>.hero h1{max-width:460px;font-size:30px}.home-page>.stats{flex-direction:column}}
