.HomePage_page__6cSct{width:100svw;height:100svh;display:flex;flex-direction:column}.HomePage_main__1t0SG{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.HomePage_title__BCYuQ{text-align:center}.HomePage_description__7ipdN{width:60svw;text-align:center;font-size:1.5rem}.HomePage_nav__uGAQq{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem}.HomePage_link__7HB2O{position:relative;outline:none;font-size:2rem;color:var(--color);transition:color .3s}.HomePage_link__7HB2O::selection{background-color:var(--highlight)}.HomePage_link__7HB2O:is(:hover,:focus-visible){color:var(--highlight)}.HomePage_link__7HB2O:after{position:absolute;bottom:0;left:0;width:100%;height:3px;content:"";background-color:var(--color);transform:scaleX(0);transform-origin:left;transition:transform .3s,color .3s}.HomePage_link__7HB2O:is(:hover,:focus-visible):after{transform:scaleX(1);background-color:var(--highlight)}@media (max-width:800px){.HomePage_title__BCYuQ{font-size:3rem}.HomePage_description__7ipdN{width:80svw;font-size:1rem}.HomePage_nav__uGAQq{flex-direction:column}.HomePage_link__7HB2O{color:var(--highlight)}.HomePage_link__7HB2O:after{transform:scaleX(1);background-color:var(--highlight)}}