/**handles:hero-style**/
.hero-container{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px;background-color:#000;color:#fff}.hero-video-section{position:relative;width:100%;height:0;padding-bottom:40.25%;overflow:hidden;background:#000}.bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (max-width:1024px){.hero-video-section{padding-bottom:50%}}@media screen and (max-width:768px){.hero-video-section{padding-bottom:75%}.bg-video{object-fit:cover;object-position:center center}}@media screen and (max-width:480px){.hero-video-section{padding-bottom:100%}.bg-video{object-fit:cover;object-position:center top}}@media screen and (max-width:375px){.hero-video-section{padding-bottom:120%}}.text-container{font-family:Roboto;height:80vh;width:80vw;display:flex;flex-direction:column;justify-content:center;align-items:left;text-align:left;padding:20px;font-family:Roboto;line-height:25px;letter-spacing:4px;font-weight:400;font-size:32px}.text-container h1{font-size:3rem;font-weight:300;margin-bottom:64px;text-align:left;width:100%;line-height:25px;letter-spacing:0;font-weight:400;font-size:48px}.typewriter-text::after{content:'|';animation:blink 1s step-start infinite}@keyframes blink{50%{opacity:0}}.text-container p.subheadline{color:#fff;font-size:1.5rem;letter-spacing:2px;margin-bottom:10px;line-height:25px;letter-spacing:4px;font-weight:400;font-size:32px}.text-container p.description{color:#c8c8c8;font-size:1rem;line-height:25px;letter-spacing:4px;font-weight:300;text-decoration:none;white-space:nowrap;margin-bottom:32px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn{width:fit-content;align-self:center;margin-top:40px;padding:14px 32px;font-size:1rem;font-weight:600;background-color:#fff;color:#000;border:2px solid transparent;border-radius:9999px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn:hover{background-color:#000;color:#fff;border:2px solid #fff}@media (max-width:768px){.text-container{width:90vw;padding:10px;font-size:24px}.text-container h1{font-size:32px}.text-container p.subheadline{font-size:24px}.text-container p.description{font-size:14px;white-space:normal}.btn{font-size:.9rem;padding:12px 24px}}.tyger-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;gap:30px}.headline-row{position:relative;overflow:hidden}.outline{display:inline-block;position:relative;font-family:Arvo,serif;color:transparent;-webkit-text-stroke:2px grey;font-size:32px;font-weight:700;left:0;opacity:0;transition:all 1.2s ease-out}.outline.animate-in{left:0;opacity:1}.orbs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;font-size:48px;font-weight:700}.orbs span{color:#fff;text-shadow:0 0 10px #e22226,1px 1px 10px #e22226;opacity:0;transform:translateY(-50px) scale(.8);transition:transform .4s ease,opacity .4s ease}.orbs span.visible{opacity:1;transform:translateY(0) scale(1)}.cta-wrapper{opacity:0;transition:opacity 2s ease}.fade-in{opacity:1}.fade-text{opacity:0;transition:opacity 2s ease;font-size:20px}.fade-text.visible{opacity:1;font-size:20px}