/* Fast motion 01 — Snap Parallax */
.hero{background:#f56b1f;color:#09233f;grid-template-columns:40% 60%;padding:130px 7% 80px;min-height:720px}.hero:before{content:'GR / FAST FIELD';position:absolute;left:5%;bottom:20px;color:#ff9b6b;font:700 clamp(40px,8vw,115px) 'Space Grotesk';letter-spacing:-.1em;white-space:nowrap;z-index:0}.hero:after{content:'01';right:5%;top:110px;color:#09233f;font:700 80px 'Space Grotesk';z-index:2}.hero h1{font-family:'Space Grotesk';font-size:clamp(72px,9vw,145px);line-height:.78;letter-spacing:-.11em;color:#09233f}.hero h1 span{color:#fff}.hero p{color:#09233f}.hero-tank{width:100%;height:auto;background:#09233f;padding:14px;justify-self:end;box-shadow:18px 18px 0 #fff;transform:translate(var(--fast-x,0),var(--fast-y,0)) rotate(var(--fast-r,0deg));transition:transform .06s linear;z-index:1}.hero-tank img{width:100%;height:auto;filter:drop-shadow(0 28px 18px #09233f55);animation:fastFloat 1.8s ease-in-out infinite}.hero-tank:before,.hero-tank:after{background:#09233f;border:0;color:#fff;padding:9px;font:700 10px 'Space Grotesk';letter-spacing:.25em;z-index:3}.hero-tank:before{content:'INSTALACIÓN';top:18px;left:-45px;transform:translateX(var(--fast-tag,0))}.hero-tank:after{content:'MANTENIMIENTO';bottom:18px;right:-55px;transform:translateX(calc(var(--fast-tag,0) * -1))}.hero-tank small{display:none}.hero-actions{left:7%;right:auto;bottom:24px}.hero-actions strong{color:#09233f;font:700 10px 'Space Grotesk';letter-spacing:.16em}.preview-hero-link{background:#09233f;color:#fff;padding:17px 22px}@keyframes fastFloat{50%{transform:translateY(-12px)}}@media(max-width:850px){.hero{display:block;padding:110px 24px 125px;min-height:820px}.hero h1{font-size:76px}.hero-tank{width:calc(100% - 12px);margin:42px 6px 35px;box-shadow:10px 10px 0 #fff}.hero-tank img{animation-duration:1.4s}.hero-tank:before{left:5px}.hero-tank:after{right:5px}.hero-actions{left:24px}.hero:before{font-size:42px}}
