/*
======================================================
Web development by Bloque | https://www.bloque.com.uy
======================================================

Minified files: 
- inline/contact.hero.css
*/

.c-hero{--_hero-height:50vh;--heading-fz:var(--fz-900);--heading-fw:500;--heading-color:var(--color-neutral-100);--text-fz:var(--fz-300);--text-fw:300;--text-strong-w:500;--text-lh:1.7;position:relative;isolation:isolate;overflow:hidden}.c-hero__deco{position:absolute;right:0;top:0;width:150%;transform:translate(30%,0);pointer-events:none;z-index:-3}.c-hero__deco--svg{z-index:-2;opacity:.8}.c-hero::before{content:"";width:100%;height:130%;left:0;top:-20%;position:absolute;pointer-events:none;opacity:.25;z-index:-1;background:radial-gradient(hsl(var(--color-alt-30-hsl) / 100%),hsl(var(--color-alt-30-hsl) / 30%),transparent 70%);background-size:200%;background-position:center;background-repeat:no-repeat}.c-hero__deco img{width:100%;height:100%;object-fit:contain}.c-hero__inner-wrapper{display:flex;min-height:var(--_hero-height);justify-content:center;margin-top:var(--header);flex-direction:column}.c-hero__heading{max-width:10em}.c-hero__text{max-width:35em}.c-hero__heading{animation-delay:.1s}.c-hero__text{animation-delay:.35s}@keyframes heroReveal{0%{opacity:0;transform:translateY(40px);filter:blur(10px)}100%{opacity:1;transform:translateY(0);filter:blur(0)}}@media (min-width:61.25rem){.c-hero__deco{width:100%;transform:translate(10%,0)}}@media (min-width:87.5rem) and (min-height:49.375rem){.c-hero__inner-wrapper{padding-block:calc(var(--section-y)*1.05)}}