.hero{max-width:100%;box-sizing:border-box;flex-direction:column;margin-top:4.5rem;height:calc(100svh - 4.5rem);max-height:calc(100svh - 4.5rem);overflow:hidden}.hero,.hero_container{width:100%;display:flex}.hero_container{flex:1 1 auto;min-height:0;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 clamp(.75rem,3vw,1.5rem);position:relative;background-image:url("/images/glow card pics-06.png");background-repeat:no-repeat;background-size:cover;background-position:50%}.hero_overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);pointer-events:none}.hero_content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:clamp(.5rem,2vh,1rem);width:min(100%,460px);color:#fff;box-sizing:border-box;padding:.5rem 0}.hero_content h1{font-size:clamp(1.35rem,3.8vw,2.2rem);font-weight:700;width:100%;max-width:400px;line-height:1.25;box-sizing:border-box}.hero_content p{font-size:clamp(.95rem,2vw,1.2rem);font-weight:700;width:95%;max-width:450px;transition:.3s ease}.hero_content a{font-size:clamp(1rem,2vw,1.2rem);border:1px solid #fff;padding:3px 10px;border-radius:10px;width:150px;text-align:center;transition:.3s ease}.hero_content a:hover{background-color:#fff;color:#001f3f}.hero_cta{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.hero_cta .hero_btn{width:auto;font-size:clamp(1rem,2vw,1.2rem);background-color:green}.hero_trust{font-size:clamp(.8rem,1.6vw,.9rem)!important;font-weight:600;margin:0;opacity:.95;line-height:1.35}.hero_container>img{margin-top:3rem}.hero_ticker{flex:0 0 auto;max-width:100%;background:linear-gradient(90deg,#001f3f,#0074d9 50%,#001f3f);padding:.65rem 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);box-sizing:border-box}.hero_ticker,.hero_ticker_inner{width:100%;overflow:hidden}.hero_ticker_track{gap:0;width:max-content;animation:hero_ticker_scroll 40s linear infinite;will-change:transform;direction:rtl}.hero_ticker_segment,.hero_ticker_track{display:flex;align-items:center;flex-shrink:0}.hero_ticker_segment{gap:2rem;padding:0 1rem}.hero_ticker_dot,.hero_ticker_item{color:#fff;font-size:clamp(.8rem,2.2vw,1.05rem);font-weight:600;white-space:nowrap;opacity:1;text-shadow:0 1px 2px rgba(0,0,0,.2)}.hero_ticker_dot{opacity:.85;user-select:none}@keyframes hero_ticker_scroll{0%{transform:translateZ(0)}to{transform:translate3d(50%,0,0)}}@media (min-width:1027px){.hero{margin-top:3.75rem;height:calc(100svh - 3.75rem);max-height:calc(100svh - 3.75rem)}}@media (max-width:767px){.hero{height:calc(100svh - 15rem)}.hero_container{flex-direction:column;justify-content:center;align-items:center;padding:.5rem 1rem}.hero_content{align-items:center;width:100%}.hero_content,.hero_content h1{text-align:center;max-width:100%}.hero_cta{align-items:center}.hero_ticker_segment{gap:1.25rem}.hero_cta .hero_btn{font-size:1rem}.hero_container>img{margin-top:0;width:220px;height:auto}}@media (max-height:520px){.hero_ticker{padding:.45rem 0}.hero_content{gap:.35rem}}