@media (min-width: 0px){#hero-section{position:relative;z-index:0;min-width:fit-content;margin-right:auto;vertical-align:baseline;min-height:60vh;display:flex;flex-direction:column;clip-path:polygon(0 0,100% 0,100% 80%,0 100%)}#hero-section h1,#hero-section span{padding:2rem;border-radius:1rem;width:fit-content;text-transform:uppercase;font-size:clamp(2.4375rem,6.4vw,3.8125rem);background:var(--v-highlight-color);color:var(--v-primary-color);text-shadow:-1px 1px 0px var(--v-accent-color);text-align:center}#hero-section .bg-image-wrapper{position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1}#hero-section .bg-hero-image{width:100%;height:100%;object-fit:cover;vertical-align:bottom}}@media (min-width: 1024px){#hero-section{min-height:40vh}#hero-section h1,#hero-section span{text-shadow:-2px 2px 0px var(--v-accent-color)}}
