.hero{width:100%;min-height:40vh;position:relative;padding:120px 0 60px;display:flex;align-items:center}.hero.section{color:var(--default-color);background-color:var(--background-color);padding:0;scroll-margin-top:80px;overflow:clip;background:linear-gradient(-45deg,#ccc,#ccc,#888,#333);position:relative;z-index:1;overflow:hidden;animation:gradient 150s ease infinite}.hero.section.filtered:before{content:"";position:absolute;inset:0;background-image:inherit;background-size:inherit;background-position:inherit;background-repeat:inherit;filter:grayscale(100%);z-index:-1}@media (max-width:1199px){.hero.section{scroll-margin-top:56px}}.hero h2{margin:30px 0 10px;font-size:38px;color:#fff;font-weight:700;text-shadow:2px 1px 2px #000}.hero h2 .underlight{position:relative;z-index:1;padding:0 5px;display:inline-block}.hero h2 .underlight:before{content:"";position:absolute;height:50%;bottom:0;left:0;right:0;background:#282828;z-index:-1}.hero p{color:#fff;margin-bottom:30px;text-shadow:2px 1px 2px #000;font-size:18px}@media (max-width:768px){.hero h2{font-size:32px}}.hero .btn-get-started{background:#fbb413;font-weight:500;font-size:16px;display:inline-block;color:#000;padding:3px 40px;border-radius:50px;transition:.5s;max-height:35px;border:2px solid #fbb413}.hero .btn-get-started:hover{background-color:color-mix(in srgb,var(--accent-color) 90%,#fff 15%)}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.section-title{text-align:center;padding-bottom:20px;position:relative}.section-title h2{font-size:32px;font-weight:700;margin-bottom:15px}.section-title p{margin-bottom:0}.top-banner{display:flex;width:100%;max-height:400px;overflow:hidden;filter:grayscale(.7);background:#999}.top-banner video{width:100%;height:100%;position:relative}.hero-content{position:absolute;left:50%;transform:translateX(-50%)}@media (max-width:767px){.top-banner{height:450px}.top-banner video{width:auto;height:100%}}