.hero-block{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:60vh;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;font-family:"Barlow",Arial,sans-serif}@media(min-width: 768px){.hero-block{min-height:70vh}}@media(min-width: 1024px){.hero-block{min-height:80vh}}.hero-block--height-small{min-height:40vh}@media(min-width: 768px){.hero-block--height-small{min-height:40vh}}.hero-block--height-medium{min-height:50vh}@media(min-width: 768px){.hero-block--height-medium{min-height:60vh}}.hero-block--height-large{min-height:60vh}@media(min-width: 768px){.hero-block--height-large{min-height:80vh}}.hero-block--height-fullscreen{min-height:70vh}@media(min-width: 768px){.hero-block--height-fullscreen{min-height:100vh}}.hero-block--text-light{color:#fff}.hero-block--text-dark{color:#212529}.hero-block--text-dark .hero-block__eyebrow{color:rgba(0,0,0,.55)}@media(min-width: 768px){.hero-block--text-dark .hero-block__eyebrow{color:rgba(0,0,0,.6)}}.hero-block--align-center .hero-block__inner{text-align:center}@media(min-width: 768px){.hero-block--align-center .hero-block__inner .hero-block__subtext{margin-left:auto;margin-right:auto}}.hero-block--align-left .hero-block__inner{text-align:left}@media(min-width: 768px){.hero-block--align-left .hero-block__inner .hero-block__subtext{margin-left:0;margin-right:0}}.hero-block--align-right .hero-block__inner{text-align:right}@media(min-width: 768px){.hero-block--align-right .hero-block__inner .hero-block__subtext{margin-left:auto;margin-right:0}}.hero-block__overlay{position:absolute;inset:0;background:#000;pointer-events:none}.hero-block__inner{position:relative;z-index:1;padding:3rem 1rem;width:100%}@media(min-width: 768px){.hero-block__inner{padding:5rem 1.5rem}}@media(min-width: 1024px){.hero-block__inner{padding:6rem 1.5rem}}.hero-block__eyebrow{display:inline-block;margin-bottom:.5rem;font-family:"Barlow",Arial,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.12em}@media(min-width: 768px){.hero-block__eyebrow{margin-bottom:.75rem}}h1.hero-block__heading{margin-top:0;margin-bottom:1rem;font-family:"Oswald",Arial,sans-serif;font-size:clamp(2.75rem,6vw,6.25rem);font-weight:700;color:#fff;line-height:1.1;text-transform:uppercase;animation:hero-heading-appear .9s ease-out both}@media(min-width: 768px){h1.hero-block__heading{margin-bottom:1.25rem}}.hero-block__subtext{margin-bottom:1.5rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65;max-width:60ch;opacity:.9}@media(min-width: 768px){.hero-block__subtext{font-size:clamp(1rem,2.5vw,1.25rem);margin-bottom:2rem}}.hero-block__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:240px;padding:2.5rem 1rem;gap:.75rem;text-align:center;background:#f0f0f0;border:2px dashed #ccc;border-radius:.375rem;color:#888}@media(min-width: 768px){.hero-block__placeholder{min-height:300px;padding:4rem}.hero-block__placeholder .dashicons{font-size:2.5rem;width:2.5rem;height:2.5rem}}.hero-block__placeholder .dashicons{font-size:2rem;width:2rem;height:2rem}.hero-block__placeholder p{margin:0}@keyframes hero-heading-appear{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion: reduce){h1.hero-block__heading{animation:none}}
