.hero{--offset-value:128px;color:var(--light-text-color);height:calc(100vh - var(--offset-value));position:relative}.hero .background-image{clip-path:polygon(0 0,100% 0,100% calc(100% - var(--offset-value)),50% 100%,0 calc(100% - var(--offset-value)));height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero .content{margin:0 auto;max-width:1076px;padding:0 20px;position:relative;top:36%;transform:translateY(-50%);z-index:1}.hero h1,.hero h2,.hero h3,.hero h4,.hero h5,.hero h6,.hero p{color:inherit}.hero h1{font-size:80px;line-height:1.3}.hero .button{transition:color .3s ease,background-color .3s ease}@media screen and (max-width:1000px){.hero{--offset-value:64px;height:auto}.hero .content{padding-bottom:calc(var(--offset-value) + 20px);transform:none}.hero h1{font-size:36px}}@media screen and (min-width:1440px){.hero .content{margin:0 12.64%}.hero h1{font-size:5.55vw}.hero .button{font-size:.97vw}}