#main{background-color:var(--dark);height:100dvh;position:sticky;top:0;overflow:hidden}#main>.container{height:inherit;z-index:1;flex-direction:column;display:flex;position:relative}#main main{flex-direction:column;flex-grow:1;display:flex}#main .main-section{z-index:1;flex-direction:column;flex-grow:1;justify-content:center;align-items:flex-start;gap:1%;padding-bottom:60px;position:relative}#main .subtitle{color:#c5c7cd;flex-direction:column;margin:0 0 20px}#main .caption{text-align:center;align-items:center;gap:15px}#main .text-animated{margin:0;animation:1.4s cubic-bezier(.075,.82,.165,1) 1s forwards slideTop;position:absolute;bottom:-40px;left:0;right:0;transform:translateY(100%)}@keyframes slideTop{0%{transform:translateY(100%)}to{transform:translateY(0)}}#main .text-animated span{letter-spacing:-.11em;color:#1f2231;white-space:nowrap;font-size:400px;font-weight:100;line-height:55%;animation:1000s linear infinite scroll-left;display:inline-block}#main .text-animated span:after,#main .text-animated span:before{content:attr(data-text);display:inline-block}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(calc(100vw - 100%))}}@media (min-width:768px){#main .main-section{flex-direction:row;justify-content:space-between;align-items:center;gap:10%}#main .subtitle{align-items:flex-start;max-width:625px}}
