.hero{font-family:Montserrat;position:relative;width:100%;height:100vh;background-image:url(/graf1.jpeg);background-size:cover;background-position:50%;color:var(--white);z-index:5;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.heroVideo{height:calc(100% + 7vw)}.hero:after,.heroVideo{position:absolute;top:0;left:0;width:100%;z-index:-1}.hero:after{content:"";height:100%;background-color:rgba(0,0,0,.7)}.hero>h1{font-size:3.5rem}.buttonGroup{display:flex;gap:10px;margin-top:1lh}.eventLineup{background-color:var(--black);color:var(--white);width:100%}.events{margin-top:2lh;padding-bottom:2lh;display:flex;flex-direction:column;gap:2lh}:root{--c1:#9b9b9b;--c2:#000000}.event{position:relative;width:100%;font-size:1rem;padding:30px 50px;display:flex;align-items:center;justify-content:space-between;transform:skew(-10deg);border:2px solid rgb(32,32,32);background-size:cover;background-position:50%;border-radius:25px 0 25px 0;overflow:hidden;z-index:0;transition-duration:.2s}.event:hover{scale:1.01}.event:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:var(--black);opacity:.8;z-index:-1;transition-duration:.2s}.event:hover:before{opacity:.6}.event>div:first-of-type>h1{font-size:4rem}.event>div:first-of-type>h1>span{font-size:1.5rem;margin-left:-10px}.event>div:first-of-type>h3{margin-top:-7px}.event>div:nth-of-type(2){text-align:center}.event>div:nth-of-type(2)>h1{font-size:4rem}.event>div:nth-of-type(3){display:flex;flex-direction:column;align-items:center}.event>div:nth-of-type(3)>h1{font-size:3rem}.eventSeperator{margin:0 60px;height:100px;border:1px solid var(--c1)}.sigEvents{width:100%;display:flex;gap:50px;margin-top:50px}.sigEvent{width:50%;text-align:justify;transform:skew(-3deg);border-radius:30px 0 30px 0;padding:30px;background-color:var(--black2)}.sigEventImage>img{width:100%;border-radius:20px 0 20px 0;aspect-ratio:2}.sigEvent>h1{margin-top:1lh;font-size:2rem}.sigEvent>p{margin-top:.3lh;text-overflow:ellipsis}.sigEvent>button{width:100%;margin-top:40px}