.hero-section{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;overflow:visible;}.hero-container{position:relative;width:100%;height:100%;}.hero-background-video,.hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}.hero-background-video{object-fit:cover;object-position:center;}.hero-background-image{background-size:cover;background-position:center;background-repeat:no-repeat;}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;}.hero-content{position:relative;z-index:3;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}.hero-section .main-content{color:white;text-align:center;max-width:800px;margin:0 auto;padding:0 20px;width:100%;}.hero-section .hero-logo{margin-bottom:.5em;display:flex;align-items:center;justify-content:center;}.hero-section .hero-logo img{max-width:auto;}.hero-section .main-content h4{margin-bottom:2px;position:relative;font-weight:600;font-size:50px;font-family:var(--bs-font-title);}.hero-section .main-content h1{font-size:45px;margin-bottom:16px;}.hero-section .main-content p{font-size:18px;line-height:1.6;margin-bottom:35px;color:rgba(255,255,255,.9);max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:35px;white-space:initial!important;overflow:auto!important;text-overflow:initial!important;}.hero-description{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1em;}.hero-description em{color:var(--bs-white)!important;}@media (min-width:768px){.hero-description{flex-direction:row;gap:1em}}.hero-description-icon{display:inline-block;max-height:48px;width:auto;}.hero-section .btn{background-color:var(--bs-primary);color:var(--bs-secondary);text-decoration:none;font-weight:600;font-size:18px;letter-spacing:1px;border-radius:0;border:2px solid var(--bs-primary);transition:all .3s ease;position:relative;overflow:hidden;}.hero-section .btn:not(.btn-play){margin:0!important;}.hero-section .btn::before{padding-top:18px!important;}.hero-section .btn{padding:18px 25px!important;font-size:18px!important;}@media (min-width:768px){.hero-section .btn::before{height:51%!important}}@media (max-width:768px){.hero-container{padding-top:120px!important}.hero-section{min-height:500px;height:80vh}.hero-section .main-content h1{font-size:36px}.hero-section .main-content h4{font-size:16px}.hero-section .main-content p{font-size:16px}}@media (max-width:480px){.hero-section{min-height:400px;height:70vh}.hero-section .main-content h1{font-size:28px}.hero-section .main-content h4{font-size:14px}.hero-section .main-content p{font-size:14px}.hero-section .main-content{padding:0 15px}}.hero-section .main-content>*{animation:fadeInUp .8s ease forwards;opacity:0;transform:translateY(30px);}.hero-section .hero-logo{animation-delay:.1s;}.hero-section .main-content h4{animation-delay:.2s;}.hero-section .main-content h1{animation-delay:.3s;}.hero-section .main-content p{animation-delay:.4s;}.hero-section .btn{animation-delay:.5s;}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-gradient-blend{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,1) 100%);z-index:1;pointer-events:none;}