:root{--omega-orange: #ed6928;--omega-orange-dark: #d4551a;--omega-dark: #515250;--omega-peach: #fbe1d4;--omega-border: #d4d4d4;--omega-night: #202020;--omega-white: #ffffff;--font-base: "Oswald", "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;--container: 1280px;--container-wide: 1360px;--gutter: 2rem;--header-h: 78px;--edge-align: 190px;--radius-input: 4px;--radius-card: 8px;--radius-glass: 48px;--ease: cubic-bezier(.22, .61, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h);-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-base);font-weight:400;color:var(--omega-dark);background:var(--omega-white);line-height:1.4;overflow-x:hidden}h1,h2,h3,p,ol,ul,figure{margin:0}ol,ul{padding:0;list-style:none}img,picture,svg,canvas{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit;color:inherit}button{cursor:pointer;border:0;background:none}:focus-visible{outline:3px solid var(--omega-orange);outline-offset:3px;border-radius:2px}.container{width:min(var(--container),100% - var(--gutter) * 2);margin-inline:auto}.skip-link{position:absolute;top:-100px;left:1rem;z-index:100;padding:.75rem 1.25rem;background:var(--omega-orange);color:var(--omega-white);font-weight:600;border-radius:0 0 var(--radius-input) var(--radius-input);transition:top .2s var(--ease)}.skip-link:focus{top:0}.contagem__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.header{position:sticky;top:0;z-index:50;height:var(--header-h);background:var(--omega-dark)}.header__inner{display:flex;align-items:center;gap:2rem;height:100%;width:100%;padding-left:var(--edge-align);padding-right:var(--gutter)}.header__logo{flex:none;display:block}.header__logo img{width:auto;height:46px;filter:brightness(0) invert(1)}.header__nav{display:flex;align-items:center;gap:2rem;margin-left:auto}.header__link{font-size:.9375rem;font-weight:300;color:var(--omega-white);transition:color .2s var(--ease)}.header__link:hover{color:var(--omega-orange)}.header__btn{padding:.5rem 1.125rem;font-size:.8125rem;font-weight:600;color:var(--omega-white);border:1px solid var(--omega-orange);border-radius:var(--radius-input);white-space:nowrap;transition:background-color .2s var(--ease),color .2s var(--ease)}.header__btn:hover{background:var(--omega-orange)}.social{display:flex;align-items:center;gap:.625rem}.social__item{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--omega-orange);transition:background-color .2s var(--ease),transform .2s var(--ease)}.social__item svg{width:17px;height:17px;fill:var(--omega-white)}.social__item:hover{background:var(--omega-orange-dark);transform:translateY(-2px)}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;margin-left:auto;padding:0}.header__burger span{display:block;height:2px;width:24px;margin-inline:auto;background:var(--omega-white);transition:transform .25s var(--ease),opacity .2s var(--ease)}.header__burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.header__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;height:650px;background:var(--omega-night);overflow:hidden}.hero__media{position:absolute;inset:0}.hero__media picture{display:block;height:100%}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen;opacity:0;transition:opacity 1.2s var(--ease)}.hero__canvas.is-ready{opacity:.6}.hero__media:after{content:"";position:absolute;right:0;bottom:0;left:0;height:140px;background:linear-gradient(to bottom,transparent,var(--omega-night));pointer-events:none}.hero__content{position:relative;z-index:2;display:flex;align-items:center;height:100%;padding-left:var(--edge-align);padding-right:var(--gutter)}.hero__title{max-width:560px;font-size:6.25rem;font-weight:700;line-height:1.08;text-transform:uppercase;color:var(--omega-white);letter-spacing:.01em;text-shadow:0 2px 24px rgba(0,0,0,.45)}.cadastro{padding:6rem 0 5rem;background:var(--omega-orange)}.section-head{text-align:center;margin-bottom:3.125rem}.section-title{font-size:2.375rem;font-weight:700;line-height:1.1;text-transform:uppercase;color:var(--omega-white);letter-spacing:.01em}.section-sub{margin-top:1.5rem;font-size:1.1875rem;font-weight:700;color:var(--omega-white)}.form{padding:2.5rem;background:var(--omega-peach);border-radius:var(--radius-card)}.form__field+.form__field{margin-top:1rem}.form__label{display:block;margin-bottom:.5rem;font-size:.9375rem;font-weight:300;color:var(--omega-dark)}.form__input{width:100%;height:44px;padding:0 .875rem;background:var(--omega-white);border:1px solid var(--omega-border);border-radius:var(--radius-input);transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.form__input::placeholder{color:#b0b0b0;font-weight:300}.form__input:hover{border-color:#b8b8b8}.form__input:focus{outline:none;border-color:var(--omega-orange);box-shadow:0 0 0 3px #ed692840}.form__input[aria-invalid=true]{border-color:#c0392b}.form__error{min-height:1.125rem;margin-top:.25rem;font-size:.8125rem;font-weight:400;color:#a5281b}.form__error:empty{min-height:0}.form__honey{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form__submit{display:grid;place-items:center;width:100%;height:45px;margin-top:2rem;background:var(--omega-dark);color:var(--omega-white);font-size:.9375rem;font-weight:600;border-radius:var(--radius-input);transition:background-color .2s var(--ease),opacity .2s var(--ease)}.form__submit:hover:not(:disabled){background:#3f403e}.form__submit:disabled{opacity:.65;cursor:progress}.form__status{margin-top:1rem;font-size:.9375rem;font-weight:400;text-align:center}.form__status:empty{margin-top:0}.form__status.is-ok{color:#1e6b3a}.form__status.is-error{color:#a5281b}.form__legal{margin-top:1rem;font-size:.75rem;font-weight:300;line-height:1.5;text-align:center;color:#63635f}.contagem{position:relative;display:grid;place-items:center;min-height:342px;padding:3.125rem var(--gutter);overflow:hidden;background:var(--omega-night)}.contagem__bg{position:absolute;inset:0;z-index:0}.contagem__bg img{width:100%;height:100%;object-fit:cover}.contagem:before{content:"";position:absolute;top:0;right:0;left:0;z-index:1;height:140px;background:linear-gradient(to bottom,var(--omega-night),transparent);pointer-events:none}.contagem__glass{position:relative;z-index:2;display:grid;place-items:center;width:min(1150px,100%);min-height:242px;padding:2rem clamp(1rem,4vw,3rem);border-radius:var(--radius-glass);background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.35)}.contagem__list{display:flex;align-items:flex-start;justify-content:center;gap:clamp(.25rem,1.2vw,1rem)}.contagem__unit{display:flex;flex-direction:column;align-items:center;min-width:2ch}.contagem__num,.contagem__sep{font-size:clamp(3.25rem,6.6vw,5.75rem);font-weight:700;line-height:1;color:var(--omega-dark);font-variant-numeric:tabular-nums}.contagem__sep{align-self:flex-start;opacity:.9}.contagem__label{margin-top:.5rem;font-size:clamp(.75rem,1.25vw,1.125rem);font-weight:600;color:var(--omega-dark)}.contagem__hoje{font-size:clamp(1.5rem,4.4vw,3.75rem);font-weight:700;line-height:1.1;text-align:center;text-transform:uppercase;color:var(--omega-dark);letter-spacing:.01em}.footer{padding:2.5rem 0;background:var(--omega-dark)}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.footer__logo{width:auto;height:42px;filter:brightness(0) invert(1)}.footer__info{display:flex;flex-direction:column;gap:.375rem;text-align:center}.footer__address{font-style:normal;font-size:.875rem;font-weight:400;color:#ffffffe6}.footer__address:empty{display:none}.footer__address a{transition:color .2s var(--ease)}.footer__address a:hover{color:var(--omega-orange)}.footer__text{font-size:.8125rem;font-weight:300;color:#ffffffb3}.footer__text:empty{display:none}@media(max-width:1024px){.hero{height:650px}:root{--edge-align: 60px}.hero__title{font-size:4.25rem;max-width:400px}.cadastro{padding:5rem 0 4.5rem}}@media(max-width:767px){:root{--gutter: 1.5rem;--edge-align: 1.5rem}.header__burger{display:flex}.header__logo img{height:40px}.header__nav{position:fixed;top:var(--header-h);right:0;z-index:49;flex-direction:column;align-items:flex-start;gap:1.5rem;width:min(300px,82vw);height:calc(100dvh - var(--header-h));margin-left:0;padding:2rem var(--gutter);background:var(--omega-dark);border-left:1px solid rgba(255,255,255,.12);transform:translate(100%);transition:transform .3s var(--ease);overflow-y:auto}.header__nav.is-open{transform:translate(0)}.header__link{font-size:1.125rem}.header__btn{font-size:.9375rem}.social--header{margin-top:.5rem}.hero{display:flex;flex-direction:column;height:auto}.hero__content{order:1;height:auto;padding:1.75rem var(--gutter);background:var(--omega-night)}.hero__title{max-width:none;font-size:2rem;line-height:1.15;text-shadow:none}.hero__media{order:2;position:relative;inset:auto;aspect-ratio:375 / 645}.hero__img{object-position:76% center}.cadastro{padding:3.5rem 0 3rem}.section-head{margin-bottom:2rem}.section-title{font-size:2rem}.section-sub{margin-top:1rem}.form{padding:1.5rem}.form__submit{margin-top:1.5rem}.contagem{min-height:300px;padding:2.5rem var(--gutter)}.contagem__glass{min-height:0;padding:1.75rem 1rem;border-radius:28px}.contagem__list{gap:.125rem}.contagem__num,.contagem__sep{font-size:2.75rem}.contagem__label{margin-top:.25rem;font-size:.6875rem}.footer__inner{flex-direction:column;text-align:center}}@media(max-width:380px){.contagem__num,.contagem__sep{font-size:2.375rem}}
