#section_hero{z-index:0}#section_hero:before{content:"";z-index:-1;background-image:url(/assets/imgs/svgs/round_honeycomb.svg);background-size:40vh;width:100%;height:100%;animation:10s linear infinite bg-scroll;position:absolute;-webkit-mask-image:linear-gradient(270deg,#000,#0000);mask-image:linear-gradient(270deg,#000,#0000)}@keyframes bg-scroll{0%{background-position:0 0}to{background-position:-40vh 0}}#section_hero{background-color:var(--bg-darker);flex-direction:row;justify-content:space-between;align-items:center;gap:0;height:100vh;display:flex}#section_hero header{flex-direction:column;gap:10vh;display:flex}#section_hero header h1{font-size:50px;font-weight:600}#section_hero header h1 span{color:var(--primary)}#section_hero header p{font-size:24px}#section_hero .graphics{flex-direction:column;align-items:center;width:15vw;display:flex}#section_hero .graphics .bee{width:70%;rotate:-10deg}#section_hero .graphics button{z-index:1;background-color:var(--bg);outline:4px solid var(--primary);width:100%;height:80px;color:var(--text);border-radius:20px;font-size:40px}#section_hero .graphics button:hover{background-color:var(--primary);color:var(--bg)}
