@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Roboto:wght@400;500;600&display=swap");:root{--hero-min-height:520px;--hero-min-height-mob:480px;--hero-overlay-color:20,28,58;--hero-overlay:0.75;--hero-content-width:780px;--hero-px:64px;--hero-py:88px;--hero-gap:18px;--hero-title-size:65px;--hero-title-mob:38px;--hero-badge-size:24px;--hero-badge-size-mob:18px;--hero-desc-size:18px;--hero-desc-size-mob:16px;--hero-cta-size:22px;--hero-cta-size-mob:18px;--hero-cta-radius:6px;--hero-font-display:"DM Serif Display",Georgia,serif;--hero-font-body:"Roboto",Arial,sans-serif}.hero-banner{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:var(--hero-min-height);position:relative}.hero-banner__overlay{background:linear-gradient(to right,rgba(var(--hero-overlay-color),var(--hero-overlay)) 50%,transparent 85%);inset:0;pointer-events:none;position:absolute;z-index:1}.hero-banner__container{box-sizing:border-box;margin:0 auto;max-width:1280px;padding:var(--hero-py) var(--hero-px);position:relative;width:100%;z-index:2}.hero-banner__content{display:flex;flex-direction:column;gap:var(--hero-gap);max-width:var(--hero-content-width)}.hero-banner__title,.hero-banner__title h1,.hero-banner__title h2,.hero-banner__title p{color:#fff;font-family:var(--hero-font-display);font-size:var(--hero-title-size);font-weight:400;letter-spacing:0;line-height:1.1;margin:0}.hero-banner__badge{display:flex;flex-direction:column;gap:3px}.hero-banner__badge-line1{letter-spacing:.04em;text-transform:uppercase}.hero-banner__badge-line1,.hero-banner__badge-line2{color:#fff;display:block;font-family:var(--hero-font-body);font-size:var(--hero-badge-size);font-weight:600}.hero-banner__description,.hero-banner__description p{color:#fff;font-family:var(--hero-font-body);font-size:var(--hero-desc-size);font-weight:400;line-height:1.65;margin:0;max-width:520px}.hero-banner__cta{align-self:flex-start;background:transparent;border:2px solid #fff;border-radius:var(--hero-cta-radius);color:#fff;cursor:pointer;display:inline-block;font-family:var(--hero-font-body);font-size:var(--hero-cta-size);font-weight:500;padding:12px 28px;text-decoration:none!important;transition:background .2s ease,color .2s ease}.hero-banner__cta:hover{background:#fff;color:#1a1a1a}.hero-banner__cta:focus-visible{outline:3px solid hsla(0,0%,100%,.7);outline-offset:3px}@media (max-width:1023px){.hero-banner{--hero-px:40px;--hero-title-size:48px;--hero-badge-size:20px;--hero-desc-size:17px;--hero-cta-size:19px}}@media (max-width:767px){.hero-banner{min-height:var(--hero-min-height-mob);--hero-px:24px;--hero-py:48px;--hero-title-size:var(--hero-title-mob);--hero-badge-size:var(--hero-badge-size-mob);--hero-desc-size:var(--hero-desc-size-mob);--hero-cta-size:var(--hero-cta-size-mob);--hero-content-width:100%}.hero-banner__description,.hero-banner__description p{max-width:100%}.hero-banner__overlay{background:linear-gradient(to right,rgba(var(--hero-overlay-color),.65) 100%,transparent 100%)}}