.hero-gradient{position:relative;height:600px;margin-bottom:-600px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,white 20%)}
.hero-body h1{filter:drop-shadow(0 0 20px rgba(255,255,255,0.85))}
.hero-body p{filter:drop-shadow(0 0 5px white)}
.hero-root{position:absolute;transform-origin:right center;top:-28%;right:-32%;z-index:-1;width:857px;height:600px}
.hero-root *{position:absolute;width:100%;height:100%}
.hero-background-root{width:100%;height:100%;left:0;top:0;overflow:hidden}
.hero-overlay{background-image:url("../themes/Nubo/assets/img/hero/header_overlay.webp");background-size:contain;background-repeat:no-repeat;width:102%;height:101%;left:-0.5%}
.hero-cowboy-background{aspect-ratio:1.149;height:auto;background-image:url("../themes/Nubo/assets/img/hero/cowboy_background.webp");background-size:100% 100%;background-repeat:no-repeat}
.hero-cowboy-body{background-image:url("../themes/Nubo/assets/img/hero/cowboy_body.webp");background-repeat:no-repeat;background-size:100% 100%;aspect-ratio:0.5536;width:44%;height:auto;top:10%;left:42%}
.hero-cowboy-arm-root{width:56.0693642%;height:26.64%;top:41%;left:-26%;animation:arm-root-move 7s infinite ease-in-out}
.hero-cowboy-arm{background-image:url("../themes/Nubo/assets/img/hero/cowboy_arm.webp");background-repeat:no-repeat;background-size:100% 100%;width:100%;height:100%;transform-origin:left center;animation:arm-scale-sync 7s infinite ease-in-out}
.hero-cowboy-hand-root{width:121.9072%;height:138.4384%;top:-49%;left:-73%}
.hero-cowboy-hand{background-image:url("../themes/Nubo/assets/img/hero/cowboy_hand.webp");background-repeat:no-repeat;background-size:100% 100%;width:100%;height:100%}
.hero-text{width:75%;height:auto;bottom:14%;right:0;text-align:center;color:white;text-transform:uppercase}
.hero-text p{filter:drop-shadow(0 0 12px #2c1d1ade);position:relative;height:auto;font-family:"indivisible";font-weight:700;font-size:42px}
.hero-text .text-highlighted{font-size:80px;line-height:60px;filter:drop-shadow(0 0 12px #2c1d1ad0)}
@media (width <= 1407px){.hero-root{transform:translate(6%,-2%) scale(90%)}}
@media (width <= 1215px){.hero-text{display:none}.hero-root{top:0;transform:translate(-9%,-46%) scale(78%)}}

@media (width <= 768px){.hero-root{top:94px}.hero-gradient{margin-bottom:-520px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,white 28%)}}@keyframes arm-root-move{0%{transform:translateX(0%)}25%{transform:translateX(10%)}50%{transform:translateX(0%)}75%{transform:translateX(-10%)}100%{transform:translateX(0%)}}@keyframes arm-scale-sync{0%{transform:scaleX(1)}25%{transform:scaleX(0.9)}50%{transform:scaleX(1)}75%{transform:scaleX(1.1)}100%{transform:scaleX(1)}}