div.landing header,div.landing section{padding:4rem 1rem}@media (min-width:1024px){div.landing header,div.landing section{padding:5rem}}div.landing header{padding-bottom:0}html{scroll-behavior:smooth}.loader{border:10px solid #f3f3f3;border-top-color:#3b3d3e;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes headerWordHighlightMotion{0%{translate:0}50%{translate:10%}to{translate:0}}span.header-highlight-underline-word{display:inline-block;position:relative}span.header-highlight-underline-word:before{content:"";width:60%;height:6px;bottom:-5px;position:absolute;left:0;background-color:#f06262;border-radius:5px;animation:headerWordHighlightMotion .8s infinite}.shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}