.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:100px 0}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.55) contrast(1.1);z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgb(0 0 0 / .85),rgb(0 0 0 / .4),rgb(0 0 0 / .15));z-index:1}.hero-container{position:relative;z-index:2}.hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.hero-title{font-family:'Anton',sans-serif;font-size:115px;font-weight:200;font-style:normal;color:#FFF;text-transform:uppercase;line-height:.9;margin:0 0 5px 0;letter-spacing:1px}.hero-word{font-family:"Anton",sans-serif;font-size:115px;color:#fff0;-webkit-text-stroke:1px rgb(255 255 255 / .9);line-height:1}.hero-image{width:380px;height:210px;margin-top:20px;border-radius:100px;overflow:hidden;background:rgb(255 255 255 / .03)}.hero-image img{width:100%;height:100%;object-fit:cover}@media (max-width:1200px){.hero .container{max-width:100%;padding-left:60px;padding-right:60px}.hero-image{width:260px;height:140px}}@media (min-width:900px) and (max-width:1200px){.hero .container{max-width:100%;padding-left:70px;padding-right:70px}.hero-title{white-space:nowrap;font-size:clamp(74px, 6vw, 120px)}.hero-image{width:260px;height:140px}.hero-word{font-size:clamp(74px, 6vw, 120px)}}@media (max-width:1100px){.hero-image{width:260px;height:140px}}@media (max-width:992px){.hero-content{align-items:flex-start;text-align:left}.hero-container{padding-left:32px;padding-right:32px}.hero-title{white-space:nowrap;font-size:clamp(48px, 6vw, 90px);.hero-image{width:260px;height:140px}}.hero-word{font-size:clamp(48px, 6vw, 90px)}}@media (max-width:480px){.hero-image{width:260px;height:170px}}