.hero[data-astro-cid-anhloy43]{height:100vh;min-height:640px;display:flex;flex-direction:column;justify-content:center}.hero-content-inner[data-astro-cid-anhloy43]{position:relative;width:100%;padding:0 1rem 3rem;padding-top:clamp(6rem,10vh,10rem);max-width:1280px;margin:0 auto}@media (min-width: 640px){.hero-content-inner[data-astro-cid-anhloy43]{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.hero-content-inner[data-astro-cid-anhloy43]{padding-left:2rem;padding-right:2rem;padding-bottom:4rem}}.hero-video[data-astro-cid-anhloy43]{opacity:0;transition:opacity 1.6s cubic-bezier(.4,0,.2,1);will-change:opacity;animation:heroZoom 18s ease-in-out infinite alternate}.hero-video[data-astro-cid-anhloy43].is-active{opacity:1}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-top-gradient[data-astro-cid-anhloy43]{background:linear-gradient(to bottom,#070d1973,#070d192e 60%,#070d1900);z-index:1}.hero-overlay[data-astro-cid-anhloy43]{background:linear-gradient(to right,#070d19a6,#070d196b 40%,#070d1926,#070d190d),linear-gradient(to bottom,#070d191a,#070d1900 30% 50%,#070d198c)}.hero-vignette[data-astro-cid-anhloy43]{background:radial-gradient(ellipse 100% 60% at center,transparent 50%,rgba(7,13,25,.3) 100%)}.hero[data-astro-cid-anhloy43] .hero-title[data-astro-cid-anhloy43]{color:#fff;text-shadow:0 2px 24px rgba(7,13,25,.5),0 1px 4px rgba(7,13,25,.3)}.hero[data-astro-cid-anhloy43] .hero-title-accent[data-astro-cid-anhloy43]{color:#d4a96a;text-shadow:0 2px 24px rgba(7,13,25,.5),0 1px 4px rgba(7,13,25,.3)}.hero-cities[data-astro-cid-anhloy43]{position:relative;display:inline-block;min-width:280px;height:1em;vertical-align:bottom}.hero-city[data-astro-cid-anhloy43]{position:absolute;top:0;left:0;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease;white-space:nowrap}.hero-city[data-astro-cid-anhloy43].is-active{opacity:1;transform:translateY(0)}.hero-line[data-astro-cid-anhloy43]{display:block;overflow:hidden;padding-bottom:.05em}.hero-line-inner[data-astro-cid-anhloy43]{display:block;transform:translateY(108%);opacity:0}.hero-line[data-astro-cid-anhloy43]:nth-child(1) .hero-line-inner[data-astro-cid-anhloy43]{animation:lineUp .8s cubic-bezier(.16,1,.3,1) .55s forwards}.hero-line[data-astro-cid-anhloy43]:nth-child(2) .hero-line-inner[data-astro-cid-anhloy43]{animation:lineUp .8s cubic-bezier(.16,1,.3,1) .78s forwards}.hero-fade-in[data-astro-cid-anhloy43]{opacity:0;animation:fadeUp .7s cubic-bezier(.25,.46,.45,.94) forwards}.hero-dots[data-astro-cid-anhloy43]{position:absolute;bottom:2rem;right:2rem;z-index:6;display:flex;gap:.75rem;align-items:center;opacity:0;animation:fadeIn .8s ease 2s forwards}@media (max-width: 768px){.hero-dots[data-astro-cid-anhloy43]{bottom:1.5rem;right:50%;transform:translate(50%)}}.hero-dot[data-astro-cid-anhloy43]{width:32px;height:2px;background:#ffffff40;border:none;padding:0;cursor:pointer;transition:background-color .3s ease;position:relative}.hero-dot[data-astro-cid-anhloy43]:hover{background:#ffffff73}.hero-dot[data-astro-cid-anhloy43].is-active{background:#b8935a}.hero-pause[data-astro-cid-anhloy43]{position:absolute;bottom:2rem;left:2rem;z-index:6;width:36px;height:36px;border:1px solid rgba(255,255,255,.35);background:#070d1966;color:#ffffffd9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .3s ease,color .3s ease;backdrop-filter:blur(4px);opacity:0;animation:fadeIn .8s ease 2s forwards}.hero-pause[data-astro-cid-anhloy43]:hover{border-color:#b8935a;color:#b8935a}.hero-pause[data-astro-cid-anhloy43] .icon-play[data-astro-cid-anhloy43],.hero-pause[data-astro-cid-anhloy43].is-paused .icon-pause[data-astro-cid-anhloy43]{display:none}.hero-pause[data-astro-cid-anhloy43].is-paused .icon-play[data-astro-cid-anhloy43]{display:block}@media (max-width: 768px){.hero-pause[data-astro-cid-anhloy43]{bottom:1.5rem;left:1rem}}.hero-scroll-cue[data-astro-cid-anhloy43]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:6;display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:0;animation:fadeIn .8s ease 2.2s forwards}.scroll-label[data-astro-cid-anhloy43]{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:#ffffff80;writing-mode:vertical-rl;transform:rotate(180deg)}.scroll-line-hero[data-astro-cid-anhloy43]{position:relative;overflow:hidden}.scroll-line-hero[data-astro-cid-anhloy43]:after{content:"";position:absolute;top:0;left:0;width:100%;height:30%;background:#b8935a;animation:scrollPulseHero 2.5s ease-in-out infinite}@keyframes scrollPulseHero{0%{transform:translateY(-100%)}to{transform:translateY(400%)}}@media (max-width: 768px){.hero-scroll-cue[data-astro-cid-anhloy43]{display:none}}@keyframes lineUp{to{transform:translateY(0);opacity:1}}@keyframes fadeIn{to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hero-video[data-astro-cid-anhloy43]{animation:none}.hero-line-inner[data-astro-cid-anhloy43],.hero-fade-in[data-astro-cid-anhloy43],.hero-dots[data-astro-cid-anhloy43],.hero-pause[data-astro-cid-anhloy43],.hero-scroll-cue[data-astro-cid-anhloy43]{animation-duration:.01s!important;animation-delay:0s!important}.scroll-line-hero[data-astro-cid-anhloy43]:after{animation:none}}.markets-ticker[data-astro-cid-p7uuxxtq]{position:relative;overflow:hidden;padding:.5rem 0}.ticker-row[data-astro-cid-p7uuxxtq]{position:relative;overflow:hidden;padding:.6rem 0}.ticker-divider[data-astro-cid-p7uuxxtq]{height:1px;background:linear-gradient(to right,transparent 0%,rgba(184,147,90,.18) 30%,rgba(184,147,90,.18) 70%,transparent 100%);margin:0 1rem}.ticker-fade-l[data-astro-cid-p7uuxxtq],.ticker-fade-r[data-astro-cid-p7uuxxtq]{position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.ticker-fade-l[data-astro-cid-p7uuxxtq]{left:0;background:linear-gradient(to right,#0A1628,transparent)}.ticker-fade-r[data-astro-cid-p7uuxxtq]{right:0;background:linear-gradient(to left,#0A1628,transparent)}.ticker-track[data-astro-cid-p7uuxxtq]{display:flex;width:-moz-max-content;width:max-content;will-change:transform}.ticker-track-ltr[data-astro-cid-p7uuxxtq]{animation:tickerScrollLtr 55s linear infinite}.ticker-track-rtl[data-astro-cid-p7uuxxtq]{animation:tickerScrollRtl 70s linear infinite}.ticker-track[data-astro-cid-p7uuxxtq]:hover{animation-play-state:paused}.ticker-item[data-astro-cid-p7uuxxtq]{display:flex;align-items:center;gap:.75rem;padding:0 2.25rem;white-space:nowrap;font-family:Inter,system-ui,sans-serif}.ticker-item-product[data-astro-cid-p7uuxxtq]{color:#ffffffeb;font-size:.82rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.ticker-item-region[data-astro-cid-p7uuxxtq]{color:#b8935af2;font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.ticker-dot[data-astro-cid-p7uuxxtq]{width:4px;height:4px;background-color:#b8935a;border-radius:50%;flex-shrink:0}.ticker-dot-region[data-astro-cid-p7uuxxtq]{background-color:#b8935a8c;width:3px;height:3px}@keyframes tickerScrollLtr{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes tickerScrollRtl{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.ticker-track-ltr[data-astro-cid-p7uuxxtq],.ticker-track-rtl[data-astro-cid-p7uuxxtq]{animation:none}}@media (max-width: 768px){.ticker-item[data-astro-cid-p7uuxxtq]{padding:0 1.5rem}.ticker-item-product[data-astro-cid-p7uuxxtq]{font-size:.72rem}.ticker-item-region[data-astro-cid-p7uuxxtq]{font-size:.66rem}.ticker-track-ltr[data-astro-cid-p7uuxxtq]{animation-duration:40s}.ticker-track-rtl[data-astro-cid-p7uuxxtq]{animation-duration:50s}}.home-news-card[data-astro-cid-edycxu6b]:hover{box-shadow:0 12px 28px #0a16281a}.home-news-media[data-astro-cid-edycxu6b]{position:relative;height:170px;overflow:hidden;background:#0a1628}.home-news-img[data-astro-cid-edycxu6b]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.home-news-card[data-astro-cid-edycxu6b]:hover .home-news-img[data-astro-cid-edycxu6b]{transform:scale(1.04)}.home-news-fallback[data-astro-cid-edycxu6b]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;background:radial-gradient(circle at 30% 30%,rgba(184,147,90,.16),transparent 60%),linear-gradient(135deg,#0a1628,#060e1c)}.home-news-fallback[data-astro-cid-edycxu6b]:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(184,147,90,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(184,147,90,.07) 1px,transparent 1px);background-size:26px 26px;pointer-events:none}.home-news-year[data-astro-cid-edycxu6b]{font-weight:600;font-size:2rem;letter-spacing:-.03em;color:#ffffffeb;position:relative}.home-news-cat[data-astro-cid-edycxu6b]{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:#b8935a;position:relative}@media (prefers-reduced-motion: reduce){.home-news-img[data-astro-cid-edycxu6b]{transition:none}.home-news-card[data-astro-cid-edycxu6b]:hover .home-news-img[data-astro-cid-edycxu6b]{transform:none}}
