<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero{display:flex;flex-wrap:wrap;gap:1rem}.hero-main{align-items:center;border-radius:5px;display:flex;flex:1 1 700px;flex-direction:column;justify-content:center;overflow:hidden;padding:2rem;position:relative;text-align:center}@media (max-width:767px){.hero-main{padding:2rem 1rem}}.hero-main:before{background:var(--background-color);content:"";height:100%;left:0;opacity:var(--background-opacity);position:absolute;top:0;width:100%}.hero-main-img{display:block;margin:1rem auto;position:relative}.hero-main h1{display:inline-block;margin-bottom:1rem;word-break:break-word}.hero-main h1,.hero-main p{color:var(--text-color);opacity:var(--text-opacity);position:relative}.hero-main p{font-weight:700}.hero-ctas{align-items:stretch;display:flex;flex:1 1 300px;flex-direction:column;gap:1rem;justify-content:stretch}.hero-ctas-item{align-items:center;border-radius:5px;display:flex;height:33%;justify-content:center;overflow:hidden;padding:15% 2rem;position:relative;text-align:center}.hero-ctas-item:before{background-color:var(--background-color);content:"";display:block;height:100%;left:0;opacity:var(--background-opacity);position:absolute;top:0;width:100%;z-index:1}.hero-ctas-item .hs-cta-wrapper{position:relative;z-index:2}.hero-ctas-item .cta_button{margin:0}.hero-ctas-item .cta_button:after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-ctas-item-bg,.hero-main-bg{height:100%;left:0;max-width:none;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}</pre></body></html>