.section-welcome{color:#fff;background-color:#101014;flex-direction:column;min-height:92vh;display:flex;position:relative}.section-welcome__content{height:100%;padding:var(--header-height)24px 48px;background-color:#0e011db3;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.section-welcome__logo{opacity:0;animation:.5s .2s forwards show}.section-welcome__title{opacity:0;text-align:center;margin-bottom:2rem;font-size:28px;animation:.5s .7s forwards show}@media (min-width:640px){.section-welcome__title{font-size:36px}}@media (min-width:1024px){.section-welcome__title{font-size:56px}}@media (min-width:1366px){.section-welcome__title{font-size:62px}}@media (min-width:1920px){.section-welcome__title{font-size:84px}}.section-welcome__description{opacity:0;text-align:center;margin-top:0;font-size:16px;animation:.5s 1.2s forwards show}@media (min-width:640px){.section-welcome__description{white-space:pre-line;font-size:18px}}@media (min-width:1024px){.section-welcome__description{font-size:24px}}@media (min-width:1366px){.section-welcome__description{font-size:28px}}@media (min-width:1920px){.section-welcome__description{font-size:32px}}.section-welcome__links{opacity:0;flex-direction:column;align-items:center;gap:16px;margin-top:32px;margin-bottom:32px;animation:.5s 1.7s forwards show;display:flex}@media (min-width:440px){.section-welcome__links{flex-direction:row;gap:32px}}@media (min-width:1600px){.section-welcome__links{margin-top:54px}}.section-welcome__links a{text-decoration:none}@keyframes show{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
