@charset "UTF-8";.hero-section{position:relative;width:100%;padding:0!important;overflow:hidden;margin:var(--header-h-mobile-p) 0 0 0!important}@media (min-width:479px){.hero-section{margin-top:var(--header-h-mobile-l)!important}}@media (min-width:768px){.hero-section{margin-top:var(--header-h-tablet-p)!important}}@media (min-width:992px){.hero-section{margin-top:var(--header-h-tablet-l)!important}}@media (min-width:1280px){.hero-section{margin-top:var(--header-h-desktop)!important}}.hero-section>.brxe-container{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;display:block}.hero-slider,.hero-slider .splide__track,.hero-slider .splide__list{height:100%!important;width:100%!important}.hero-slide{position:relative;display:flex!important;flex-direction:column;justify-content:center;align-items:center;width:100%;isolation:isolate;min-height:calc(100dvh - var(--header-h-mobile-p))}@media (min-width:479px){.hero-slide{min-height:calc(100dvh - var(--header-h-mobile-l))}}@media (min-width:768px){.hero-slide{min-height:calc(100dvh - var(--header-h-tablet-p))}}@media (min-width:992px){.hero-slide{min-height:calc(100dvh - var(--header-h-tablet-l))}}@media (min-width:1280px){.hero-slide{min-height:calc(100dvh - var(--header-h-desktop))}}.hero-slide>img,.hero-slide>.brxe-image{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;aspect-ratio:auto!important;z-index:-2}.hero-slide::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(to top,rgba(5,5,5,.95) 0,rgba(5,5,5,.6) 50%,rgba(5,5,5,.2) 100%)}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:900px;padding:var(--space-xl) var(--space-m)}.hero-content h2,.hero-content .brxe-heading{color:var(--white)!important;font-size:var(--h3-title-hero);font-family:var(--font-heading);font-weight:var(--weight-bold);line-height:1.1;text-transform:uppercase;letter-spacing:.02em;margin-bottom:var(--space-m);text-shadow:0 4px 20px rgba(0,0,0,.9)}.hero-content p,.hero-content .brxe-text-basic{color:var(--neutral-light)!important;font-size:var(--h3-text-body);font-family:var(--font-body);font-weight:var(--weight-regular);line-height:1.6;margin-bottom:var(--space-l);max-width:65ch;text-shadow:0 2px 10px rgba(0,0,0,.9)}.hero-btn{box-shadow:0 10px 30px rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.15);transition:transform .3s ease,box-shadow .3s ease}.hero-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(var(--h3-primary-rgb),.4)}.hero-slider .splide__arrow{background:rgba(5,5,5,.25);backdrop-filter:blur(4px);color:var(--white);border:1px solid rgba(255,255,255,.2);width:3rem;height:3rem;transition:var(--trans-default)}.hero-slider .splide__arrow:hover{background:var(--gold-metallic);border-color:transparent;color:var(--base);opacity:1}.hero-slider .splide__pagination{bottom:var(--space-l)}.hero-slider .splide__pagination__page{background:rgba(255,255,255,.4);transform:scale(1);margin:0 6px;border;transition:var(--trans-default)}.hero-slider .splide__pagination__page.is-active{background:var(--gold-metallic);transform:scale(1.4)}