<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat}.hero-bg.has-transition{transition:opacity .8s ease}.hero-bg.hidden{opacity:0}.hero-bg.visible{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 15px}.hero-content h1{font-size:2rem;font-weight:600;margin-bottom:.5rem}.hero-content h2{margin-bottom:1.5rem}.hero-content p{font-weight:500;font-size:1.5rem;margin-bottom:2rem}.hero-content .icon-menu{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.hero-content .icon-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#0009;border-radius:0;padding:1rem 1.5rem;min-width:150px;transition:transform .3s;cursor:pointer}.hero-content .icon-box:hover{background-color:#d1d1d1b3;background-color:#ffffffa6}.hero-content .icon{display:block}.hero-content .icon-hover{display:none}.hero-content .icon-box img{width:75px;height:75px;margin-bottom:.5rem}.hero-content .icon-box p{margin:0;color:#fff;font-size:1.2rem;font-weight:500}.hero-content .icon-box:hover{transform:scale(1.05)}.hero-content .icon-box:hover .icon{display:none}.hero-content .icon-box:hover .icon-hover{display:block}.hero-content .icon-box:hover p{color:#951519}
</pre></body></html>