.hero-section{margin:0;width:100%;height:100vh}.hero-section img,.hero-section video{object-fit:cover;width:100vw;height:100vh}.hero-section__content{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;padding:0 var(--page-margin);max-width:590px;margin:0 auto}.hero-section__content h1{text-transform:uppercase;color:#f7f8f0;margin-left:auto;margin-right:auto}@media only screen and (min-width:1200px){.hero-section__content h1{font-size:32px}}.hero-section__content a{text-transform:uppercase;text-decoration:none;color:var(--color-foreground);font-size:14px;color:#f7f8f0}.hero-section__content a svg{display:inline-block;vertical-align:middle;margin-left:6px}.hero-section__content a svg path{stroke:#f7f8f0}