@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");.hero{position:relative;width:100vw;height:100svh;color:var(--foreground);overflow:hidden}.hero-header{position:absolute;top:25svh;width:100%;padding:1.5rem;display:flex}.hero-header-col-lg{flex:4 1}.hero-header-col-sm{flex:2 1}.hero-footer{position:absolute;bottom:0;width:100%;padding:1.5rem;display:flex;align-items:flex-end}.hero-footer-col-lg{flex:4 1;display:flex;gap:4.5rem}.hero-footer-col-lg h3{width:65%}.hero-footer-col-sm{flex:2 1;display:flex;justify-content:space-between;align-items:flex-end}.hero-tags{flex-shrink:0}.preloader-overlay{left:0;width:100vw;overflow:hidden;z-index:10000000;background-color:var(--background-200);pointer-events:none}.preloader-overlay,.progress-bar{position:fixed;top:0;height:100svh}.progress-bar{right:0;width:.45rem;background-color:var(--foreground);display:flex;transform-origin:bottom;transform:scaleY(0)}.counter{z-index:2}.count,.counter{position:absolute;bottom:1.5rem;left:1.5rem}.count{display:flex}.digit{flex:1 1;padding-top:1rem}.count .digit h1{color:var(--foreground)}.count .digit{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.count .digit h1{position:relative;transform:translateY(120%);will-change:transform}@media (max-width:1000px){.hero{background-color:var(--background)}.hero-footer-col-lg,.hero-header-col-lg{display:none}.hero-header{top:40svh;font-family:Questrial,sans-serif}.hero h3{font-size:clamp(2rem,1.5rem + 2.5vw,5rem)}}.hero-title-wrapper{position:absolute;left:0;width:100vw;top:71%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;z-index:2;margin:0}.hero-title{font-size:clamp(2.5rem,6vw,7rem);font-weight:200;letter-spacing:.18em;color:var(--foreground);text-align:center;line-height:1.1;color:#5a8f14}.hero-title,.lighter{font-family:Questrial,sans-serif}.lighter{font-weight:100;opacity:.85}